sessionInfo() #provides list of loaded packages and version of R.
## R version 4.3.2 (2023-10-31)
## Platform: aarch64-apple-darwin20 (64-bit)
## Running under: macOS Ventura 13.0
##
## Matrix products: default
## BLAS: /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libRblas.0.dylib
## LAPACK: /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libRlapack.dylib; LAPACK version 3.11.0
##
## locale:
## [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
##
## time zone: America/New_York
## tzcode source: internal
##
## attached base packages:
## [1] stats graphics grDevices utils datasets methods base
##
## loaded via a namespace (and not attached):
## [1] digest_0.6.34 R6_2.5.1 fastmap_1.1.1 xfun_0.41
## [5] cachem_1.0.8 knitr_1.45 htmltools_0.5.7 rmarkdown_2.25
## [9] lifecycle_1.0.4 cli_3.6.2 sass_0.4.8 jquerylib_0.1.4
## [13] compiler_4.3.2 rstudioapi_0.15.0 tools_4.3.2 evaluate_0.23
## [17] bslib_0.6.1 yaml_2.3.8 rlang_1.1.3 jsonlite_1.8.8
First, load the necessary packages.
library(goseq)
## Loading required package: BiasedUrn
## Loading required package: geneLenDataBase
##
library(dplyr)
##
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
##
## filter, lag
## The following objects are masked from 'package:base':
##
## intersect, setdiff, setequal, union
library(forcats)
library(ggplot2)
library(gridExtra)
##
## Attaching package: 'gridExtra'
## The following object is masked from 'package:dplyr':
##
## combine
library(tidyr)
library(grDevices)
library(reshape2)
##
## Attaching package: 'reshape2'
## The following object is masked from 'package:tidyr':
##
## smiths
library(Rmisc)
## Loading required package: lattice
## Loading required package: plyr
## ------------------------------------------------------------------------------
## You have loaded plyr after dplyr - this is likely to cause problems.
## If you need functions from both plyr and dplyr, please load plyr first, then dplyr:
## library(plyr); library(dplyr)
## ------------------------------------------------------------------------------
##
## Attaching package: 'plyr'
## The following objects are masked from 'package:dplyr':
##
## arrange, count, desc, failwith, id, mutate, rename, summarise,
## summarize
library(ggpubr)
##
## Attaching package: 'ggpubr'
## The following object is masked from 'package:plyr':
##
## mutate
library(tibble)
library(gridExtra)
library(tidyr)
library(zoo)
##
## Attaching package: 'zoo'
## The following objects are masked from 'package:base':
##
## as.Date, as.Date.numeric
library(ComplexHeatmap)
## Loading required package: grid
## ========================================
## ComplexHeatmap version 2.16.0
## Bioconductor page: http://bioconductor.org/packages/ComplexHeatmap/
## Github page: https://github.com/jokergoo/ComplexHeatmap
## Documentation: http://jokergoo.github.io/ComplexHeatmap-reference
##
## If you use it in published research, please cite either one:
## - Gu, Z. Complex Heatmap Visualization. iMeta 2022.
## - Gu, Z. Complex heatmaps reveal patterns and correlations in multidimensional
## genomic data. Bioinformatics 2016.
##
##
## The new InteractiveComplexHeatmap package can directly export static
## complex heatmaps into an interactive Shiny app with zero effort. Have a try!
##
## This message can be suppressed by:
## suppressPackageStartupMessages(library(ComplexHeatmap))
## ========================================
library(circlize)
## ========================================
## circlize version 0.4.15
## CRAN page: https://cran.r-project.org/package=circlize
## Github page: https://github.com/jokergoo/circlize
## Documentation: https://jokergoo.github.io/circlize_book/book/
##
## If you use it in published research, please cite:
## Gu, Z. circlize implements and enhances circular visualization
## in R. Bioinformatics 2014.
##
## This message can be suppressed by:
## suppressPackageStartupMessages(library(circlize))
## ========================================
library(GSEABase)
## Loading required package: BiocGenerics
##
## Attaching package: 'BiocGenerics'
## The following object is masked from 'package:gridExtra':
##
## combine
## The following objects are masked from 'package:dplyr':
##
## combine, intersect, setdiff, union
## The following objects are masked from 'package:stats':
##
## IQR, mad, sd, var, xtabs
## The following objects are masked from 'package:base':
##
## anyDuplicated, aperm, append, as.data.frame, basename, cbind,
## colnames, dirname, do.call, duplicated, eval, evalq, Filter, Find,
## get, grep, grepl, intersect, is.unsorted, lapply, Map, mapply,
## match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
## Position, rank, rbind, Reduce, rownames, sapply, setdiff, sort,
## table, tapply, union, unique, unsplit, which.max, which.min
## Loading required package: Biobase
## Welcome to Bioconductor
##
## Vignettes contain introductory material; view with
## 'browseVignettes()'. To cite Bioconductor, see
## 'citation("Biobase")', and for packages 'citation("pkgname")'.
## Loading required package: annotate
## Loading required package: AnnotationDbi
## Loading required package: stats4
## Loading required package: IRanges
## Loading required package: S4Vectors
##
## Attaching package: 'S4Vectors'
## The following object is masked from 'package:plyr':
##
## rename
## The following object is masked from 'package:tidyr':
##
## expand
## The following objects are masked from 'package:dplyr':
##
## first, rename
## The following object is masked from 'package:geneLenDataBase':
##
## unfactor
## The following object is masked from 'package:utils':
##
## findMatches
## The following objects are masked from 'package:base':
##
## expand.grid, I, unname
##
## Attaching package: 'IRanges'
## The following object is masked from 'package:plyr':
##
## desc
## The following objects are masked from 'package:dplyr':
##
## collapse, desc, slice
##
## Attaching package: 'AnnotationDbi'
## The following object is masked from 'package:dplyr':
##
## select
## Loading required package: XML
## Loading required package: graph
##
## Attaching package: 'graph'
## The following object is masked from 'package:XML':
##
## addNode
## The following object is masked from 'package:circlize':
##
## degree
## The following object is masked from 'package:plyr':
##
## join
library(data.table)
##
## Attaching package: 'data.table'
## The following object is masked from 'package:IRanges':
##
## shift
## The following objects are masked from 'package:S4Vectors':
##
## first, second
## The following objects are masked from 'package:reshape2':
##
## dcast, melt
## The following objects are masked from 'package:dplyr':
##
## between, first, last
library(stringr)
##
## Attaching package: 'stringr'
## The following object is masked from 'package:graph':
##
## boundary
library(GenomicRanges)
## Loading required package: GenomeInfoDb
library(rtracklayer)
library(rrvgo)
library(rtracklayer)
gff<-rtracklayer::import("../../data/Pocillopora_acuta_HIv2.genes_fixed.gff3")
gff<-as.data.frame(gff)
dim(gff) # 478988 9
## [1] 478988 13
names(gff)
## [1] "seqnames" "start" "end" "width"
## [5] "strand" "source" "type" "score"
## [9] "phase" "ID" "transcript_id" "gene_id"
## [13] "Parent"
transcripts <- subset(gff, type == "transcript")
transcripts_gr <- makeGRangesFromDataFrame(transcripts, keep.extra.columns=TRUE) #extract length information
transcript_lengths <- width(transcripts_gr) #isolate length of each gene
seqnames<-transcripts_gr$ID #extract list of gene id
lengths<-cbind(seqnames, transcript_lengths)
lengths<-as.data.frame(lengths) #convert to data frame
dim(transcripts) #33730 13
## [1] 33730 13
kegg <- read.delim("../../data/Pocillopora_acuta_HIv2.genes.KEGG_results.txt",header = FALSE)
kegg <- as.data.frame(kegg)
colnames(kegg)[1] <- "gene_id"
colnames(kegg)[2] <- "KEGG_new"
head(kegg)
## gene_id KEGG_new
## 1 Pocillopora_acuta_HIv2___RNAseq.g24143.t1a
## 2 Pocillopora_acuta_HIv2___RNAseq.g24143.t1b K22584
## 3 Pocillopora_acuta_HIv2___RNAseq.g22918.t1
## 4 Pocillopora_acuta_HIv2___RNAseq.g18333.t1 K03386
## 5 Pocillopora_acuta_HIv2___RNAseq.g7985.t1
## 6 Pocillopora_acuta_HIv2___RNAseq.g13511.t1
eggnog<-read.delim("../../data/Pocillopora_acuta_HIv2.genes.EggNog_results.txt")#this file contains all of the go terms, descriptions, kegg, etc
eggnog<- plyr::rename(eggnog, c("X.query"="gene_id"))
head(eggnog,2)
## gene_id seed_ortholog evalue score
## 1 Pocillopora_acuta_HIv2___RNAseq.g24143.t1a 45351.EDO48725 2.16e-120 364
## 2 Pocillopora_acuta_HIv2___RNAseq.g18333.t1 45351.EDO38694 3.18e-123 355
## eggNOG_OGs
## 1 COG0620@1|root,KOG2263@2759|Eukaryota,38GZS@33154|Opisthokonta,3BNKS@33208|Metazoa
## 2 COG0450@1|root,KOG0852@2759|Eukaryota,38B9P@33154|Opisthokonta,3BGS4@33208|Metazoa
## max_annot_lvl COG_category
## 1 33208|Metazoa E
## 2 33208|Metazoa O
## Description Preferred_name
## 1 Cobalamin-independent synthase, Catalytic domain -
## 2 negative regulation of male germ cell proliferation PRDX4
## GOs
## 1 -
## 2 GO:0000003,GO:0001775,GO:0002252,GO:0002263,GO:0002274,GO:0002275,GO:0002283,GO:0002366,GO:0002376,GO:0002443,GO:0002444,GO:0002446,GO:0003006,GO:0003674,GO:0003824,GO:0004601,GO:0005488,GO:0005515,GO:0005575,GO:0005576,GO:0005615,GO:0005622,GO:0005623,GO:0005737,GO:0005783,GO:0005790,GO:0005829,GO:0006082,GO:0006457,GO:0006464,GO:0006468,GO:0006520,GO:0006575,GO:0006793,GO:0006796,GO:0006807,GO:0006810,GO:0006887,GO:0006915,GO:0006950,GO:0006952,GO:0006955,GO:0006979,GO:0007154,GO:0007165,GO:0007249,GO:0007252,GO:0007275,GO:0007276,GO:0007283,GO:0007548,GO:0008150,GO:0008152,GO:0008219,GO:0008285,GO:0008379,GO:0008406,GO:0008584,GO:0009056,GO:0009266,GO:0009409,GO:0009605,GO:0009607,GO:0009617,GO:0009628,GO:0009636,GO:0009893,GO:0009966,GO:0009967,GO:0009987,GO:0010467,GO:0010604,GO:0010646,GO:0010647,GO:0010941,GO:0010942,GO:0010950,GO:0010952,GO:0012501,GO:0012505,GO:0016043,GO:0016192,GO:0016209,GO:0016310,GO:0016491,GO:0016684,GO:0016999,GO:0017001,GO:0017144,GO:0019222,GO:0019471,GO:0019538,GO:0019725,GO:0019752,GO:0019953,GO:0022414,GO:0022417,GO:0023051,GO:0023052,GO:0023056,GO:0030141,GO:0030162,GO:0030198,GO:0031323,GO:0031325,GO:0031410,GO:0031974,GO:0031982,GO:0031983,GO:0032268,GO:0032270,GO:0032501,GO:0032502,GO:0032504,GO:0032940,GO:0033554,GO:0034774,GO:0035556,GO:0036211,GO:0036230,GO:0042119,GO:0042127,GO:0042221,GO:0042592,GO:0042737,GO:0042742,GO:0042743,GO:0042744,GO:0042802,GO:0042803,GO:0042981,GO:0043062,GO:0043065,GO:0043067,GO:0043068,GO:0043085,GO:0043170,GO:0043207,GO:0043226,GO:0043227,GO:0043229,GO:0043231,GO:0043233,GO:0043280,GO:0043281,GO:0043299,GO:0043312,GO:0043412,GO:0043436,GO:0043900,GO:0043901,GO:0044093,GO:0044237,GO:0044238,GO:0044248,GO:0044260,GO:0044267,GO:0044281,GO:0044421,GO:0044422,GO:0044424,GO:0044433,GO:0044444,GO:0044446,GO:0044464,GO:0044703,GO:0045055,GO:0045137,GO:0045321,GO:0045454,GO:0045862,GO:0046425,GO:0046427,GO:0046546,GO:0046661,GO:0046903,GO:0046983,GO:0048232,GO:0048513,GO:0048518,GO:0048519,GO:0048522,GO:0048523,GO:0048583,GO:0048584,GO:0048608,GO:0048609,GO:0048731,GO:0048856,GO:0050789,GO:0050790,GO:0050794,GO:0050896,GO:0051171,GO:0051173,GO:0051179,GO:0051186,GO:0051187,GO:0051234,GO:0051239,GO:0051241,GO:0051246,GO:0051247,GO:0051336,GO:0051345,GO:0051604,GO:0051704,GO:0051707,GO:0051716,GO:0051920,GO:0052547,GO:0052548,GO:0055114,GO:0060205,GO:0060255,GO:0061458,GO:0065007,GO:0065008,GO:0065009,GO:0070013,GO:0070417,GO:0070887,GO:0071704,GO:0071840,GO:0072593,GO:0080090,GO:0097190,GO:0097237,GO:0097708,GO:0098542,GO:0098754,GO:0098869,GO:0099503,GO:0101002,GO:1901564,GO:1901605,GO:1902531,GO:1902533,GO:1904813,GO:1904892,GO:1904894,GO:1905936,GO:1905937,GO:1990748,GO:2000116,GO:2000241,GO:2000242,GO:2000254,GO:2000255,GO:2001056,GO:2001233,GO:2001235,GO:2001267,GO:2001269
## EC KEGG_ko
## 1 2.1.1.14 ko:K00549
## 2 1.11.1.15 ko:K03386
## KEGG_Pathway
## 1 ko00270,ko00450,ko01100,ko01110,ko01230,map00270,map00450,map01100,map01110,map01230
## 2 ko04214,map04214
## KEGG_Module KEGG_Reaction KEGG_rclass
## 1 M00017 R04405,R09365 RC00035,RC00113,RC01241
## 2 - - -
## BRITE KEGG_TC CAZy BiGG_Reaction
## 1 ko00000,ko00001,ko00002,ko01000 - - -
## 2 ko00000,ko00001,ko01000,ko04147 - - -
## PFAMs
## 1 Meth_synt_2
## 2 1-cysPrx_C,AhpC-TSA
gogene <- merge(transcripts, eggnog, by=c("gene_id"), all=T)
gogene <- merge(gogene, kegg, by=c("gene_id"), all=T)
head(gogene,2)
## gene_id seqnames
## 1 Pocillopora_acuta_HIv2___RNAseq.10002_t Pocillopora_acuta_HIv2___Sc0000013
## 2 Pocillopora_acuta_HIv2___RNAseq.10010_t Pocillopora_acuta_HIv2___Sc0000013
## start end width strand source type score.x phase
## 1 4542087 4551503 9417 + AUGUSTUS transcript NA NA
## 2 4639103 4647350 8248 + AUGUSTUS transcript NA NA
## ID
## 1 Pocillopora_acuta_HIv2___RNAseq.10002_t
## 2 Pocillopora_acuta_HIv2___RNAseq.10010_t
## transcript_id Parent seed_ortholog evalue
## 1 Pocillopora_acuta_HIv2___RNAseq.10002_t 45351.EDO27354 2.41e-93
## 2 Pocillopora_acuta_HIv2___RNAseq.10010_t 6087.XP_002166004.2 1.28e-38
## score.y
## 1 317
## 2 164
## eggNOG_OGs
## 1 COG0666@1|root,KOG0510@2759|Eukaryota,38G7Q@33154|Opisthokonta,3BCDU@33208|Metazoa
## 2 COG0666@1|root,KOG4177@2759|Eukaryota
## max_annot_lvl COG_category Description
## 1 33208|Metazoa DZ osmolarity-sensing cation channel activity
## 2 2759|Eukaryota I spectrin binding
## Preferred_name
## 1 TRPA1
## 2 -
## GOs
## 1 GO:0000302,GO:0001580,GO:0002791,GO:0002793,GO:0003008,GO:0003012,GO:0003674,GO:0004888,GO:0005034,GO:0005215,GO:0005216,GO:0005217,GO:0005244,GO:0005245,GO:0005261,GO:0005262,GO:0005488,GO:0005515,GO:0005575,GO:0005623,GO:0005886,GO:0005887,GO:0006810,GO:0006811,GO:0006812,GO:0006816,GO:0006873,GO:0006874,GO:0006875,GO:0006936,GO:0006939,GO:0006950,GO:0006979,GO:0007154,GO:0007165,GO:0007166,GO:0007204,GO:0007600,GO:0007602,GO:0007606,GO:0007610,GO:0007638,GO:0008150,GO:0008324,GO:0009266,GO:0009314,GO:0009408,GO:0009409,GO:0009410,GO:0009416,GO:0009453,GO:0009581,GO:0009582,GO:0009583,GO:0009593,GO:0009605,GO:0009612,GO:0009628,GO:0009636,GO:0009719,GO:0009966,GO:0009967,GO:0009987,GO:0010033,GO:0010035,GO:0010037,GO:0010243,GO:0010378,GO:0010646,GO:0010647,GO:0010817,GO:0014070,GO:0014074,GO:0014832,GO:0014848,GO:0015075,GO:0015085,GO:0015267,GO:0015276,GO:0015278,GO:0015318,GO:0016020,GO:0016021,GO:0016043,GO:0016048,GO:0016324,GO:0019233,GO:0019722,GO:0019725,GO:0019932,GO:0022607,GO:0022803,GO:0022832,GO:0022834,GO:0022836,GO:0022838,GO:0022839,GO:0022843,GO:0022857,GO:0022890,GO:0023041,GO:0023051,GO:0023052,GO:0023056,GO:0030001,GO:0030003,GO:0030424,GO:0031000,GO:0031224,GO:0031226,GO:0031644,GO:0031646,GO:0032024,GO:0032421,GO:0032501,GO:0032879,GO:0032880,GO:0032991,GO:0033554,GO:0033555,GO:0034220,GO:0034605,GO:0034702,GO:0034703,GO:0035556,GO:0035690,GO:0035774,GO:0036270,GO:0038023,GO:0040011,GO:0040040,GO:0042221,GO:0042330,GO:0042331,GO:0042391,GO:0042493,GO:0042542,GO:0042592,GO:0042752,GO:0042802,GO:0042995,GO:0043005,GO:0043052,GO:0043269,GO:0043270,GO:0043279,GO:0043933,GO:0044057,GO:0044070,GO:0044085,GO:0044425,GO:0044459,GO:0044464,GO:0045177,GO:0046677,GO:0046873,GO:0046883,GO:0046887,GO:0046957,GO:0048265,GO:0048518,GO:0048519,GO:0048522,GO:0048523,GO:0048583,GO:0048584,GO:0048878,GO:0050708,GO:0050714,GO:0050789,GO:0050794,GO:0050796,GO:0050801,GO:0050848,GO:0050850,GO:0050877,GO:0050896,GO:0050906,GO:0050907,GO:0050909,GO:0050912,GO:0050913,GO:0050951,GO:0050954,GO:0050955,GO:0050960,GO:0050961,GO:0050965,GO:0050966,GO:0050968,GO:0050974,GO:0050982,GO:0051046,GO:0051047,GO:0051049,GO:0051050,GO:0051179,GO:0051209,GO:0051222,GO:0051223,GO:0051234,GO:0051239,GO:0051240,GO:0051259,GO:0051260,GO:0051262,GO:0051282,GO:0051283,GO:0051289,GO:0051480,GO:0051606,GO:0051641,GO:0051649,GO:0051716,GO:0051930,GO:0051931,GO:0051969,GO:0052129,GO:0055065,GO:0055074,GO:0055080,GO:0055082,GO:0055085,GO:0060089,GO:0060341,GO:0060401,GO:0060402,GO:0061178,GO:0065003,GO:0065007,GO:0065008,GO:0070201,GO:0070417,GO:0070588,GO:0070838,GO:0070887,GO:0071241,GO:0071244,GO:0071310,GO:0071312,GO:0071313,GO:0071407,GO:0071415,GO:0071417,GO:0071466,GO:0071495,GO:0071840,GO:0071944,GO:0072347,GO:0072503,GO:0072507,GO:0072511,GO:0090087,GO:0090276,GO:0090277,GO:0097458,GO:0097553,GO:0097603,GO:0097604,GO:0098590,GO:0098655,GO:0098660,GO:0098662,GO:0098771,GO:0098796,GO:0098862,GO:0098900,GO:0098908,GO:0099094,GO:0099604,GO:0120025,GO:1901698,GO:1901699,GO:1901700,GO:1901701,GO:1902495,GO:1902531,GO:1902533,GO:1903522,GO:1903530,GO:1903532,GO:1903793,GO:1904058,GO:1904951,GO:1990351,GO:1990760
## 2 -
## EC KEGG_ko KEGG_Pathway KEGG_Module KEGG_Reaction KEGG_rclass
## 1 - ko:K04984 ko04750,map04750 - - -
## 2 - - - - - -
## BRITE KEGG_TC CAZy
## 1 ko00000,ko00001,ko04040 1.A.4.6.1,1.A.4.6.2,1.A.4.6.3,1.A.4.6.5 -
## 2 - - -
## BiGG_Reaction PFAMs KEGG_new
## 1 - Ank,Ank_2,Ank_3,Ank_4,Ion_trans K04984
## 2 - Ank,Ank_2,Ank_4,Ank_5,Ion_trans K04984
geneInfo <- read.csv("../../output/WGCNA/WGCNA_ModuleMembership.csv") #this file was generated from the WGCNA analyses and contains the modules of interest
geneInfo<- plyr::rename(geneInfo, c("X"="gene_id"))
dim(geneInfo) # there are 9012 genes in our gene info file
## [1] 9012 40
geneInfo <- merge(gogene, geneInfo, by=c("gene_id"), all=T)
Format GO terms to remove dashes and quotes and separate by semicolons (replace , with ;) in GOs column
geneInfo$GOs <- gsub(",", ";", geneInfo$GOs)
geneInfo$GOs <- gsub('"', "", geneInfo$GOs)
geneInfo$GOs <- gsub("-", NA, geneInfo$GOs)
geneInfo$KEGG_new[geneInfo$KEGG_new == ""] <- NA
unique(geneInfo$moduleColor)
## [1] "green" NA "blue" "salmon" "turquoise"
## [6] "yellow" "black" "red" "magenta" "lightcyan"
## [11] "purple" "brown" "pink" "midnightblue" "tan"
## [16] "cyan"
geneInfo$Length<-lengths$transcript_lengths[match(geneInfo$gene_id, lengths$seqnames)]
rrvgo
package to reduce redundancy in list of GO terms.### Generate vector with names of all genes
ALL.vector <- c(geneInfo$gene_id)
### Generate length vector for all genes
LENGTH.vector <- as.integer(geneInfo$Length)
calc_up_mods <- c("brown", "red", "black", "pink", "salmon", "blue")
nrow(geneInfo %>% dplyr::filter(moduleColor=="brown")) #942
## [1] 942
nrow(geneInfo %>% dplyr::filter(moduleColor=="red")) #425
## [1] 425
nrow(geneInfo %>% filter(moduleColor=="black")) #396
## [1] 396
nrow(geneInfo %>% filter(moduleColor=="pink")) #220
## [1] 220
nrow(geneInfo %>% filter(moduleColor=="salmon")) #154
## [1] 154
nrow(geneInfo %>% filter(moduleColor=="blue")) #1989
## [1] 1989
sum(nrow(geneInfo %>% dplyr::filter(moduleColor=="brown")), nrow(geneInfo %>% dplyr::filter(moduleColor=="red")), nrow(geneInfo %>% filter(moduleColor=="black")), nrow(geneInfo %>% filter(moduleColor=="pink")), nrow(geneInfo %>% filter(moduleColor=="salmon")), nrow(geneInfo %>% filter(moduleColor=="blue")))
## [1] 4126
# 4126
calc_down_mods <- c("turquoise","magenta","lightcyan")
nrow(geneInfo %>% dplyr::filter(moduleColor=="turquoise")) #2558
## [1] 2558
nrow(geneInfo %>% dplyr::filter(moduleColor=="magenta")) #219
## [1] 219
nrow(geneInfo %>% filter(moduleColor=="lightcyan")) #65
## [1] 65
sum(nrow(geneInfo %>% dplyr::filter(moduleColor=="turquoise")), nrow(geneInfo %>% dplyr::filter(moduleColor=="magenta")), nrow(geneInfo %>% filter(moduleColor=="lightcyan")))
## [1] 2842
# 2842
other_mods <- c("green","yellow", "purple", "midnightblue","cyan","tan")
sum(nrow(geneInfo %>% dplyr::filter(moduleColor=="green")), nrow(geneInfo %>% dplyr::filter(moduleColor=="yellow")), nrow(geneInfo %>% filter(moduleColor=="purple")), nrow(geneInfo %>% filter(moduleColor=="midnightblue")), nrow(geneInfo %>% filter(moduleColor=="cyan")),nrow(geneInfo %>% filter(moduleColor=="tan")))
## [1] 2044
# 2044
# 4126 + 2842 + 2044 = 9012, which represents all of our genes
4126 genes are in the 6 modules significantly upregulated by calcification.
### Generate vector with names in just the module we are analyzing
# ID.vector <- geneInfo %>%
# filter(moduleColor==c("brown", "red", "black", "pink", "salmon", "green")) %>%
# #get_rows(.data[[module]]))%>%
# pull(gene_id)
ID.vector <- geneInfo %>%
filter(moduleColor %in% c("brown", "red", "black", "pink", "salmon", "blue")) %>%
pull(gene_id)
length(ID.vector) #2700
## [1] 4126
##Get a list of GO Terms for each module
GO.terms <- geneInfo %>%
filter(moduleColor %in% c("brown", "red", "black", "pink", "salmon", "blue")) %>%
#filter(get_rows(.data[[module]]))%>%
dplyr::select(GOs,gene_id) %>% rename(GOs = "GO.terms")
dim(GO.terms) #2700 2
## [1] 4126 2
##Format to have one goterm per row with gene ID repeated
split <- strsplit(as.character(GO.terms$GO.terms), ";")
split2 <- data.frame(v1 = rep.int(GO.terms$gene, sapply(split, length)), v2 = unlist(split))
colnames(split2) <- c("gene", "GO.terms")
GO.terms<-split2
##Construct list of genes with 1 for genes in module and 0 for genes not in the module
gene.vector=as.integer(ALL.vector %in% ID.vector)
names(gene.vector)<-ALL.vector#set names
#weight gene vector by bias for length of gene
pwf<-nullp(gene.vector, ID.vector, bias.data=LENGTH.vector)
## Warning in pcls(G): initial point very close to some inequality constraints
#run goseq using Wallenius method for all categories of GO terms
GO.wall<-goseq(pwf, ID.vector, gene2cat=GO.terms, test.cats=c("GO:BP", "GO:MF", "GO:CC"), method="Wallenius", use_genes_without_cat=TRUE)
## Using manually entered categories.
## Calculating the p-values...
## 'select()' returned 1:1 mapping between keys and columns
GO <- GO.wall[order(GO.wall$over_represented_pvalue),]
colnames(GO)[1] <- "GOterm"
#adjust p-values
GO$bh_adjust <- p.adjust(GO$over_represented_pvalue, method="BH") #add adjusted p-values
#Filtering for p < 0.01
GO <- GO %>%
dplyr::filter(bh_adjust<0.00001) %>%
dplyr::arrange(., ontology, bh_adjust)
#Write file of results
write.csv(GO, file = "../../output/WGCNA/GO_analysis/goseq_pattern_calcification.csv")
#add vector for terms of interest to reduce number of GO terms - NOT using this to look at individual modules for exploratory purposes
keywords<-c("metabolism", "carbon","bicarbonate", "apoptosis", "death", "symbiosis", "regulation of cell communication", "trans membrane transport", "transmembrane", "organic substance transport", "inorganic substance transport","response to stress", "antioxidant", "calcification","biomineralization", "heat","transporters","proton transport","ion transport","acid-base", "homeostasis")
go_results <- read.csv("../../output/WGCNA/GO_analysis/goseq_pattern_calcification.csv")
go_results
## X GOterm over_represented_pvalue under_represented_pvalue
## 1 1 GO:0000003 0.000000e+00 1
## 2 2 GO:0006139 0.000000e+00 1
## 3 3 GO:0006355 0.000000e+00 1
## 4 4 GO:0006725 0.000000e+00 1
## 5 5 GO:0006807 0.000000e+00 1
## 6 6 GO:0006810 0.000000e+00 1
## 7 7 GO:0006950 0.000000e+00 1
## 8 8 GO:0006996 0.000000e+00 1
## 9 9 GO:0007154 0.000000e+00 1
## 10 10 GO:0007165 0.000000e+00 1
## 11 11 GO:0007275 0.000000e+00 1
## 12 12 GO:0007399 0.000000e+00 1
## 13 13 GO:0008150 0.000000e+00 1
## 14 14 GO:0008152 0.000000e+00 1
## 15 15 GO:0009058 0.000000e+00 1
## 16 16 GO:0009653 0.000000e+00 1
## 17 17 GO:0009889 0.000000e+00 1
## 18 18 GO:0009892 0.000000e+00 1
## 19 19 GO:0009893 0.000000e+00 1
## 20 20 GO:0009966 0.000000e+00 1
## 21 21 GO:0009987 0.000000e+00 1
## 22 22 GO:0010033 0.000000e+00 1
## 23 23 GO:0010468 0.000000e+00 1
## 24 24 GO:0010556 0.000000e+00 1
## 25 25 GO:0010604 0.000000e+00 1
## 26 26 GO:0010605 0.000000e+00 1
## 27 27 GO:0010646 0.000000e+00 1
## 28 28 GO:0016043 0.000000e+00 1
## 29 29 GO:0019219 0.000000e+00 1
## 30 30 GO:0019222 0.000000e+00 1
## 31 31 GO:0019538 0.000000e+00 1
## 32 32 GO:0022607 0.000000e+00 1
## 33 33 GO:0023051 0.000000e+00 1
## 34 34 GO:0023052 0.000000e+00 1
## 35 35 GO:0030154 0.000000e+00 1
## 36 36 GO:0031323 0.000000e+00 1
## 37 37 GO:0031324 0.000000e+00 1
## 38 38 GO:0031325 0.000000e+00 1
## 39 39 GO:0031326 0.000000e+00 1
## 40 40 GO:0032501 0.000000e+00 1
## 41 41 GO:0032502 0.000000e+00 1
## 42 42 GO:0032879 0.000000e+00 1
## 43 43 GO:0033036 0.000000e+00 1
## 44 44 GO:0034641 0.000000e+00 1
## 45 45 GO:0036211 0.000000e+00 1
## 46 46 GO:0042221 0.000000e+00 1
## 47 47 GO:0043170 0.000000e+00 1
## 48 48 GO:0043412 0.000000e+00 1
## 49 49 GO:0044085 0.000000e+00 1
## 50 50 GO:0044237 0.000000e+00 1
## 51 51 GO:0044238 0.000000e+00 1
## 52 52 GO:0044249 0.000000e+00 1
## 53 53 GO:0044260 0.000000e+00 1
## 54 54 GO:0046483 0.000000e+00 1
## 55 55 GO:0048468 0.000000e+00 1
## 56 56 GO:0048513 0.000000e+00 1
## 57 57 GO:0048518 0.000000e+00 1
## 58 58 GO:0048519 0.000000e+00 1
## 59 59 GO:0048522 0.000000e+00 1
## 60 60 GO:0048523 0.000000e+00 1
## 61 61 GO:0048583 0.000000e+00 1
## 62 62 GO:0048731 0.000000e+00 1
## 63 63 GO:0048856 0.000000e+00 1
## 64 64 GO:0048869 0.000000e+00 1
## 65 65 GO:0050789 0.000000e+00 1
## 66 66 GO:0050793 0.000000e+00 1
## 67 67 GO:0050794 0.000000e+00 1
## 68 68 GO:0050896 0.000000e+00 1
## 69 69 GO:0051128 0.000000e+00 1
## 70 70 GO:0051171 0.000000e+00 1
## 71 71 GO:0051173 0.000000e+00 1
## 72 72 GO:0051179 0.000000e+00 1
## 73 73 GO:0051234 0.000000e+00 1
## 74 74 GO:0051239 0.000000e+00 1
## 75 75 GO:0051246 0.000000e+00 1
## 76 76 GO:0051252 0.000000e+00 1
## 77 77 GO:0051641 0.000000e+00 1
## 78 78 GO:0051716 0.000000e+00 1
## 79 79 GO:0060255 0.000000e+00 1
## 80 80 GO:0065007 0.000000e+00 1
## 81 81 GO:0065008 0.000000e+00 1
## 82 82 GO:0065009 0.000000e+00 1
## 83 83 GO:0070887 0.000000e+00 1
## 84 84 GO:0071704 0.000000e+00 1
## 85 85 GO:0071840 0.000000e+00 1
## 86 86 GO:0080090 0.000000e+00 1
## 87 87 GO:0090304 0.000000e+00 1
## 88 88 GO:1901360 0.000000e+00 1
## 89 89 GO:1901564 0.000000e+00 1
## 90 90 GO:1901576 0.000000e+00 1
## 91 91 GO:1903506 0.000000e+00 1
## 92 92 GO:2000112 0.000000e+00 1
## 93 93 GO:2001141 0.000000e+00 1
## 94 94 GO:0010467 1.931500e-319 1
## 95 95 GO:0022414 4.542637e-319 1
## 96 96 GO:2000026 2.184101e-311 1
## 97 97 GO:0051649 2.761359e-308 1
## 98 98 GO:0051172 5.939494e-308 1
## 99 99 GO:0009888 2.461749e-303 1
## 100 100 GO:0022008 8.906101e-303 1
## 101 101 GO:0008104 8.092304e-292 1
## 102 102 GO:0050790 4.622021e-282 1
## 103 103 GO:0048699 6.091295e-282 1
## 104 104 GO:0043933 6.289010e-279 1
## 105 105 GO:0033554 1.227300e-272 1
## 106 106 GO:0006793 1.672804e-272 1
## 107 107 GO:0016070 4.199638e-269 1
## 108 108 GO:0046907 7.897503e-269 1
## 109 109 GO:0071310 7.580403e-268 1
## 110 110 GO:0006796 1.477012e-264 1
## 111 111 GO:0009605 1.939095e-259 1
## 112 112 GO:0045595 3.686739e-259 1
## 113 113 GO:0009891 4.631528e-259 1
## 114 114 GO:0031328 1.043547e-256 1
## 115 115 GO:0032504 3.593321e-256 1
## 116 116 GO:0002376 6.026036e-255 1
## 117 117 GO:0006357 8.654921e-255 1
## 118 118 GO:0048609 2.090961e-253 1
## 119 119 GO:0009059 2.463908e-253 1
## 120 120 GO:0010628 2.724379e-253 1
## 121 121 GO:0044703 2.753185e-253 1
## 122 122 GO:0009056 5.434326e-251 1
## 123 123 GO:0016192 1.390417e-249 1
## 124 124 GO:0034645 4.590674e-248 1
## 125 125 GO:0060429 1.934532e-245 1
## 126 126 GO:0070727 1.997688e-244 1
## 127 127 GO:0044271 3.362254e-244 1
## 128 128 GO:0010629 4.959410e-244 1
## 129 129 GO:0048584 2.207492e-242 1
## 130 130 GO:0009790 2.340435e-241 1
## 131 131 GO:0010557 6.192335e-241 1
## 132 132 GO:0019953 2.770425e-240 1
## 133 133 GO:0044281 7.627172e-240 1
## 134 134 GO:0010941 1.313125e-237 1
## 135 135 GO:0044248 2.015008e-236 1
## 136 136 GO:0051247 8.600748e-236 1
## 137 137 GO:0045935 1.723829e-231 1
## 138 138 GO:0031399 3.801903e-230 1
## 139 139 GO:0044093 3.840064e-229 1
## 140 140 GO:0065003 2.183254e-226 1
## 141 141 GO:0003006 6.158574e-223 1
## 142 142 GO:0051240 1.072967e-222 1
## 143 143 GO:0007276 2.431608e-222 1
## 144 144 GO:1901575 7.266565e-221 1
## 145 145 GO:0071702 1.296335e-220 1
## 146 146 GO:0051130 1.816437e-220 1
## 147 147 GO:0030030 2.026638e-220 1
## 148 148 GO:0048585 6.118871e-220 1
## 149 149 GO:0120036 8.569181e-220 1
## 150 150 GO:1902531 1.340523e-219 1
## 151 151 GO:0009890 4.349128e-219 1
## 152 152 GO:0009628 1.279789e-214 1
## 153 153 GO:0051049 1.862107e-214 1
## 154 154 GO:0042592 1.201225e-213 1
## 155 155 GO:0031327 2.250686e-213 1
## 156 156 GO:0023056 4.949187e-212 1
## 157 157 GO:0010647 7.329715e-211 1
## 158 158 GO:0040011 3.593763e-210 1
## 159 159 GO:0033043 2.268079e-208 1
## 160 160 GO:0043067 1.008601e-206 1
## 161 161 GO:0051254 2.630721e-206 1
## 162 162 GO:1901700 1.194586e-204 1
## 163 163 GO:0035295 4.505080e-204 1
## 164 164 GO:0009719 1.914839e-203 1
## 165 165 GO:0010558 1.981364e-203 1
## 166 166 GO:0045934 8.754166e-203 1
## 167 167 GO:0042981 4.400026e-202 1
## 168 168 GO:0030182 2.205734e-201 1
## 169 169 GO:0051094 3.313248e-201 1
## 170 170 GO:0071705 2.422014e-198 1
## 171 171 GO:2000113 6.827235e-198 1
## 172 172 GO:0007049 9.666483e-198 1
## 173 173 GO:0019220 4.259112e-197 1
## 174 174 GO:0051174 4.259112e-197 1
## 175 175 GO:0009887 1.086426e-196 1
## 176 176 GO:0007166 2.605315e-196 1
## 177 177 GO:0010648 1.142859e-195 1
## 178 178 GO:0023057 1.142859e-195 1
## 179 179 GO:0009967 1.855196e-194 1
## 180 180 GO:1902680 7.070143e-193 1
## 181 181 GO:1903508 7.070143e-193 1
## 182 182 GO:0051726 1.431336e-192 1
## 183 183 GO:1901566 1.875858e-189 1
## 184 184 GO:1901362 2.822940e-189 1
## 185 185 GO:0043085 7.882191e-189 1
## 186 186 GO:0022412 7.921914e-186 1
## 187 187 GO:0045184 7.156766e-185 1
## 188 188 GO:0045893 9.527768e-185 1
## 189 189 GO:0009968 2.239430e-184 1
## 190 190 GO:0042127 7.567796e-184 1
## 191 191 GO:0051960 6.876703e-183 1
## 192 192 GO:0022402 5.118040e-180 1
## 193 193 GO:0048666 5.964895e-180 1
## 194 194 GO:0032989 1.442800e-177 1
## 195 195 GO:0035556 2.350694e-177 1
## 196 196 GO:0018130 7.412765e-177 1
## 197 197 GO:0051253 2.851354e-176 1
## 198 198 GO:0080134 2.881330e-176 1
## 199 199 GO:0019438 8.719309e-176 1
## 200 200 GO:0048646 3.116272e-172 1
## 201 201 GO:0003008 4.785030e-172 1
## 202 202 GO:0048729 5.407555e-172 1
## 203 203 GO:0042325 7.875677e-172 1
## 204 204 GO:0042886 1.599366e-169 1
## 205 205 GO:0044087 5.748816e-169 1
## 206 206 GO:0015833 3.614805e-168 1
## 207 207 GO:0060284 7.281267e-168 1
## 208 208 GO:0051241 2.964568e-167 1
## 209 209 GO:0015031 2.682911e-165 1
## 210 210 GO:0034654 2.768700e-165 1
## 211 211 GO:0035239 4.459864e-164 1
## 212 212 GO:0002009 1.344207e-163 1
## 213 213 GO:0051336 1.774588e-163 1
## 214 214 GO:1902679 7.649180e-162 1
## 215 215 GO:1903507 7.649180e-162 1
## 216 216 GO:0007010 7.867627e-162 1
## 217 217 GO:0071495 4.348203e-160 1
## 218 218 GO:0051674 3.333835e-159 1
## 219 219 GO:0045892 6.433528e-159 1
## 220 220 GO:0016310 9.824806e-159 1
## 221 221 GO:0048870 1.989835e-158 1
## 222 222 GO:0001932 8.368520e-158 1
## 223 223 GO:0009792 1.277309e-156 1
## 224 224 GO:0006508 6.651050e-155 1
## 225 225 GO:0031401 3.316178e-154 1
## 226 226 GO:0050767 1.204771e-153 1
## 227 227 GO:0000902 1.624965e-153 1
## 228 228 GO:0007281 5.040687e-153 1
## 229 229 GO:0009894 2.514872e-152 1
## 230 230 GO:0051093 4.229749e-152 1
## 231 231 GO:1901698 7.140689e-151 1
## 232 232 GO:0002682 1.077224e-150 1
## 233 233 GO:0051276 1.122101e-150 1
## 234 234 GO:0000278 1.395474e-150 1
## 235 235 GO:0040008 4.647941e-150 1
## 236 236 GO:0007417 1.473506e-149 1
## 237 237 GO:1901135 1.947886e-149 1
## 238 238 GO:0070925 1.529302e-148 1
## 239 239 GO:0045597 1.959559e-148 1
## 240 240 GO:0006396 5.504408e-147 1
## 241 241 GO:0031175 3.020226e-145 1
## 242 242 GO:0009057 5.572062e-144 1
## 243 243 GO:0009791 2.239568e-143 1
## 244 244 GO:0022603 3.996489e-143 1
## 245 245 GO:0010243 2.672325e-142 1
## 246 246 GO:0016477 5.886879e-142 1
## 247 247 GO:0060548 1.082974e-141 1
## 248 248 GO:0032880 1.925296e-141 1
## 249 249 GO:0008283 1.222403e-139 1
## 250 250 GO:0051248 1.112433e-138 1
## 251 251 GO:0007389 8.117187e-137 1
## 252 252 GO:0006082 4.259101e-136 1
## 253 253 GO:0045944 2.991504e-135 1
## 254 254 GO:0048878 7.920529e-135 1
## 255 255 GO:0031344 1.162758e-134 1
## 256 256 GO:0060341 1.192370e-134 1
## 257 257 GO:0031329 2.971452e-134 1
## 258 258 GO:0046903 3.379240e-134 1
## 259 259 GO:0120035 5.038137e-134 1
## 260 260 GO:0043436 1.696071e-133 1
## 261 261 GO:0007423 4.023242e-133 1
## 262 262 GO:0019637 5.644335e-133 1
## 263 263 GO:0045664 1.843957e-132 1
## 264 264 GO:1901565 2.328865e-132 1
## 265 265 GO:0007610 3.572527e-132 1
## 266 266 GO:0009725 6.886751e-132 1
## 267 267 GO:0006886 1.227981e-131 1
## 268 268 GO:0007017 1.439984e-131 1
## 269 269 GO:0060562 2.755958e-131 1
## 270 270 GO:0051640 5.040343e-131 1
## 271 271 GO:0051050 6.608343e-131 1
## 272 272 GO:0010564 1.545657e-130 1
## 273 273 GO:1901701 2.443133e-130 1
## 274 274 GO:0014070 2.515629e-130 1
## 275 275 GO:0040012 3.592927e-130 1
## 276 276 GO:0044092 8.632462e-130 1
## 277 277 GO:0051129 9.610040e-130 1
## 278 278 GO:0051338 1.711563e-129 1
## 279 279 GO:0044265 3.590904e-128 1
## 280 280 GO:0006955 3.819565e-128 1
## 281 281 GO:0006629 4.120615e-128 1
## 282 282 GO:0007292 1.042136e-127 1
## 283 283 GO:0033365 1.405294e-127 1
## 284 284 GO:1902533 5.341424e-127 1
## 285 285 GO:0048598 2.292312e-125 1
## 286 286 GO:1903047 2.535873e-125 1
## 287 287 GO:0000904 4.787365e-125 1
## 288 288 GO:0060322 4.750541e-124 1
## 289 289 GO:0010562 2.163611e-123 1
## 290 290 GO:0045937 2.163611e-123 1
## 291 291 GO:0043069 2.407163e-123 1
## 292 292 GO:0032990 2.635283e-123 1
## 293 293 GO:0032940 7.464397e-123 1
## 294 294 GO:0043066 3.040937e-122 1
## 295 295 GO:0006468 1.009384e-121 1
## 296 296 GO:0007346 1.027220e-121 1
## 297 297 GO:0018193 7.961842e-120 1
## 298 298 GO:0016071 2.007075e-119 1
## 299 299 GO:0019752 6.067695e-119 1
## 300 300 GO:0006259 1.831425e-118 1
## 301 301 GO:0042327 3.077554e-118 1
## 302 302 GO:0048858 1.631589e-117 1
## 303 303 GO:0120039 9.971761e-117 1
## 304 304 GO:0072359 1.788695e-116 1
## 305 305 GO:0048812 5.222607e-116 1
## 306 306 GO:0007420 1.256528e-115 1
## 307 307 GO:0000122 3.010741e-115 1
## 308 308 GO:0050877 5.101142e-115 1
## 309 309 GO:0010942 6.665078e-115 1
## 310 310 GO:0003002 1.147050e-114 1
## 311 311 GO:0044255 9.910867e-114 1
## 312 312 GO:0019725 2.275025e-113 1
## 313 313 GO:0080135 4.123472e-113 1
## 314 314 GO:0008219 5.033422e-113 1
## 315 315 GO:0048477 9.019746e-113 1
## 316 316 GO:0001775 1.024557e-112 1
## 317 317 GO:0006974 1.343680e-112 1
## 318 318 GO:0001934 5.193161e-112 1
## 319 319 GO:0051962 6.353917e-112 1
## 320 320 GO:0043549 3.929927e-110 1
## 321 321 GO:0051345 1.194342e-109 1
## 322 322 GO:0010720 4.655727e-109 1
## 323 323 GO:0007267 5.873295e-109 1
## 324 324 GO:0010975 7.089388e-109 1
## 325 325 GO:0048667 1.500756e-108 1
## 326 326 GO:0061024 2.911749e-108 1
## 327 327 GO:0001654 3.438831e-108 1
## 328 328 GO:0090066 7.739247e-108 1
## 329 329 GO:0043603 2.136084e-107 1
## 330 330 GO:0012501 6.033685e-107 1
## 331 331 GO:0002252 7.942638e-107 1
## 332 332 GO:0030855 3.748568e-106 1
## 333 333 GO:0070647 4.053820e-106 1
## 334 334 GO:0045321 6.749827e-106 1
## 335 335 GO:0010638 2.008747e-105 1
## 336 336 GO:0033993 9.115526e-105 1
## 337 337 GO:0045596 1.085911e-104 1
## 338 338 GO:0002520 3.469000e-104 1
## 339 339 GO:0043068 4.666477e-104 1
## 340 340 GO:0009607 5.025189e-104 1
## 341 341 GO:0030162 7.793027e-104 1
## 342 342 GO:0006952 2.447575e-103 1
## 343 343 GO:0045859 4.926027e-103 1
## 344 344 GO:0048638 1.785481e-102 1
## 345 345 GO:0048232 1.852234e-102 1
## 346 346 GO:0051656 1.924292e-102 1
## 347 347 GO:0006811 1.385056e-101 1
## 348 348 GO:0050769 1.094189e-100 1
## 349 349 GO:0043065 4.485293e-100 1
## 350 350 GO:0070201 7.154746e-100 1
## 351 351 GO:0048534 8.188952e-100 1
## 352 352 GO:0055085 6.215103e-99 1
## 353 353 GO:0034097 1.391132e-98 1
## 354 354 GO:0043009 1.245868e-97 1
## 355 355 GO:0043207 4.640056e-97 1
## 356 356 GO:0051707 4.640056e-97 1
## 357 357 GO:0055086 1.495255e-96 1
## 358 358 GO:2000145 3.439827e-96 1
## 359 359 GO:0008284 3.874777e-96 1
## 360 360 GO:0006351 1.864487e-95 1
## 361 361 GO:0032774 1.864487e-95 1
## 362 362 GO:0097659 1.864487e-95 1
## 363 363 GO:0006915 4.704496e-95 1
## 364 364 GO:0000226 5.920893e-95 1
## 365 365 GO:0032101 1.727868e-94 1
## 366 366 GO:0031346 2.774627e-94 1
## 367 367 GO:0098657 6.722097e-94 1
## 368 368 GO:0071345 8.313682e-94 1
## 369 369 GO:0009991 3.562929e-93 1
## 370 370 GO:0048569 1.589672e-92 1
## 371 371 GO:0051301 2.030739e-92 1
## 372 372 GO:0050801 3.110380e-92 1
## 373 373 GO:0007283 5.477978e-92 1
## 374 374 GO:0006887 8.552663e-92 1
## 375 375 GO:0031667 9.585335e-92 1
## 376 376 GO:0009314 1.527748e-91 1
## 377 377 GO:0090087 2.185564e-91 1
## 378 378 GO:0030334 2.319381e-91 1
## 379 379 GO:0030163 3.511105e-91 1
## 380 380 GO:0030097 6.776813e-91 1
## 381 381 GO:0044089 8.342014e-91 1
## 382 382 GO:0051223 9.009108e-91 1
## 383 383 GO:0051347 4.900769e-90 1
## 384 384 GO:0007444 5.188902e-90 1
## 385 385 GO:0010608 7.814853e-90 1
## 386 386 GO:0009636 8.608678e-90 1
## 387 387 GO:0061061 1.476458e-89 1
## 388 388 GO:0060627 1.521262e-89 1
## 389 389 GO:0008285 1.612316e-89 1
## 390 390 GO:0040007 1.915438e-89 1
## 391 391 GO:1901699 2.104272e-89 1
## 392 392 GO:0022613 3.826157e-89 1
## 393 393 GO:0043408 3.129551e-88 1
## 394 394 GO:0034660 5.866217e-88 1
## 395 395 GO:0045666 6.336751e-88 1
## 396 396 GO:0006897 6.700626e-88 1
## 397 397 GO:0048589 1.020733e-87 1
## 398 398 GO:0061564 1.773327e-87 1
## 399 399 GO:0043086 6.100831e-87 1
## 400 400 GO:0031400 1.373620e-86 1
## 401 401 GO:0030031 4.490418e-86 1
## 402 402 GO:0098771 1.467024e-85 1
## 403 403 GO:0007568 1.749643e-85 1
## 404 404 GO:0055082 3.914133e-85 1
## 405 405 GO:0045786 4.453142e-85 1
## 406 406 GO:0009896 5.148270e-85 1
## 407 407 GO:0120031 8.171172e-85 1
## 408 408 GO:0002684 1.027232e-84 1
## 409 409 GO:0007167 1.829503e-84 1
## 410 410 GO:0045055 2.418664e-84 1
## 411 411 GO:0048732 7.584305e-84 1
## 412 412 GO:0022604 7.884021e-84 1
## 413 413 GO:0006325 8.711741e-84 1
## 414 414 GO:0061458 1.062989e-83 1
## 415 415 GO:1901137 1.999350e-83 1
## 416 416 GO:0048608 4.790483e-83 1
## 417 417 GO:0051046 1.343441e-82 1
## 418 418 GO:0009611 1.584086e-82 1
## 419 419 GO:0006518 1.607039e-82 1
## 420 420 GO:0051603 2.104224e-82 1
## 421 421 GO:0045165 4.223003e-82 1
## 422 422 GO:0030029 5.573657e-82 1
## 423 423 GO:0032535 6.423041e-82 1
## 424 424 GO:0002165 8.141807e-82 1
## 425 425 GO:0006979 8.629200e-82 1
## 426 426 GO:0051493 1.623237e-81 1
## 427 427 GO:0048736 1.871139e-81 1
## 428 428 GO:0071417 5.953542e-81 1
## 429 429 GO:0042330 6.688944e-81 1
## 430 430 GO:0032870 1.189264e-80 1
## 431 431 GO:0050776 1.250590e-80 1
## 432 432 GO:0002064 1.757099e-80 1
## 433 433 GO:0010256 2.830689e-80 1
## 434 434 GO:0006366 2.927357e-80 1
## 435 435 GO:0007409 3.131272e-80 1
## 436 436 GO:0006397 3.567981e-80 1
## 437 437 GO:0048568 4.072699e-80 1
## 438 438 GO:0045927 8.352053e-80 1
## 439 439 GO:0006753 1.369036e-79 1
## 440 440 GO:0090596 1.950474e-79 1
## 441 441 GO:0007005 5.314048e-79 1
## 442 442 GO:0044283 7.632023e-79 1
## 443 443 GO:0007507 2.490786e-78 1
## 444 444 GO:0043604 2.628571e-78 1
## 445 445 GO:0009886 3.908468e-78 1
## 446 446 GO:0040017 5.985200e-78 1
## 447 447 GO:0007552 2.163637e-77 1
## 448 448 GO:1903530 3.119193e-77 1
## 449 449 GO:0055080 3.798311e-77 1
## 450 450 GO:0070848 5.456386e-77 1
## 451 451 GO:0002263 7.494749e-77 1
## 452 452 GO:0009117 7.781383e-77 1
## 453 453 GO:0010563 2.464376e-76 1
## 454 454 GO:0045936 2.464376e-76 1
## 455 455 GO:0002366 2.541246e-76 1
## 456 456 GO:0006935 4.276073e-76 1
## 457 457 GO:0071363 6.372586e-76 1
## 458 458 GO:0043632 6.752003e-76 1
## 459 459 GO:0034248 8.018938e-76 1
## 460 460 GO:0071900 1.653264e-75 1
## 461 461 GO:0033674 1.965497e-75 1
## 462 462 GO:1902532 3.469810e-75 1
## 463 463 GO:0032386 4.347213e-75 1
## 464 464 GO:0010976 5.355454e-75 1
## 465 465 GO:0048285 1.146424e-74 1
## 466 466 GO:0006873 1.254021e-74 1
## 467 467 GO:0019941 2.361720e-74 1
## 468 468 GO:0090407 2.673299e-74 1
## 469 469 GO:0043254 3.223218e-74 1
## 470 470 GO:0006511 1.041997e-73 1
## 471 471 GO:0048707 1.055919e-73 1
## 472 472 GO:0022411 1.544812e-73 1
## 473 473 GO:0034220 6.298456e-73 1
## 474 474 GO:0035107 1.502039e-72 1
## 475 475 GO:0071407 2.112444e-72 1
## 476 476 GO:1901987 2.159863e-72 1
## 477 477 GO:0006281 3.467232e-72 1
## 478 478 GO:0010639 3.905331e-72 1
## 479 479 GO:0010035 5.192315e-72 1
## 480 480 GO:0006812 9.253493e-72 1
## 481 481 GO:0002274 1.331572e-71 1
## 482 482 GO:0060541 2.390756e-71 1
## 483 483 GO:0033044 2.479451e-71 1
## 484 484 GO:0031331 3.478665e-71 1
## 485 485 GO:0048563 3.578801e-71 1
## 486 486 GO:0008380 3.695296e-71 1
## 487 487 GO:0045860 6.381995e-71 1
## 488 488 GO:0042176 8.624287e-71 1
## 489 489 GO:0030003 2.092206e-70 1
## 490 490 GO:0030155 3.002323e-70 1
## 491 491 GO:0000280 3.745835e-70 1
## 492 492 GO:0001944 6.468220e-70 1
## 493 493 GO:0002443 6.699127e-70 1
## 494 494 GO:0007560 1.080478e-69 1
## 495 495 GO:0030036 1.117948e-69 1
## 496 496 GO:0044782 1.278691e-69 1
## 497 497 GO:1901652 1.445020e-69 1
## 498 498 GO:0002065 2.504443e-69 1
## 499 499 GO:0021700 4.394380e-69 1
## 500 500 GO:0051052 5.811405e-69 1
## 501 501 GO:0032446 5.852973e-69 1
## 502 502 GO:0051961 6.715896e-69 1
## 503 503 GO:0060271 6.763465e-69 1
## 504 504 GO:0035220 7.306090e-69 1
## 505 505 GO:0045862 7.657333e-69 1
## 506 506 GO:0002164 8.593960e-69 1
## 507 507 GO:0007548 5.062774e-68 1
## 508 508 GO:0008610 5.712010e-68 1
## 509 509 GO:0002275 6.752166e-68 1
## 510 510 GO:0007169 2.440844e-67 1
## 511 511 GO:0009617 3.031453e-67 1
## 512 512 GO:0001558 3.459064e-67 1
## 513 513 GO:2001233 3.674430e-67 1
## 514 514 GO:0009416 3.986855e-67 1
## 515 515 GO:0072657 4.110968e-67 1
## 516 516 GO:0048592 8.328555e-67 1
## 517 517 GO:0046677 8.804545e-67 1
## 518 518 GO:0072594 1.744041e-66 1
## 519 519 GO:0002444 2.370653e-66 1
## 520 520 GO:0045787 4.082294e-66 1
## 521 521 GO:0031647 5.075026e-66 1
## 522 522 GO:0043043 5.083262e-66 1
## 523 523 GO:1901990 5.910084e-66 1
## 524 524 GO:0036230 6.972993e-66 1
## 525 525 GO:0043299 8.517039e-66 1
## 526 526 GO:0001568 9.813681e-66 1
## 527 527 GO:0002066 1.469001e-65 1
## 528 528 GO:0042060 2.570518e-65 1
## 529 529 GO:0000375 3.384499e-65 1
## 530 530 GO:0001667 7.669479e-65 1
## 531 531 GO:0031347 1.085199e-64 1
## 532 532 GO:0002283 2.046766e-64 1
## 533 533 GO:0042119 2.046766e-64 1
## 534 534 GO:0016567 2.072207e-64 1
## 535 535 GO:0000377 2.183349e-64 1
## 536 536 GO:0000398 2.183349e-64 1
## 537 537 GO:0043087 2.460464e-64 1
## 538 538 GO:0042326 3.820210e-64 1
## 539 539 GO:1901361 4.400198e-64 1
## 540 540 GO:0043410 4.965371e-64 1
## 541 541 GO:1904951 5.652589e-64 1
## 542 542 GO:0051259 7.891106e-64 1
## 543 543 GO:0006417 9.816873e-64 1
## 544 544 GO:0097485 1.247402e-63 1
## 545 545 GO:0002446 1.476864e-63 1
## 546 546 GO:0097435 2.576951e-63 1
## 547 547 GO:0043312 5.292366e-63 1
## 548 548 GO:0032787 8.242042e-63 1
## 549 549 GO:0030900 1.041387e-62 1
## 550 550 GO:0071396 1.197745e-62 1
## 551 551 GO:0034470 2.447596e-62 1
## 552 552 GO:0010769 4.000849e-62 1
## 553 553 GO:0007163 5.511908e-62 1
## 554 554 GO:0006412 9.540243e-62 1
## 555 555 GO:0048193 9.799365e-62 1
## 556 556 GO:0019216 1.519304e-61 1
## 557 557 GO:0001655 2.133197e-61 1
## 558 558 GO:0072521 2.168443e-61 1
## 559 559 GO:0007411 2.401111e-61 1
## 560 560 GO:0044057 2.688347e-61 1
## 561 561 GO:0019439 3.217796e-61 1
## 562 562 GO:0030111 7.598909e-61 1
## 563 563 GO:0010721 8.511120e-61 1
## 564 564 GO:0050803 2.262896e-60 1
## 565 565 GO:0001101 2.608476e-60 1
## 566 566 GO:0060249 3.331924e-60 1
## 567 567 GO:0007155 8.738973e-60 1
## 568 568 GO:0005975 9.006487e-60 1
## 569 569 GO:0051098 1.028495e-59 1
## 570 570 GO:0043434 1.059692e-59 1
## 571 571 GO:1903706 1.314103e-59 1
## 572 572 GO:0019693 1.335749e-59 1
## 573 573 GO:0006091 1.553502e-59 1
## 574 574 GO:0001817 2.286447e-59 1
## 575 575 GO:0009259 4.945994e-59 1
## 576 576 GO:0007018 6.820107e-59 1
## 577 577 GO:0044270 1.240727e-58 1
## 578 578 GO:0007600 1.877581e-58 1
## 579 579 GO:0010817 3.286521e-58 1
## 580 580 GO:0048737 4.029635e-58 1
## 581 581 GO:0001933 4.226291e-58 1
## 582 582 GO:0009266 4.322478e-58 1
## 583 583 GO:0048639 5.739312e-58 1
## 584 584 GO:0046700 6.242596e-58 1
## 585 585 GO:0016050 6.823931e-58 1
## 586 586 GO:0050807 8.618547e-58 1
## 587 587 GO:0051222 1.251417e-57 1
## 588 588 GO:0001701 1.335013e-57 1
## 589 589 GO:1901615 1.454098e-57 1
## 590 590 GO:0044403 2.421836e-57 1
## 591 591 GO:0044419 2.421836e-57 1
## 592 592 GO:0050778 5.675277e-57 1
## 593 593 GO:0051051 6.389702e-57 1
## 594 594 GO:0034976 8.752852e-57 1
## 595 595 GO:0030335 9.655880e-57 1
## 596 596 GO:2000147 9.655880e-57 1
## 597 597 GO:0007059 1.042316e-56 1
## 598 598 GO:0070482 1.043658e-56 1
## 599 599 GO:0072001 1.105540e-56 1
## 600 600 GO:0035114 1.844689e-56 1
## 601 601 GO:0035120 1.844689e-56 1
## 602 602 GO:1903829 5.102102e-56 1
## 603 603 GO:0043269 5.519414e-56 1
## 604 604 GO:0006163 1.788316e-55 1
## 605 605 GO:0009150 1.788316e-55 1
## 606 606 GO:0009952 2.044770e-55 1
## 607 607 GO:0050768 2.116590e-55 1
## 608 608 GO:0048749 2.262125e-55 1
## 609 609 GO:0050890 2.307592e-55 1
## 610 610 GO:0010506 2.557662e-55 1
## 611 611 GO:0007517 2.925450e-55 1
## 612 612 GO:1901214 3.130835e-55 1
## 613 613 GO:0043010 4.249759e-55 1
## 614 614 GO:0098655 5.274983e-55 1
## 615 615 GO:0045732 5.343216e-55 1
## 616 616 GO:0008361 7.129858e-55 1
## 617 617 GO:0051169 8.795178e-55 1
## 618 618 GO:0048514 1.658487e-54 1
## 619 619 GO:0034655 1.678518e-54 1
## 620 620 GO:0098542 1.805739e-54 1
## 621 621 GO:0043547 2.674337e-54 1
## 622 622 GO:0001505 3.045027e-54 1
## 623 623 GO:0051648 6.371549e-54 1
## 624 624 GO:0032984 7.145799e-54 1
## 625 625 GO:0001501 1.214235e-53 1
## 626 626 GO:0006457 1.335761e-53 1
## 627 627 GO:2000027 1.347386e-53 1
## 628 628 GO:0032970 1.928644e-53 1
## 629 629 GO:0006403 2.494942e-53 1
## 630 630 GO:0051650 3.772114e-53 1
## 631 631 GO:0030100 3.820120e-53 1
## 632 632 GO:0098660 4.845828e-53 1
## 633 633 GO:0010498 5.200324e-53 1
## 634 634 GO:0006913 5.832632e-53 1
## 635 635 GO:0006790 6.118724e-53 1
## 636 636 GO:0099536 6.976574e-53 1
## 637 637 GO:0030707 8.126474e-53 1
## 638 638 GO:0009798 9.078778e-53 1
## 639 639 GO:0045926 9.388039e-53 1
## 640 640 GO:0097305 1.079451e-52 1
## 641 641 GO:0071214 1.326583e-52 1
## 642 642 GO:0104004 1.326583e-52 1
## 643 643 GO:0071902 1.507918e-52 1
## 644 644 GO:0062012 1.728003e-52 1
## 645 645 GO:0007611 2.549013e-52 1
## 646 646 GO:0007472 2.613986e-52 1
## 647 647 GO:0090068 3.122402e-52 1
## 648 648 GO:0051047 3.677251e-52 1
## 649 649 GO:0099537 4.053215e-52 1
## 650 650 GO:0016570 4.651526e-52 1
## 651 651 GO:0016331 6.100381e-52 1
## 652 652 GO:0060537 7.624431e-52 1
## 653 653 GO:0040029 8.640635e-52 1
## 654 654 GO:0016197 1.215809e-51 1
## 655 655 GO:0048562 1.216005e-51 1
## 656 656 GO:0042254 1.216900e-51 1
## 657 657 GO:0010259 1.458250e-51 1
## 658 658 GO:0007268 1.729136e-51 1
## 659 659 GO:0098916 1.729136e-51 1
## 660 660 GO:0060828 2.662325e-51 1
## 661 661 GO:0030001 4.356661e-51 1
## 662 662 GO:0010948 6.391115e-51 1
## 663 663 GO:0032956 6.394315e-51 1
## 664 664 GO:1903320 6.560575e-51 1
## 665 665 GO:0009100 7.165720e-51 1
## 666 666 GO:1902903 7.482713e-51 1
## 667 667 GO:0090130 1.064718e-50 1
## 668 668 GO:0043161 1.559632e-50 1
## 669 669 GO:0032259 1.790077e-50 1
## 670 670 GO:0055123 2.281493e-50 1
## 671 671 GO:0071826 4.494154e-50 1
## 672 672 GO:1903532 4.515143e-50 1
## 673 673 GO:0007369 6.056769e-50 1
## 674 674 GO:0051783 6.073930e-50 1
## 675 675 GO:0051321 8.847078e-50 1
## 676 676 GO:0043405 9.098070e-50 1
## 677 677 GO:0071496 9.168161e-50 1
## 678 678 GO:0002119 1.327701e-49 1
## 679 679 GO:0010038 1.754679e-49 1
## 680 680 GO:0043687 2.944244e-49 1
## 681 681 GO:0046486 2.991031e-49 1
## 682 682 GO:1901653 3.377425e-49 1
## 683 683 GO:0035282 3.696404e-49 1
## 684 684 GO:0050804 4.490373e-49 1
## 685 685 GO:0099177 4.490373e-49 1
## 686 686 GO:0042692 5.334970e-49 1
## 687 687 GO:0098813 6.586760e-49 1
## 688 688 GO:0008340 6.935119e-49 1
## 689 689 GO:0048469 1.194091e-48 1
## 690 690 GO:0007476 1.382947e-48 1
## 691 691 GO:0014706 1.523971e-48 1
## 692 692 GO:0051090 4.114097e-48 1
## 693 693 GO:0098662 8.816436e-48 1
## 694 694 GO:0002791 1.103667e-47 1
## 695 695 GO:0036293 1.681235e-47 1
## 696 696 GO:0006605 2.280433e-47 1
## 697 697 GO:0019221 2.503107e-47 1
## 698 698 GO:1903046 3.073442e-47 1
## 699 699 GO:0008406 3.174862e-47 1
## 700 700 GO:0045137 3.174862e-47 1
## 701 701 GO:0009953 3.715428e-47 1
## 702 702 GO:0033157 4.926165e-47 1
## 703 703 GO:1903311 5.284199e-47 1
## 704 704 GO:0016032 5.934203e-47 1
## 705 705 GO:0048565 6.094023e-47 1
## 706 706 GO:0019827 6.452888e-47 1
## 707 707 GO:0098727 6.452888e-47 1
## 708 708 GO:0006644 7.498507e-47 1
## 709 709 GO:0090287 1.868401e-46 1
## 710 710 GO:0032886 1.964535e-46 1
## 711 711 GO:0016053 2.095796e-46 1
## 712 712 GO:0046394 2.095796e-46 1
## 713 713 GO:0050708 3.021018e-46 1
## 714 714 GO:0045930 4.174920e-46 1
## 715 715 GO:0052547 4.264125e-46 1
## 716 716 GO:0055074 5.875217e-46 1
## 717 717 GO:0051348 7.201781e-46 1
## 718 718 GO:0048545 8.221897e-46 1
## 719 719 GO:0008544 1.207661e-45 1
## 720 720 GO:0009880 1.380800e-45 1
## 721 721 GO:0022618 2.880928e-45 1
## 722 722 GO:0042594 3.441556e-45 1
## 723 723 GO:0006874 3.515336e-45 1
## 724 724 GO:0050865 4.328601e-45 1
## 725 725 GO:0001666 5.181279e-45 1
## 726 726 GO:0000165 5.656572e-45 1
## 727 727 GO:0044282 6.142547e-45 1
## 728 728 GO:0097190 7.058930e-45 1
## 729 729 GO:0002697 7.070205e-45 1
## 730 730 GO:0007626 1.402939e-44 1
## 731 731 GO:0001822 1.553927e-44 1
## 732 732 GO:0021537 1.562004e-44 1
## 733 733 GO:0010631 1.626142e-44 1
## 734 734 GO:0090132 1.626142e-44 1
## 735 735 GO:0007088 1.852941e-44 1
## 736 736 GO:0009408 2.982454e-44 1
## 737 737 GO:0044770 3.058390e-44 1
## 738 738 GO:0032147 3.478453e-44 1
## 739 739 GO:0031334 3.491963e-44 1
## 740 740 GO:0042063 3.715213e-44 1
## 741 741 GO:0003013 3.736013e-44 1
## 742 742 GO:0032388 4.547036e-44 1
## 743 743 GO:0051056 6.330047e-44 1
## 744 744 GO:0034762 7.236785e-44 1
## 745 745 GO:2000241 1.084203e-43 1
## 746 746 GO:0031396 1.390404e-43 1
## 747 747 GO:0050808 1.484677e-43 1
## 748 748 GO:0046649 2.226360e-43 1
## 749 749 GO:0070646 2.255459e-43 1
## 750 750 GO:0050678 3.165822e-43 1
## 751 751 GO:0008015 3.609814e-43 1
## 752 752 GO:0042391 3.638563e-43 1
## 753 753 GO:0006631 4.058063e-43 1
## 754 754 GO:0009895 5.446096e-43 1
## 755 755 GO:0045995 7.274452e-43 1
## 756 756 GO:0002694 7.337079e-43 1
## 757 757 GO:0044772 8.837239e-43 1
## 758 758 GO:0031503 9.124963e-43 1
## 759 759 GO:2001252 1.527374e-42 1
## 760 760 GO:0031668 1.611489e-42 1
## 761 761 GO:0071375 1.694515e-42 1
## 762 762 GO:0001763 1.706805e-42 1
## 763 763 GO:0022407 1.775021e-42 1
## 764 764 GO:0009141 2.123614e-42 1
## 765 765 GO:0052548 2.415972e-42 1
## 766 766 GO:1902115 2.510820e-42 1
## 767 767 GO:0051146 3.166439e-42 1
## 768 768 GO:0007264 5.371472e-42 1
## 769 769 GO:0034599 6.745374e-42 1
## 770 770 GO:0007424 7.544056e-42 1
## 771 771 GO:0061138 7.546640e-42 1
## 772 772 GO:0002521 7.962215e-42 1
## 773 773 GO:0033673 1.008934e-41 1
## 774 774 GO:0048871 1.908687e-41 1
## 775 775 GO:0043414 2.104853e-41 1
## 776 776 GO:0045087 2.175569e-41 1
## 777 777 GO:0030307 2.210344e-41 1
## 778 778 GO:0050770 2.243254e-41 1
## 779 779 GO:0007186 2.293507e-41 1
## 780 780 GO:0006820 2.574601e-41 1
## 781 781 GO:1903050 2.821869e-41 1
## 782 782 GO:0010770 3.265716e-41 1
## 783 783 GO:0050773 4.869065e-41 1
## 784 784 GO:0015980 4.916938e-41 1
## 785 785 GO:0003007 5.233103e-41 1
## 786 786 GO:0051346 6.452425e-41 1
## 787 787 GO:0042742 8.445630e-41 1
## 788 788 GO:0110053 9.550588e-41 1
## 789 789 GO:0001745 9.593223e-41 1
## 790 790 GO:0000910 1.057468e-40 1
## 791 791 GO:0006909 1.125175e-40 1
## 792 792 GO:0050821 1.394713e-40 1
## 793 793 GO:0140014 1.406622e-40 1
## 794 794 GO:0046777 1.505694e-40 1
## 795 795 GO:0051054 1.852438e-40 1
## 796 796 GO:0043393 1.885691e-40 1
## 797 797 GO:0032103 2.262675e-40 1
## 798 798 GO:0031669 2.320677e-40 1
## 799 799 GO:0007584 2.734512e-40 1
## 800 800 GO:0021543 3.596192e-40 1
## 801 801 GO:1905114 3.977252e-40 1
## 802 802 GO:0043406 4.359629e-40 1
## 803 803 GO:0061640 6.887631e-40 1
## 804 804 GO:0060560 7.075068e-40 1
## 805 805 GO:0002253 7.555602e-40 1
## 806 806 GO:0032868 8.093958e-40 1
## 807 807 GO:0016358 9.060040e-40 1
## 808 808 GO:0006469 9.675020e-40 1
## 809 809 GO:0009199 1.036301e-39 1
## 810 810 GO:0045785 1.192800e-39 1
## 811 811 GO:0031330 1.225453e-39 1
## 812 812 GO:0032872 1.449442e-39 1
## 813 813 GO:0070302 1.449442e-39 1
## 814 814 GO:0050878 1.539227e-39 1
## 815 815 GO:1990778 1.925065e-39 1
## 816 816 GO:0016579 2.641957e-39 1
## 817 817 GO:0071478 2.918282e-39 1
## 818 818 GO:0070507 4.191388e-39 1
## 819 819 GO:0045088 4.419995e-39 1
## 820 820 GO:0016072 4.556268e-39 1
## 821 821 GO:0006401 5.930707e-39 1
## 822 822 GO:0035966 6.155290e-39 1
## 823 823 GO:0051963 7.713324e-39 1
## 824 824 GO:0140013 8.198824e-39 1
## 825 825 GO:0046530 8.796559e-39 1
## 826 826 GO:0006650 9.270211e-39 1
## 827 827 GO:0045665 9.923959e-39 1
## 828 828 GO:0007051 1.027589e-38 1
## 829 829 GO:0009101 1.496187e-38 1
## 830 830 GO:0015931 2.139813e-38 1
## 831 831 GO:0001525 2.750247e-38 1
## 832 832 GO:0008593 2.942103e-38 1
## 833 833 GO:0045637 3.413803e-38 1
## 834 834 GO:0051249 4.754025e-38 1
## 835 835 GO:0035148 4.940470e-38 1
## 836 836 GO:0006520 7.012278e-38 1
## 837 837 GO:0009144 8.256973e-38 1
## 838 838 GO:0009205 8.256973e-38 1
## 839 839 GO:0099003 9.462149e-38 1
## 840 840 GO:0009411 1.093477e-37 1
## 841 841 GO:0000209 1.479810e-37 1
## 842 842 GO:0045931 1.892771e-37 1
## 843 843 GO:0034504 2.149159e-37 1
## 844 844 GO:0009123 2.623391e-37 1
## 845 845 GO:0002764 3.432643e-37 1
## 846 846 GO:0090305 3.556336e-37 1
## 847 847 GO:0051235 4.208149e-37 1
## 848 848 GO:0009799 5.336307e-37 1
## 849 849 GO:0009855 5.336307e-37 1
## 850 850 GO:0048515 7.029783e-37 1
## 851 851 GO:0198738 7.902734e-37 1
## 852 852 GO:0010632 7.906980e-37 1
## 853 853 GO:0051604 8.010690e-37 1
## 854 854 GO:0007498 8.336495e-37 1
## 855 855 GO:0000819 8.751020e-37 1
## 856 856 GO:0071824 8.958916e-37 1
## 857 857 GO:1904396 9.308840e-37 1
## 858 858 GO:0016482 9.597899e-37 1
## 859 859 GO:0030705 1.100533e-36 1
## 860 860 GO:0006986 1.506403e-36 1
## 861 861 GO:0002683 1.576004e-36 1
## 862 862 GO:0006364 1.920260e-36 1
## 863 863 GO:0006914 2.517053e-36 1
## 864 864 GO:0061919 2.517053e-36 1
## 865 865 GO:0034250 2.581357e-36 1
## 866 866 GO:0016049 2.793404e-36 1
## 867 867 GO:0060491 3.167467e-36 1
## 868 868 GO:0120032 3.167467e-36 1
## 869 869 GO:0007265 3.345546e-36 1
## 870 870 GO:0001700 3.820429e-36 1
## 871 871 GO:0006839 3.868546e-36 1
## 872 872 GO:0043523 4.773920e-36 1
## 873 873 GO:0010876 4.828959e-36 1
## 874 874 GO:0051236 4.859643e-36 1
## 875 875 GO:0043583 4.934204e-36 1
## 876 876 GO:0048754 6.157623e-36 1
## 877 877 GO:1902850 6.183541e-36 1
## 878 878 GO:0018205 6.799172e-36 1
## 879 879 GO:0031345 8.724292e-36 1
## 880 880 GO:0002757 1.062675e-35 1
## 881 881 GO:0050657 1.185539e-35 1
## 882 882 GO:0050658 1.185539e-35 1
## 883 883 GO:0009165 1.339258e-35 1
## 884 884 GO:1901293 1.339258e-35 1
## 885 885 GO:0061136 1.614756e-35 1
## 886 886 GO:0009913 1.738642e-35 1
## 887 887 GO:1902105 1.946247e-35 1
## 888 888 GO:1905330 2.281116e-35 1
## 889 889 GO:0006260 2.303903e-35 1
## 890 890 GO:0007030 3.536154e-35 1
## 891 891 GO:0000281 4.706745e-35 1
## 892 892 GO:0000302 5.003233e-35 1
## 893 893 GO:1901654 5.050613e-35 1
## 894 894 GO:0090092 5.373046e-35 1
## 895 895 GO:0051260 5.740006e-35 1
## 896 896 GO:0009994 6.735763e-35 1
## 897 897 GO:0040014 7.017577e-35 1
## 898 898 GO:1903034 7.151296e-35 1
## 899 899 GO:1902275 7.847092e-35 1
## 900 900 GO:1901215 8.136764e-35 1
## 901 901 GO:0030178 8.731508e-35 1
## 902 902 GO:0001819 1.095944e-34 1
## 903 903 GO:0071103 1.175068e-34 1
## 904 904 GO:0051606 1.501396e-34 1
## 905 905 GO:0000075 1.651355e-34 1
## 906 906 GO:0010959 1.670631e-34 1
## 907 907 GO:0009161 2.174985e-34 1
## 908 908 GO:0018209 3.489161e-34 1
## 909 909 GO:0016055 4.978693e-34 1
## 910 910 GO:0006402 5.329864e-34 1
## 911 911 GO:0051302 5.436878e-34 1
## 912 912 GO:0009612 5.465391e-34 1
## 913 913 GO:0032869 5.707297e-34 1
## 914 914 GO:0048813 6.627974e-34 1
## 915 915 GO:0031099 6.628365e-34 1
## 916 916 GO:0045471 8.087206e-34 1
## 917 917 GO:0008582 8.730322e-34 1
## 918 918 GO:0007015 1.061116e-33 1
## 919 919 GO:0007286 1.227071e-33 1
## 920 920 GO:0032271 1.263177e-33 1
## 921 921 GO:0015711 1.393336e-33 1
## 922 922 GO:0018105 1.408246e-33 1
## 923 923 GO:0050795 1.457854e-33 1
## 924 924 GO:0009743 1.675207e-33 1
## 925 925 GO:0045807 1.682481e-33 1
## 926 926 GO:0009948 1.834308e-33 1
## 927 927 GO:0030902 2.940009e-33 1
## 928 928 GO:0048839 3.086527e-33 1
## 929 929 GO:0046890 3.134913e-33 1
## 930 930 GO:0023061 3.185577e-33 1
## 931 931 GO:0048640 3.215212e-33 1
## 932 932 GO:0030010 3.578130e-33 1
## 933 933 GO:0008654 3.609284e-33 1
## 934 934 GO:0010212 4.845517e-33 1
## 935 935 GO:0006836 5.362172e-33 1
## 936 936 GO:1902749 5.535184e-33 1
## 937 937 GO:0010927 5.986195e-33 1
## 938 938 GO:0010970 6.333034e-33 1
## 939 939 GO:0099111 6.333034e-33 1
## 940 940 GO:1903052 6.473350e-33 1
## 941 941 GO:0048863 6.587440e-33 1
## 942 942 GO:0030258 7.329604e-33 1
## 943 943 GO:0006888 8.922468e-33 1
## 944 944 GO:0009126 9.233613e-33 1
## 945 945 GO:0009167 9.233613e-33 1
## 946 946 GO:0048872 1.069208e-32 1
## 947 947 GO:0097237 1.151448e-32 1
## 948 948 GO:0002237 1.168234e-32 1
## 949 949 GO:0048705 1.464545e-32 1
## 950 950 GO:0019882 1.712553e-32 1
## 951 951 GO:0016042 1.854187e-32 1
## 952 952 GO:0040013 2.142091e-32 1
## 953 953 GO:0043270 2.262801e-32 1
## 954 954 GO:0007162 2.303264e-32 1
## 955 955 GO:0043903 2.928835e-32 1
## 956 956 GO:0007613 2.956814e-32 1
## 957 957 GO:0042303 3.468845e-32 1
## 958 958 GO:0022612 3.632383e-32 1
## 959 959 GO:0051168 3.685509e-32 1
## 960 960 GO:0061351 3.918530e-32 1
## 961 961 GO:0031349 4.973380e-32 1
## 962 962 GO:0072175 5.360335e-32 1
## 963 963 GO:0009451 5.500608e-32 1
## 964 964 GO:0043062 5.799828e-32 1
## 965 965 GO:0060485 5.971628e-32 1
## 966 966 GO:0007368 6.258927e-32 1
## 967 967 GO:0031098 7.087956e-32 1
## 968 968 GO:0000070 7.600435e-32 1
## 969 969 GO:0035150 7.828352e-32 1
## 970 970 GO:0034765 7.869165e-32 1
## 971 971 GO:2001234 8.627504e-32 1
## 972 972 GO:0007033 8.834461e-32 1
## 973 973 GO:0007034 9.749358e-32 1
## 974 974 GO:2000116 1.068153e-31 1
## 975 975 GO:0090257 1.218768e-31 1
## 976 976 GO:0048511 1.405973e-31 1
## 977 977 GO:0050863 1.529287e-31 1
## 978 978 GO:0046822 1.645744e-31 1
## 979 979 GO:0033500 2.117236e-31 1
## 980 980 GO:0051091 3.482372e-31 1
## 981 981 GO:0001709 3.808734e-31 1
## 982 982 GO:0017145 4.027683e-31 1
## 983 983 GO:2001242 5.023572e-31 1
## 984 984 GO:0043473 5.202245e-31 1
## 985 985 GO:0009410 5.331043e-31 1
## 986 986 GO:0032102 5.584509e-31 1
## 987 987 GO:0051495 5.642228e-31 1
## 988 988 GO:0060538 6.078378e-31 1
## 989 989 GO:1901800 6.334015e-31 1
## 990 990 GO:0002831 6.419601e-31 1
## 991 991 GO:0008037 7.119685e-31 1
## 992 992 GO:0046328 8.141669e-31 1
## 993 993 GO:0071695 8.715163e-31 1
## 994 994 GO:2000058 8.909109e-31 1
## 995 995 GO:2001235 9.532420e-31 1
## 996 996 GO:0051100 1.007945e-30 1
## 997 997 GO:0007350 1.337250e-30 1
## 998 998 GO:0006611 1.437082e-30 1
## 999 999 GO:0001704 1.452235e-30 1
## 1000 1000 GO:0043484 1.561814e-30 1
## 1001 1001 GO:0042593 1.576418e-30 1
## 1002 1002 GO:0010001 1.581355e-30 1
## 1003 1003 GO:0035967 1.654463e-30 1
## 1004 1004 GO:0032496 2.695678e-30 1
## 1005 1005 GO:0030098 2.721769e-30 1
## 1006 1006 GO:0051147 2.859328e-30 1
## 1007 1007 GO:0071229 3.812525e-30 1
## 1008 1008 GO:0045017 5.364616e-30 1
## 1009 1009 GO:1901342 5.841174e-30 1
## 1010 1010 GO:1901657 6.006573e-30 1
## 1011 1011 GO:0001708 6.595708e-30 1
## 1012 1012 GO:0048599 6.937496e-30 1
## 1013 1013 GO:0048489 7.589293e-30 1
## 1014 1014 GO:0097479 7.589293e-30 1
## 1015 1015 GO:0097480 7.589293e-30 1
## 1016 1016 GO:0046578 8.646338e-30 1
## 1017 1017 GO:0009267 8.655234e-30 1
## 1018 1018 GO:0048588 8.711350e-30 1
## 1019 1019 GO:0010389 9.463064e-30 1
## 1020 1020 GO:0090090 9.530694e-30 1
## 1021 1021 GO:0006066 9.620740e-30 1
## 1022 1022 GO:0030534 9.885901e-30 1
## 1023 1023 GO:0001894 1.080906e-29 1
## 1024 1024 GO:0016311 1.126113e-29 1
## 1025 1025 GO:0008064 1.255473e-29 1
## 1026 1026 GO:0030832 1.255473e-29 1
## 1027 1027 GO:2001020 1.284784e-29 1
## 1028 1028 GO:0001754 1.291526e-29 1
## 1029 1029 GO:0090150 1.313853e-29 1
## 1030 1030 GO:0034330 1.334685e-29 1
## 1031 1031 GO:0002793 1.373665e-29 1
## 1032 1032 GO:0050714 1.373665e-29 1
## 1033 1033 GO:0042461 1.389139e-29 1
## 1034 1034 GO:1903522 1.418132e-29 1
## 1035 1035 GO:1902905 1.723040e-29 1
## 1036 1036 GO:0050684 2.042509e-29 1
## 1037 1037 GO:0016054 2.049243e-29 1
## 1038 1038 GO:0046395 2.049243e-29 1
## 1039 1039 GO:1902806 2.153185e-29 1
## 1040 1040 GO:0046474 2.348544e-29 1
## 1041 1041 GO:0045861 2.474623e-29 1
## 1042 1042 GO:1901988 2.892730e-29 1
## 1043 1043 GO:0021987 2.958698e-29 1
## 1044 1044 GO:0000956 3.004547e-29 1
## 1045 1045 GO:2001251 3.318296e-29 1
## 1046 1046 GO:1905952 3.475897e-29 1
## 1047 1047 GO:0043281 3.512756e-29 1
## 1048 1048 GO:0002768 3.714796e-29 1
## 1049 1049 GO:0090316 4.233476e-29 1
## 1050 1050 GO:0002696 4.552543e-29 1
## 1051 1051 GO:0050867 4.552543e-29 1
## 1052 1052 GO:0001503 4.955568e-29 1
## 1053 1053 GO:0060348 4.983711e-29 1
## 1054 1054 GO:0016241 5.110364e-29 1
## 1055 1055 GO:0017038 5.621438e-29 1
## 1056 1056 GO:0055001 5.917039e-29 1
## 1057 1057 GO:0061448 6.675130e-29 1
## 1058 1058 GO:0030099 6.887706e-29 1
## 1059 1059 GO:0055088 7.147215e-29 1
## 1060 1060 GO:0010977 7.210915e-29 1
## 1061 1061 GO:0046034 7.496406e-29 1
## 1062 1062 GO:1903322 7.739809e-29 1
## 1063 1063 GO:0046661 8.879753e-29 1
## 1064 1064 GO:0007612 9.845115e-29 1
## 1065 1065 GO:0010952 9.911227e-29 1
## 1066 1066 GO:0048814 1.014599e-28 1
## 1067 1067 GO:0000578 1.115315e-28 1
## 1068 1068 GO:0006310 1.130047e-28 1
## 1069 1069 GO:0050954 1.385478e-28 1
## 1070 1070 GO:0021915 1.438492e-28 1
## 1071 1071 GO:0030323 1.506855e-28 1
## 1072 1072 GO:1900180 1.510255e-28 1
## 1073 1073 GO:0034620 1.560881e-28 1
## 1074 1074 GO:0048634 1.759765e-28 1
## 1075 1075 GO:0045727 1.862432e-28 1
## 1076 1076 GO:0006898 1.910068e-28 1
## 1077 1077 GO:0044242 2.095568e-28 1
## 1078 1078 GO:0065004 2.344998e-28 1
## 1079 1079 GO:0007052 2.416841e-28 1
## 1080 1080 GO:0046620 2.642904e-28 1
## 1081 1081 GO:0034249 2.827481e-28 1
## 1082 1082 GO:0006399 3.443681e-28 1
## 1083 1083 GO:0045333 3.616369e-28 1
## 1084 1084 GO:0071241 3.646807e-28 1
## 1085 1085 GO:0006302 3.760587e-28 1
## 1086 1086 GO:0051099 3.854283e-28 1
## 1087 1087 GO:0006486 3.970294e-28 1
## 1088 1088 GO:0043413 3.970294e-28 1
## 1089 1089 GO:0070085 3.970294e-28 1
## 1090 1090 GO:0005996 4.056471e-28 1
## 1091 1091 GO:0030198 5.930381e-28 1
## 1092 1092 GO:0072089 6.536346e-28 1
## 1093 1093 GO:0072659 6.936940e-28 1
## 1094 1094 GO:1901991 7.136954e-28 1
## 1095 1095 GO:0008356 7.370842e-28 1
## 1096 1096 GO:0046883 7.385808e-28 1
## 1097 1097 GO:0030324 7.575367e-28 1
## 1098 1098 GO:0007297 7.701475e-28 1
## 1099 1099 GO:0050920 7.977525e-28 1
## 1100 1100 GO:0060041 8.624861e-28 1
## 1101 1101 GO:0099504 9.670790e-28 1
## 1102 1102 GO:0045765 1.020508e-27 1
## 1103 1103 GO:0098656 1.180250e-27 1
## 1104 1104 GO:0044706 1.189951e-27 1
## 1105 1105 GO:0097193 1.539457e-27 1
## 1106 1106 GO:0055002 1.570894e-27 1
## 1107 1107 GO:2000278 1.634722e-27 1
## 1108 1108 GO:0050730 1.642281e-27 1
## 1109 1109 GO:0035315 1.734932e-27 1
## 1110 1110 GO:2000146 1.772600e-27 1
## 1111 1111 GO:0019932 1.866961e-27 1
## 1112 1112 GO:0048546 2.179619e-27 1
## 1113 1113 GO:0008360 2.237647e-27 1
## 1114 1114 GO:0072330 2.282382e-27 1
## 1115 1115 GO:0031056 2.526597e-27 1
## 1116 1116 GO:1903037 2.606956e-27 1
## 1117 1117 GO:0003012 2.706697e-27 1
## 1118 1118 GO:0007041 3.311658e-27 1
## 1119 1119 GO:0051170 3.317674e-27 1
## 1120 1120 GO:0019098 4.011002e-27 1
## 1121 1121 GO:0002429 4.780619e-27 1
## 1122 1122 GO:0006869 4.908240e-27 1
## 1123 1123 GO:0016485 5.410657e-27 1
## 1124 1124 GO:0001738 5.848036e-27 1
## 1125 1125 GO:0035303 5.983551e-27 1
## 1126 1126 GO:0044262 6.259265e-27 1
## 1127 1127 GO:0061387 6.643072e-27 1
## 1128 1128 GO:0051480 6.985258e-27 1
## 1129 1129 GO:0007391 7.158043e-27 1
## 1130 1130 GO:0098609 7.588628e-27 1
## 1131 1131 GO:0016202 7.974630e-27 1
## 1132 1132 GO:1901861 7.974630e-27 1
## 1133 1133 GO:0046488 8.241145e-27 1
## 1134 1134 GO:0035272 8.811946e-27 1
## 1135 1135 GO:0045216 1.075306e-26 1
## 1136 1136 GO:0042110 1.086863e-26 1
## 1137 1137 GO:0019058 1.453099e-26 1
## 1138 1138 GO:1904950 1.624023e-26 1
## 1139 1139 GO:0007298 1.628754e-26 1
## 1140 1140 GO:0007599 1.652101e-26 1
## 1141 1141 GO:0022406 1.947640e-26 1
## 1142 1142 GO:0140056 1.947640e-26 1
## 1143 1143 GO:0045834 2.137829e-26 1
## 1144 1144 GO:1901605 2.148486e-26 1
## 1145 1145 GO:0034284 2.384497e-26 1
## 1146 1146 GO:0048002 2.644978e-26 1
## 1147 1147 GO:0048660 3.019198e-26 1
## 1148 1148 GO:0006575 3.124415e-26 1
## 1149 1149 GO:0045089 3.210552e-26 1
## 1150 1150 GO:0030833 3.597905e-26 1
## 1151 1151 GO:1904062 3.646012e-26 1
## 1152 1152 GO:0042440 3.749762e-26 1
## 1153 1153 GO:0017148 3.772301e-26 1
## 1154 1154 GO:0007431 4.499943e-26 1
## 1155 1155 GO:0070372 5.266024e-26 1
## 1156 1156 GO:0031398 5.488983e-26 1
## 1157 1157 GO:0060173 5.844851e-26 1
## 1158 1158 GO:0006643 5.852027e-26 1
## 1159 1159 GO:0044272 6.548748e-26 1
## 1160 1160 GO:0032874 6.574215e-26 1
## 1161 1161 GO:0070304 6.574215e-26 1
## 1162 1162 GO:0021761 6.694783e-26 1
## 1163 1163 GO:0050772 6.841127e-26 1
## 1164 1164 GO:0071236 6.908279e-26 1
## 1165 1165 GO:0030336 7.519052e-26 1
## 1166 1166 GO:0061077 8.110470e-26 1
## 1167 1167 GO:0048580 8.128825e-26 1
## 1168 1168 GO:0048738 8.637699e-26 1
## 1169 1169 GO:0061326 9.290184e-26 1
## 1170 1170 GO:0006954 9.392671e-26 1
## 1171 1171 GO:0032436 9.701095e-26 1
## 1172 1172 GO:0022409 9.749552e-26 1
## 1173 1173 GO:0051403 9.842445e-26 1
## 1174 1174 GO:0010950 9.907641e-26 1
## 1175 1175 GO:0010594 1.018467e-25 1
## 1176 1176 GO:0007596 1.047318e-25 1
## 1177 1177 GO:0050817 1.047318e-25 1
## 1178 1178 GO:0032434 1.048385e-25 1
## 1179 1179 GO:0002790 1.106378e-25 1
## 1180 1180 GO:0009306 1.106378e-25 1
## 1181 1181 GO:0007093 1.166737e-25 1
## 1182 1182 GO:0009746 1.222612e-25 1
## 1183 1183 GO:2000060 1.261676e-25 1
## 1184 1184 GO:0043409 1.358552e-25 1
## 1185 1185 GO:0046390 1.373190e-25 1
## 1186 1186 GO:2000377 1.632108e-25 1
## 1187 1187 GO:0050679 1.703338e-25 1
## 1188 1188 GO:0048167 1.975239e-25 1
## 1189 1189 GO:0071383 2.100218e-25 1
## 1190 1190 GO:0140053 2.116013e-25 1
## 1191 1191 GO:0071482 2.145177e-25 1
## 1192 1192 GO:0006338 2.494641e-25 1
## 1193 1193 GO:0071248 2.675627e-25 1
## 1194 1194 GO:0051251 2.986095e-25 1
## 1195 1195 GO:0030522 3.096777e-25 1
## 1196 1196 GO:0061982 3.101440e-25 1
## 1197 1197 GO:0007269 3.162030e-25 1
## 1198 1198 GO:0099643 3.162030e-25 1
## 1199 1199 GO:0043543 3.351739e-25 1
## 1200 1200 GO:0001890 3.398408e-25 1
## 1201 1201 GO:0006405 3.517243e-25 1
## 1202 1202 GO:0030278 3.972683e-25 1
## 1203 1203 GO:1901796 4.161522e-25 1
## 1204 1204 GO:0030968 4.280375e-25 1
## 1205 1205 GO:1901184 4.311569e-25 1
## 1206 1206 GO:0051053 5.016465e-25 1
## 1207 1207 GO:0009260 5.163761e-25 1
## 1208 1208 GO:0001889 7.642268e-25 1
## 1209 1209 GO:0061008 7.642268e-25 1
## 1210 1210 GO:0043200 7.680910e-25 1
## 1211 1211 GO:0006261 8.043758e-25 1
## 1212 1212 GO:0022900 9.549617e-25 1
## 1213 1213 GO:0031570 1.235995e-24 1
## 1214 1214 GO:0043487 1.353467e-24 1
## 1215 1215 GO:0031032 1.388030e-24 1
## 1216 1216 GO:0042058 1.841534e-24 1
## 1217 1217 GO:0021953 2.113859e-24 1
## 1218 1218 GO:0071216 2.228188e-24 1
## 1219 1219 GO:0051224 2.257221e-24 1
## 1220 1220 GO:1900076 2.306486e-24 1
## 1221 1221 GO:0031960 2.482756e-24 1
## 1222 1222 GO:1903828 2.954942e-24 1
## 1223 1223 GO:0071166 3.262447e-24 1
## 1224 1224 GO:0009749 3.433675e-24 1
## 1225 1225 GO:0006997 3.479456e-24 1
## 1226 1226 GO:0007605 3.483870e-24 1
## 1227 1227 GO:0002699 3.500046e-24 1
## 1228 1228 GO:0001818 3.503680e-24 1
## 1229 1229 GO:0006936 3.637178e-24 1
## 1230 1230 GO:0072073 3.648927e-24 1
## 1231 1231 GO:0006275 3.653613e-24 1
## 1232 1232 GO:2000045 3.951839e-24 1
## 1233 1233 GO:0048284 4.136502e-24 1
## 1234 1234 GO:0061025 4.145147e-24 1
## 1235 1235 GO:0060359 4.423189e-24 1
## 1236 1236 GO:0007623 4.894380e-24 1
## 1237 1237 GO:0007519 5.092099e-24 1
## 1238 1238 GO:0051924 5.348863e-24 1
## 1239 1239 GO:0030177 5.516476e-24 1
## 1240 1240 GO:0001838 5.961765e-24 1
## 1241 1241 GO:0002478 6.062172e-24 1
## 1242 1242 GO:0019884 6.062172e-24 1
## 1243 1243 GO:0032543 6.270570e-24 1
## 1244 1244 GO:0031023 6.742984e-24 1
## 1245 1245 GO:0061333 7.011774e-24 1
## 1246 1246 GO:0001578 7.504258e-24 1
## 1247 1247 GO:0072522 7.892563e-24 1
## 1248 1248 GO:0008202 8.201842e-24 1
## 1249 1249 GO:0022037 9.444978e-24 1
## 1250 1250 GO:0042335 1.146516e-23 1
## 1251 1251 GO:0051983 1.198403e-23 1
## 1252 1252 GO:0006816 1.207022e-23 1
## 1253 1253 GO:0097164 1.218742e-23 1
## 1254 1254 GO:0007178 1.394318e-23 1
## 1255 1255 GO:0006289 1.560825e-23 1
## 1256 1256 GO:0048332 1.651055e-23 1
## 1257 1257 GO:0009581 1.684940e-23 1
## 1258 1258 GO:0009582 1.684940e-23 1
## 1259 1259 GO:0045746 1.690102e-23 1
## 1260 1260 GO:0071901 1.747175e-23 1
## 1261 1261 GO:0071453 1.776401e-23 1
## 1262 1262 GO:1901136 1.811282e-23 1
## 1263 1263 GO:0008589 1.869336e-23 1
## 1264 1264 GO:2001056 2.056915e-23 1
## 1265 1265 GO:0051896 2.236208e-23 1
## 1266 1266 GO:1900006 2.242387e-23 1
## 1267 1267 GO:1905269 2.849411e-23 1
## 1268 1268 GO:0043588 2.935204e-23 1
## 1269 1269 GO:0000077 3.103390e-23 1
## 1270 1270 GO:0048762 3.495502e-23 1
## 1271 1271 GO:0031589 3.577222e-23 1
## 1272 1272 GO:0030516 3.582654e-23 1
## 1273 1273 GO:0016236 4.104544e-23 1
## 1274 1274 GO:0010810 4.395501e-23 1
## 1275 1275 GO:1990823 4.560989e-23 1
## 1276 1276 GO:1990830 4.560989e-23 1
## 1277 1277 GO:0007405 4.834856e-23 1
## 1278 1278 GO:0046330 5.163282e-23 1
## 1279 1279 GO:0001707 5.656603e-23 1
## 1280 1280 GO:0007308 5.703042e-23 1
## 1281 1281 GO:0006164 5.950006e-23 1
## 1282 1282 GO:0034764 6.452251e-23 1
## 1283 1283 GO:0007351 6.934587e-23 1
## 1284 1284 GO:0008595 6.934587e-23 1
## 1285 1285 GO:0006022 7.001937e-23 1
## 1286 1286 GO:0032355 7.694362e-23 1
## 1287 1287 GO:0051384 7.706158e-23 1
## 1288 1288 GO:0032006 7.934961e-23 1
## 1289 1289 GO:0042471 9.317452e-23 1
## 1290 1290 GO:0009116 1.111469e-22 1
## 1291 1291 GO:0050792 1.134030e-22 1
## 1292 1292 GO:0042445 1.251999e-22 1
## 1293 1293 GO:0008038 1.373545e-22 1
## 1294 1294 GO:0021549 1.592501e-22 1
## 1295 1295 GO:0007309 1.751178e-22 1
## 1296 1296 GO:0032409 1.850129e-22 1
## 1297 1297 GO:0043112 1.852054e-22 1
## 1298 1298 GO:0006413 2.012930e-22 1
## 1299 1299 GO:0015849 2.275042e-22 1
## 1300 1300 GO:0046942 2.275042e-22 1
## 1301 1301 GO:0051494 2.393545e-22 1
## 1302 1302 GO:0006606 2.420754e-22 1
## 1303 1303 GO:0000082 2.448180e-22 1
## 1304 1304 GO:0044843 2.448180e-22 1
## 1305 1305 GO:1903036 2.479499e-22 1
## 1306 1306 GO:0034329 2.534019e-22 1
## 1307 1307 GO:0051225 2.599362e-22 1
## 1308 1308 GO:0017157 2.757171e-22 1
## 1309 1309 GO:0110020 2.811244e-22 1
## 1310 1310 GO:0071559 2.897332e-22 1
## 1311 1311 GO:0061013 3.106217e-22 1
## 1312 1312 GO:0018107 3.140840e-22 1
## 1313 1313 GO:0018210 3.140840e-22 1
## 1314 1314 GO:0009152 3.775660e-22 1
## 1315 1315 GO:1901216 4.020498e-22 1
## 1316 1316 GO:0034644 4.132423e-22 1
## 1317 1317 GO:0010469 4.996615e-22 1
## 1318 1318 GO:0048024 5.000452e-22 1
## 1319 1319 GO:0120034 5.854584e-22 1
## 1320 1320 GO:0010634 6.052191e-22 1
## 1321 1321 GO:0050727 6.559877e-22 1
## 1322 1322 GO:0035264 6.628775e-22 1
## 1323 1323 GO:0034614 7.063023e-22 1
## 1324 1324 GO:0035296 7.410601e-22 1
## 1325 1325 GO:0016051 8.041031e-22 1
## 1326 1326 GO:0051028 8.577056e-22 1
## 1327 1327 GO:0008033 8.710959e-22 1
## 1328 1328 GO:0007040 9.396131e-22 1
## 1329 1329 GO:0080171 9.396131e-22 1
## 1330 1330 GO:0061041 1.021392e-21 1
## 1331 1331 GO:0061062 1.064329e-21 1
## 1332 1332 GO:0006473 1.229335e-21 1
## 1333 1333 GO:0007435 1.287884e-21 1
## 1334 1334 GO:0008306 1.326484e-21 1
## 1335 1335 GO:0044070 1.583282e-21 1
## 1336 1336 GO:0048066 1.642199e-21 1
## 1337 1337 GO:0050870 1.706063e-21 1
## 1338 1338 GO:1903039 1.706063e-21 1
## 1339 1339 GO:0007492 1.768662e-21 1
## 1340 1340 GO:0019318 1.982566e-21 1
## 1341 1341 GO:1905475 2.137376e-21 1
## 1342 1342 GO:1902117 2.186531e-21 1
## 1343 1343 GO:0070588 2.302395e-21 1
## 1344 1344 GO:0006903 2.673667e-21 1
## 1345 1345 GO:0009615 2.999803e-21 1
## 1346 1346 GO:0022898 3.147459e-21 1
## 1347 1347 GO:0031123 3.450903e-21 1
## 1348 1348 GO:0061053 3.459296e-21 1
## 1349 1349 GO:0043488 3.666700e-21 1
## 1350 1350 GO:1901568 3.737581e-21 1
## 1351 1351 GO:0043524 3.817179e-21 1
## 1352 1352 GO:0071560 4.209231e-21 1
## 1353 1353 GO:0051216 4.395689e-21 1
## 1354 1354 GO:2001236 4.718222e-21 1
## 1355 1355 GO:0006661 5.499097e-21 1
## 1356 1356 GO:1903707 5.751729e-21 1
## 1357 1357 GO:0050764 5.956846e-21 1
## 1358 1358 GO:0008347 6.197646e-21 1
## 1359 1359 GO:0048593 6.446939e-21 1
## 1360 1360 GO:0043280 6.614140e-21 1
## 1361 1361 GO:0044344 8.525840e-21 1
## 1362 1362 GO:0071774 8.525840e-21 1
## 1363 1363 GO:0002495 8.648382e-21 1
## 1364 1364 GO:0002504 8.648382e-21 1
## 1365 1365 GO:0051781 8.953559e-21 1
## 1366 1366 GO:0050921 9.053532e-21 1
## 1367 1367 GO:0002761 9.081646e-21 1
## 1368 1368 GO:0032204 9.822904e-21 1
## 1369 1369 GO:0006766 1.018578e-20 1
## 1370 1370 GO:0006937 1.108572e-20 1
## 1371 1371 GO:0007635 1.144432e-20 1
## 1372 1372 GO:0009119 1.361587e-20 1
## 1373 1373 GO:0006109 1.460798e-20 1
## 1374 1374 GO:0032091 1.490599e-20 1
## 1375 1375 GO:1903725 1.491504e-20 1
## 1376 1376 GO:0032412 1.581563e-20 1
## 1377 1377 GO:0035218 1.608866e-20 1
## 1378 1378 GO:0007565 1.633462e-20 1
## 1379 1379 GO:0043462 1.748045e-20 1
## 1380 1380 GO:0001751 1.810026e-20 1
## 1381 1381 GO:0072091 1.847832e-20 1
## 1382 1382 GO:0010921 1.873182e-20 1
## 1383 1383 GO:0006352 1.993428e-20 1
## 1384 1384 GO:0007204 2.009947e-20 1
## 1385 1385 GO:0010453 2.160087e-20 1
## 1386 1386 GO:0030048 2.420409e-20 1
## 1387 1387 GO:0071897 2.438368e-20 1
## 1388 1388 GO:0001736 2.564101e-20 1
## 1389 1389 GO:0007164 2.564101e-20 1
## 1390 1390 GO:0018108 2.940464e-20 1
## 1391 1391 GO:0018212 2.940464e-20 1
## 1392 1392 GO:0019218 2.944050e-20 1
## 1393 1393 GO:0007219 3.022722e-20 1
## 1394 1394 GO:0050000 3.265353e-20 1
## 1395 1395 GO:1990138 3.358179e-20 1
## 1396 1396 GO:0090263 3.752081e-20 1
## 1397 1397 GO:0042113 3.781929e-20 1
## 1398 1398 GO:0033045 3.991484e-20 1
## 1399 1399 GO:0042542 4.104994e-20 1
## 1400 1400 GO:0050731 4.250764e-20 1
## 1401 1401 GO:0051653 4.740469e-20 1
## 1402 1402 GO:0043467 4.758597e-20 1
## 1403 1403 GO:0050680 4.774893e-20 1
## 1404 1404 GO:0006475 4.885326e-20 1
## 1405 1405 GO:0018393 4.885326e-20 1
## 1406 1406 GO:0018394 4.885326e-20 1
## 1407 1407 GO:1904589 4.962721e-20 1
## 1408 1408 GO:0008016 5.029288e-20 1
## 1409 1409 GO:0051897 5.117276e-20 1
## 1410 1410 GO:0019886 5.190309e-20 1
## 1411 1411 GO:0010324 5.245930e-20 1
## 1412 1412 GO:0002700 5.694974e-20 1
## 1413 1413 GO:0048661 5.723878e-20 1
## 1414 1414 GO:0090174 5.857370e-20 1
## 1415 1415 GO:0022404 6.240593e-20 1
## 1416 1416 GO:0090288 6.413583e-20 1
## 1417 1417 GO:0006406 6.574905e-20 1
## 1418 1418 GO:0070374 6.845244e-20 1
## 1419 1419 GO:0043618 7.760025e-20 1
## 1420 1420 GO:0043620 7.760025e-20 1
## 1421 1421 GO:0032231 8.226191e-20 1
## 1422 1422 GO:0000086 8.327189e-20 1
## 1423 1423 GO:0044839 8.327189e-20 1
## 1424 1424 GO:0042462 8.347974e-20 1
## 1425 1425 GO:0016999 8.658650e-20 1
## 1426 1426 GO:0003205 9.693772e-20 1
## 1427 1427 GO:0051303 1.051869e-19 1
## 1428 1428 GO:0032465 1.063984e-19 1
## 1429 1429 GO:0006470 1.129591e-19 1
## 1430 1430 GO:0009755 1.151684e-19 1
## 1431 1431 GO:0010565 1.254649e-19 1
## 1432 1432 GO:0048706 1.257843e-19 1
## 1433 1433 GO:1901185 1.259412e-19 1
## 1434 1434 GO:0090175 1.262195e-19 1
## 1435 1435 GO:0051262 1.279041e-19 1
## 1436 1436 GO:1903708 1.430554e-19 1
## 1437 1437 GO:0035108 1.457351e-19 1
## 1438 1438 GO:1990089 1.494635e-19 1
## 1439 1439 GO:0042752 1.553823e-19 1
## 1440 1440 GO:0098754 1.573597e-19 1
## 1441 1441 GO:0007140 1.581164e-19 1
## 1442 1442 GO:0003018 1.658833e-19 1
## 1443 1443 GO:0010508 1.772428e-19 1
## 1444 1444 GO:0021782 1.804437e-19 1
## 1445 1445 GO:0022408 1.873932e-19 1
## 1446 1446 GO:0010595 1.969488e-19 1
## 1447 1447 GO:1901989 2.029230e-19 1
## 1448 1448 GO:0008217 2.036884e-19 1
## 1449 1449 GO:0007127 2.223185e-19 1
## 1450 1450 GO:2000177 2.231826e-19 1
## 1451 1451 GO:0006890 2.255676e-19 1
## 1452 1452 GO:0031058 2.366175e-19 1
## 1453 1453 GO:0072329 2.376922e-19 1
## 1454 1454 GO:0007528 2.496907e-19 1
## 1455 1455 GO:0042306 2.545911e-19 1
## 1456 1456 GO:0048806 2.617184e-19 1
## 1457 1457 GO:0035304 2.744408e-19 1
## 1458 1458 GO:0016573 2.845923e-19 1
## 1459 1459 GO:0036294 2.960775e-19 1
## 1460 1460 GO:0045185 3.080748e-19 1
## 1461 1461 GO:0046626 3.216377e-19 1
## 1462 1462 GO:0034404 3.258887e-19 1
## 1463 1463 GO:0002218 3.287222e-19 1
## 1464 1464 GO:0046434 3.389418e-19 1
## 1465 1465 GO:0006415 3.680312e-19 1
## 1466 1466 GO:0055024 3.766479e-19 1
## 1467 1467 GO:0048259 3.814626e-19 1
## 1468 1468 GO:1902882 3.913275e-19 1
## 1469 1469 GO:0042472 3.931471e-19 1
## 1470 1470 GO:0140029 4.226466e-19 1
## 1471 1471 GO:0071219 4.436649e-19 1
## 1472 1472 GO:0019748 4.596004e-19 1
## 1473 1473 GO:0006414 4.840015e-19 1
## 1474 1474 GO:0038093 5.025277e-19 1
## 1475 1475 GO:0042059 5.317743e-19 1
## 1476 1476 GO:0031047 5.394987e-19 1
## 1477 1477 GO:0007478 5.930087e-19 1
## 1478 1478 GO:0007480 5.930087e-19 1
## 1479 1479 GO:0018958 6.322571e-19 1
## 1480 1480 GO:1990090 6.592937e-19 1
## 1481 1481 GO:0043506 7.165202e-19 1
## 1482 1482 GO:2000573 7.769032e-19 1
## 1483 1483 GO:0008344 8.760022e-19 1
## 1484 1484 GO:0001841 9.252548e-19 1
## 1485 1485 GO:0099024 9.451961e-19 1
## 1486 1486 GO:0030308 9.546281e-19 1
## 1487 1487 GO:1904375 9.582464e-19 1
## 1488 1488 GO:0097746 9.737350e-19 1
## 1489 1489 GO:0060070 1.026489e-18 1
## 1490 1490 GO:0007098 1.107447e-18 1
## 1491 1491 GO:0071466 1.186488e-18 1
## 1492 1492 GO:0050673 1.219280e-18 1
## 1493 1493 GO:0008045 1.302108e-18 1
## 1494 1494 GO:0051293 1.344319e-18 1
## 1495 1495 GO:1901655 1.388446e-18 1
## 1496 1496 GO:0015850 1.490941e-18 1
## 1497 1497 GO:1905897 1.663938e-18 1
## 1498 1498 GO:0062013 1.758138e-18 1
## 1499 1499 GO:0032273 1.923360e-18 1
## 1500 1500 GO:2001243 2.171774e-18 1
## 1501 1501 GO:0000724 2.190983e-18 1
## 1502 1502 GO:0000725 2.190983e-18 1
## 1503 1503 GO:0035051 2.298344e-18 1
## 1504 1504 GO:0046887 2.410717e-18 1
## 1505 1505 GO:0035113 2.487468e-18 1
## 1506 1506 GO:0007447 2.825948e-18 1
## 1507 1507 GO:0007293 2.855802e-18 1
## 1508 1508 GO:1901617 3.153526e-18 1
## 1509 1509 GO:0035082 3.409894e-18 1
## 1510 1510 GO:0046824 3.650750e-18 1
## 1511 1511 GO:0001764 3.843491e-18 1
## 1512 1512 GO:0050806 3.933131e-18 1
## 1513 1513 GO:0035152 4.057309e-18 1
## 1514 1514 GO:0051651 4.301622e-18 1
## 1515 1515 GO:1903900 4.418440e-18 1
## 1516 1516 GO:0072006 4.527564e-18 1
## 1517 1517 GO:0070126 4.604519e-18 1
## 1518 1518 GO:0008088 4.607543e-18 1
## 1519 1519 GO:0070125 5.219805e-18 1
## 1520 1520 GO:1903321 5.222362e-18 1
## 1521 1521 GO:0001676 5.272478e-18 1
## 1522 1522 GO:0036503 5.562618e-18 1
## 1523 1523 GO:0003206 5.603563e-18 1
## 1524 1524 GO:0014074 5.633903e-18 1
## 1525 1525 GO:0042274 5.705414e-18 1
## 1526 1526 GO:0033047 5.952298e-18 1
## 1527 1527 GO:0017156 6.049937e-18 1
## 1528 1528 GO:0035567 6.200998e-18 1
## 1529 1529 GO:0006633 6.448615e-18 1
## 1530 1530 GO:0045667 6.615789e-18 1
## 1531 1531 GO:0006140 7.041618e-18 1
## 1532 1532 GO:0035050 7.326793e-18 1
## 1533 1533 GO:0001510 8.035335e-18 1
## 1534 1534 GO:0016052 8.145123e-18 1
## 1535 1535 GO:0048103 8.986954e-18 1
## 1536 1536 GO:0006892 9.036786e-18 1
## 1537 1537 GO:0090276 9.599030e-18 1
## 1538 1538 GO:0000041 1.051716e-17 1
## 1539 1539 GO:0090501 1.070212e-17 1
## 1540 1540 GO:0046605 1.081927e-17 1
## 1541 1541 GO:0006970 1.093517e-17 1
## 1542 1542 GO:0051048 1.102126e-17 1
## 1543 1543 GO:0030510 1.114877e-17 1
## 1544 1544 GO:0007224 1.138527e-17 1
## 1545 1545 GO:0030326 1.166315e-17 1
## 1546 1546 GO:1902904 1.202772e-17 1
## 1547 1547 GO:0001823 1.273553e-17 1
## 1548 1548 GO:0072163 1.273553e-17 1
## 1549 1549 GO:0072164 1.273553e-17 1
## 1550 1550 GO:0051592 1.288080e-17 1
## 1551 1551 GO:0032387 1.312564e-17 1
## 1552 1552 GO:0070972 1.344139e-17 1
## 1553 1553 GO:0007272 1.406544e-17 1
## 1554 1554 GO:0008366 1.406544e-17 1
## 1555 1555 GO:0051492 1.418837e-17 1
## 1556 1556 GO:0040018 1.483577e-17 1
## 1557 1557 GO:0042177 1.487506e-17 1
## 1558 1558 GO:0002181 1.554452e-17 1
## 1559 1559 GO:0034605 1.599897e-17 1
## 1560 1560 GO:0030879 1.613255e-17 1
## 1561 1561 GO:2000736 1.720748e-17 1
## 1562 1562 GO:0006900 1.806791e-17 1
## 1563 1563 GO:0043401 1.858665e-17 1
## 1564 1564 GO:0045132 2.145295e-17 1
## 1565 1565 GO:0035270 2.251077e-17 1
## 1566 1566 GO:0046660 2.303084e-17 1
## 1567 1567 GO:0043525 2.433857e-17 1
## 1568 1568 GO:0009950 2.452813e-17 1
## 1569 1569 GO:0006119 2.454678e-17 1
## 1570 1570 GO:0050810 2.607610e-17 1
## 1571 1571 GO:0033108 2.619460e-17 1
## 1572 1572 GO:0071222 2.651493e-17 1
## 1573 1573 GO:0046622 2.746485e-17 1
## 1574 1574 GO:0050775 2.955800e-17 1
## 1575 1575 GO:0007006 2.968186e-17 1
## 1576 1576 GO:0030703 3.133366e-17 1
## 1577 1577 GO:0050851 3.234763e-17 1
## 1578 1578 GO:0090101 3.337415e-17 1
## 1579 1579 GO:0048524 3.399007e-17 1
## 1580 1580 GO:0001816 3.431131e-17 1
## 1581 1581 GO:0045670 3.450336e-17 1
## 1582 1582 GO:0017015 3.668601e-17 1
## 1583 1583 GO:1903844 3.668601e-17 1
## 1584 1584 GO:0001952 3.835965e-17 1
## 1585 1585 GO:1900542 3.836066e-17 1
## 1586 1586 GO:0010470 3.865322e-17 1
## 1587 1587 GO:0035265 3.923609e-17 1
## 1588 1588 GO:0007422 3.946648e-17 1
## 1589 1589 GO:0002702 4.042919e-17 1
## 1590 1590 GO:0042246 4.111180e-17 1
## 1591 1591 GO:1900182 4.252134e-17 1
## 1592 1592 GO:0030203 5.233612e-17 1
## 1593 1593 GO:0030239 5.353047e-17 1
## 1594 1594 GO:0001657 5.454412e-17 1
## 1595 1595 GO:0006283 5.630925e-17 1
## 1596 1596 GO:0009062 6.055865e-17 1
## 1597 1597 GO:0032680 6.984854e-17 1
## 1598 1598 GO:1903555 6.984854e-17 1
## 1599 1599 GO:0061371 7.026153e-17 1
## 1600 1600 GO:0043433 7.045566e-17 1
## 1601 1601 GO:0021766 7.286742e-17 1
## 1602 1602 GO:0071242 7.464177e-17 1
## 1603 1603 GO:0032368 7.669747e-17 1
## 1604 1604 GO:0042147 7.736918e-17 1
## 1605 1605 GO:0072384 7.806480e-17 1
## 1606 1606 GO:0072331 8.079185e-17 1
## 1607 1607 GO:0051489 8.171826e-17 1
## 1608 1608 GO:0071456 8.383458e-17 1
## 1609 1609 GO:0032200 8.472568e-17 1
## 1610 1610 GO:0043535 8.780168e-17 1
## 1611 1611 GO:0001843 9.030456e-17 1
## 1612 1612 GO:0014020 9.030456e-17 1
## 1613 1613 GO:0060606 9.030456e-17 1
## 1614 1614 GO:1901992 9.219056e-17 1
## 1615 1615 GO:0042490 9.258547e-17 1
## 1616 1616 GO:0007254 9.576429e-17 1
## 1617 1617 GO:0001936 9.924310e-17 1
## 1618 1618 GO:1990542 1.027312e-16 1
## 1619 1619 GO:1901570 1.028108e-16 1
## 1620 1620 GO:0021885 1.040154e-16 1
## 1621 1621 GO:0022029 1.040154e-16 1
## 1622 1622 GO:0016441 1.113632e-16 1
## 1623 1623 GO:1905477 1.124237e-16 1
## 1624 1624 GO:0035222 1.144621e-16 1
## 1625 1625 GO:0010883 1.160964e-16 1
## 1626 1626 GO:0050900 1.169938e-16 1
## 1627 1627 GO:0051701 1.343877e-16 1
## 1628 1628 GO:0031333 1.371333e-16 1
## 1629 1629 GO:0040001 1.511007e-16 1
## 1630 1630 GO:0030217 1.581390e-16 1
## 1631 1631 GO:0060993 1.637801e-16 1
## 1632 1632 GO:0009566 1.638382e-16 1
## 1633 1633 GO:0051291 1.748805e-16 1
## 1634 1634 GO:0046425 1.791907e-16 1
## 1635 1635 GO:1904892 1.791907e-16 1
## 1636 1636 GO:0046683 1.808581e-16 1
## 1637 1637 GO:1904398 1.878352e-16 1
## 1638 1638 GO:0008543 2.033438e-16 1
## 1639 1639 GO:0042659 2.041752e-16 1
## 1640 1640 GO:1903531 2.101789e-16 1
## 1641 1641 GO:1900407 2.123586e-16 1
## 1642 1642 GO:0090329 2.258025e-16 1
## 1643 1643 GO:0043277 2.283145e-16 1
## 1644 1644 GO:0006029 2.389144e-16 1
## 1645 1645 GO:1990748 2.546963e-16 1
## 1646 1646 GO:0050796 2.577950e-16 1
## 1647 1647 GO:0003279 2.628730e-16 1
## 1648 1648 GO:0060420 2.733599e-16 1
## 1649 1649 GO:0000723 3.158803e-16 1
## 1650 1650 GO:0035316 3.276279e-16 1
## 1651 1651 GO:0035317 3.276279e-16 1
## 1652 1652 GO:0034502 3.314580e-16 1
## 1653 1653 GO:0051310 3.365455e-16 1
## 1654 1654 GO:0006665 3.376430e-16 1
## 1655 1655 GO:0016079 3.393644e-16 1
## 1656 1656 GO:0000245 3.436669e-16 1
## 1657 1657 GO:0010821 3.605123e-16 1
## 1658 1658 GO:0006367 4.026590e-16 1
## 1659 1659 GO:0051784 4.134006e-16 1
## 1660 1660 GO:0035194 4.178942e-16 1
## 1661 1661 GO:0016073 4.270160e-16 1
## 1662 1662 GO:0005976 4.337156e-16 1
## 1663 1663 GO:0051965 4.510960e-16 1
## 1664 1664 GO:0045580 4.604641e-16 1
## 1665 1665 GO:0045619 4.604641e-16 1
## 1666 1666 GO:0019722 4.718109e-16 1
## 1667 1667 GO:0030718 4.773940e-16 1
## 1668 1668 GO:0032092 4.993938e-16 1
## 1669 1669 GO:0051153 5.078491e-16 1
## 1670 1670 GO:0007591 5.269873e-16 1
## 1671 1671 GO:0050829 5.324499e-16 1
## 1672 1672 GO:0036498 5.346716e-16 1
## 1673 1673 GO:0090630 5.517108e-16 1
## 1674 1674 GO:0006690 5.533060e-16 1
## 1675 1675 GO:0008277 5.597175e-16 1
## 1676 1676 GO:0098722 5.643712e-16 1
## 1677 1677 GO:0021510 5.723373e-16 1
## 1678 1678 GO:0051101 5.798955e-16 1
## 1679 1679 GO:0006400 6.119009e-16 1
## 1680 1680 GO:0034332 6.229496e-16 1
## 1681 1681 GO:0006479 6.405496e-16 1
## 1682 1682 GO:0008213 6.405496e-16 1
## 1683 1683 GO:0030952 6.477418e-16 1
## 1684 1684 GO:0010771 6.670038e-16 1
## 1685 1685 GO:0021795 6.679174e-16 1
## 1686 1686 GO:0045814 6.724529e-16 1
## 1687 1687 GO:0030518 6.740601e-16 1
## 1688 1688 GO:0006304 6.921725e-16 1
## 1689 1689 GO:0021872 7.423785e-16 1
## 1690 1690 GO:0045773 7.509167e-16 1
## 1691 1691 GO:0022904 7.515519e-16 1
## 1692 1692 GO:0031016 7.545124e-16 1
## 1693 1693 GO:0002433 7.627044e-16 1
## 1694 1694 GO:0008286 7.649392e-16 1
## 1695 1695 GO:0032781 7.666819e-16 1
## 1696 1696 GO:0009060 7.860252e-16 1
## 1697 1697 GO:0009620 7.911700e-16 1
## 1698 1698 GO:0002758 8.566620e-16 1
## 1699 1699 GO:0097306 8.682411e-16 1
## 1700 1700 GO:0090598 8.757399e-16 1
## 1701 1701 GO:0007028 8.818599e-16 1
## 1702 1702 GO:0035019 9.094074e-16 1
## 1703 1703 GO:0010171 9.688611e-16 1
## 1704 1704 GO:0072524 9.980468e-16 1
## 1705 1705 GO:1904356 1.069301e-15 1
## 1706 1706 GO:0003231 1.141398e-15 1
## 1707 1707 GO:0097327 1.230449e-15 1
## 1708 1708 GO:0008354 1.237675e-15 1
## 1709 1709 GO:0007314 1.260807e-15 1
## 1710 1710 GO:0008358 1.260807e-15 1
## 1711 1711 GO:0072009 1.285576e-15 1
## 1712 1712 GO:0044774 1.290399e-15 1
## 1713 1713 GO:1903578 1.349675e-15 1
## 1714 1714 GO:0034767 1.407941e-15 1
## 1715 1715 GO:0071479 1.471588e-15 1
## 1716 1716 GO:0048704 1.493828e-15 1
## 1717 1717 GO:0042278 1.553213e-15 1
## 1718 1718 GO:0046128 1.553213e-15 1
## 1719 1719 GO:0009142 1.626677e-15 1
## 1720 1720 GO:0042770 1.657513e-15 1
## 1721 1721 GO:0006664 1.702767e-15 1
## 1722 1722 GO:1903509 1.702767e-15 1
## 1723 1723 GO:0007601 1.734852e-15 1
## 1724 1724 GO:0050953 1.734852e-15 1
## 1725 1725 GO:0007179 1.763669e-15 1
## 1726 1726 GO:0030433 1.795315e-15 1
## 1727 1727 GO:0051668 1.968206e-15 1
## 1728 1728 GO:0006906 2.114737e-15 1
## 1729 1729 GO:1903169 2.126676e-15 1
## 1730 1730 GO:0043648 2.130319e-15 1
## 1731 1731 GO:0010675 2.135327e-15 1
## 1732 1732 GO:0031397 2.181771e-15 1
## 1733 1733 GO:0009124 2.187844e-15 1
## 1734 1734 GO:0043122 2.188864e-15 1
## 1735 1735 GO:1904888 2.273107e-15 1
## 1736 1736 GO:0098869 2.311339e-15 1
## 1737 1737 GO:2001257 2.346995e-15 1
## 1738 1738 GO:1902107 2.422407e-15 1
## 1739 1739 GO:0030856 2.448117e-15 1
## 1740 1740 GO:0035088 2.595239e-15 1
## 1741 1741 GO:0061245 2.595239e-15 1
## 1742 1742 GO:0035151 2.618322e-15 1
## 1743 1743 GO:0034728 2.626251e-15 1
## 1744 1744 GO:0043271 2.661002e-15 1
## 1745 1745 GO:0043507 2.804745e-15 1
## 1746 1746 GO:0070542 2.897688e-15 1
## 1747 1747 GO:0000381 2.971048e-15 1
## 1748 1748 GO:0051282 3.100003e-15 1
## 1749 1749 GO:0007631 3.117442e-15 1
## 1750 1750 GO:1901983 3.204145e-15 1
## 1751 1751 GO:0050852 3.542236e-15 1
## 1752 1752 GO:0060411 3.912360e-15 1
## 1753 1753 GO:0044264 3.928725e-15 1
## 1754 1754 GO:0048010 4.091352e-15 1
## 1755 1755 GO:1901343 4.279722e-15 1
## 1756 1756 GO:0032210 4.297481e-15 1
## 1757 1757 GO:0090100 4.343843e-15 1
## 1758 1758 GO:0033273 4.512465e-15 1
## 1759 1759 GO:0045793 4.972131e-15 1
## 1760 1760 GO:0048645 5.173099e-15 1
## 1761 1761 GO:0002431 5.222577e-15 1
## 1762 1762 GO:0038094 5.222577e-15 1
## 1763 1763 GO:0038096 5.222577e-15 1
## 1764 1764 GO:0070585 5.630965e-15 1
## 1765 1765 GO:0042048 5.662065e-15 1
## 1766 1766 GO:0009583 5.680699e-15 1
## 1767 1767 GO:0045887 5.765750e-15 1
## 1768 1768 GO:0030183 5.826736e-15 1
## 1769 1769 GO:0031644 5.997328e-15 1
## 1770 1770 GO:0055021 6.041409e-15 1
## 1771 1771 GO:0007032 6.296577e-15 1
## 1772 1772 GO:0048675 6.452241e-15 1
## 1773 1773 GO:0002819 6.690243e-15 1
## 1774 1774 GO:0018991 6.892195e-15 1
## 1775 1775 GO:0031124 7.146424e-15 1
## 1776 1776 GO:0007416 7.153606e-15 1
## 1777 1777 GO:0036445 7.388327e-15 1
## 1778 1778 GO:0055057 7.388327e-15 1
## 1779 1779 GO:0003143 7.423771e-15 1
## 1780 1780 GO:0098781 7.609713e-15 1
## 1781 1781 GO:0060113 7.847082e-15 1
## 1782 1782 GO:0007029 8.038218e-15 1
## 1783 1783 GO:0014013 8.124528e-15 1
## 1784 1784 GO:1903825 8.173837e-15 1
## 1785 1785 GO:1905039 8.173837e-15 1
## 1786 1786 GO:0035162 8.719619e-15 1
## 1787 1787 GO:0045598 8.856127e-15 1
## 1788 1788 GO:0003014 9.111736e-15 1
## 1789 1789 GO:1903510 9.372423e-15 1
## 1790 1790 GO:0006487 9.760366e-15 1
## 1791 1791 GO:0007338 9.823208e-15 1
## 1792 1792 GO:0007525 1.016776e-14 1
## 1793 1793 GO:0032008 1.028497e-14 1
## 1794 1794 GO:0031060 1.054522e-14 1
## 1795 1795 GO:0043666 1.061636e-14 1
## 1796 1796 GO:0070555 1.074247e-14 1
## 1797 1797 GO:0001892 1.089085e-14 1
## 1798 1798 GO:0009201 1.206572e-14 1
## 1799 1799 GO:2001023 1.227458e-14 1
## 1800 1800 GO:0002703 1.239360e-14 1
## 1801 1801 GO:1903429 1.240778e-14 1
## 1802 1802 GO:0044773 1.251653e-14 1
## 1803 1803 GO:0070252 1.285283e-14 1
## 1804 1804 GO:0008585 1.311614e-14 1
## 1805 1805 GO:0046545 1.311614e-14 1
## 1806 1806 GO:1903053 1.313146e-14 1
## 1807 1807 GO:0060349 1.315919e-14 1
## 1808 1808 GO:0097711 1.346040e-14 1
## 1809 1809 GO:0015698 1.464493e-14 1
## 1810 1810 GO:0060998 1.533044e-14 1
## 1811 1811 GO:0001824 1.590471e-14 1
## 1812 1812 GO:0051881 1.613724e-14 1
## 1813 1813 GO:0009156 1.662331e-14 1
## 1814 1814 GO:0006885 1.695591e-14 1
## 1815 1815 GO:0003341 1.755273e-14 1
## 1816 1816 GO:0048679 1.764493e-14 1
## 1817 1817 GO:0070570 1.764493e-14 1
## 1818 1818 GO:0042632 1.857610e-14 1
## 1819 1819 GO:0055092 1.857610e-14 1
## 1820 1820 GO:0030261 1.887890e-14 1
## 1821 1821 GO:0014066 1.919246e-14 1
## 1822 1822 GO:0034612 2.001568e-14 1
## 1823 1823 GO:0060795 2.069902e-14 1
## 1824 1824 GO:0042476 2.087765e-14 1
## 1825 1825 GO:0007043 2.177684e-14 1
## 1826 1826 GO:0051647 2.195479e-14 1
## 1827 1827 GO:0090303 2.269189e-14 1
## 1828 1828 GO:0055081 2.394124e-14 1
## 1829 1829 GO:0072665 2.472932e-14 1
## 1830 1830 GO:0098930 2.532014e-14 1
## 1831 1831 GO:0003151 2.557015e-14 1
## 1832 1832 GO:0040003 2.584777e-14 1
## 1833 1833 GO:0010466 2.586396e-14 1
## 1834 1834 GO:0002822 2.620740e-14 1
## 1835 1835 GO:0051294 2.772152e-14 1
## 1836 1836 GO:1905818 2.900182e-14 1
## 1837 1837 GO:0006458 3.165040e-14 1
## 1838 1838 GO:1905268 3.203929e-14 1
## 1839 1839 GO:0007349 3.301086e-14 1
## 1840 1840 GO:0015718 3.366618e-14 1
## 1841 1841 GO:0072080 3.411725e-14 1
## 1842 1842 GO:0006354 3.446812e-14 1
## 1843 1843 GO:0006368 3.446812e-14 1
## 1844 1844 GO:0045740 4.099804e-14 1
## 1845 1845 GO:0002573 4.159193e-14 1
## 1846 1846 GO:0001837 4.403476e-14 1
## 1847 1847 GO:0007080 4.494279e-14 1
## 1848 1848 GO:0045844 4.551811e-14 1
## 1849 1849 GO:0048636 4.551811e-14 1
## 1850 1850 GO:1901863 4.551811e-14 1
## 1851 1851 GO:0008298 4.719436e-14 1
## 1852 1852 GO:0051092 5.083055e-14 1
## 1853 1853 GO:0000184 5.108762e-14 1
## 1854 1854 GO:1903076 5.203717e-14 1
## 1855 1855 GO:0038127 5.658510e-14 1
## 1856 1856 GO:0072599 5.764060e-14 1
## 1857 1857 GO:0050766 5.791126e-14 1
## 1858 1858 GO:0032526 6.077118e-14 1
## 1859 1859 GO:0006612 6.294760e-14 1
## 1860 1860 GO:0008333 6.357587e-14 1
## 1861 1861 GO:0032456 6.579402e-14 1
## 1862 1862 GO:0042552 6.716720e-14 1
## 1863 1863 GO:1901068 6.965534e-14 1
## 1864 1864 GO:0035159 6.986256e-14 1
## 1865 1865 GO:0021954 7.038406e-14 1
## 1866 1866 GO:0042633 7.148110e-14 1
## 1867 1867 GO:0001570 7.271558e-14 1
## 1868 1868 GO:0007618 7.319980e-14 1
## 1869 1869 GO:1902667 7.407658e-14 1
## 1870 1870 GO:0051258 7.427718e-14 1
## 1871 1871 GO:1903902 7.586260e-14 1
## 1872 1872 GO:0072028 7.970954e-14 1
## 1873 1873 GO:0072088 7.970954e-14 1
## 1874 1874 GO:0048013 8.188370e-14 1
## 1875 1875 GO:0033135 8.215886e-14 1
## 1876 1876 GO:0030490 8.570968e-14 1
## 1877 1877 GO:0000288 8.765521e-14 1
## 1878 1878 GO:0001706 9.337790e-14 1
## 1879 1879 GO:1902750 9.482613e-14 1
## 1880 1880 GO:0090102 9.707149e-14 1
## 1881 1881 GO:0009132 9.946977e-14 1
## 1882 1882 GO:0072655 1.005654e-13 1
## 1883 1883 GO:1904018 1.015124e-13 1
## 1884 1884 GO:0045921 1.022490e-13 1
## 1885 1885 GO:0060563 1.074965e-13 1
## 1886 1886 GO:0048194 1.084681e-13 1
## 1887 1887 GO:0060119 1.096603e-13 1
## 1888 1888 GO:0070663 1.112260e-13 1
## 1889 1889 GO:0099518 1.180003e-13 1
## 1890 1890 GO:0002920 1.199473e-13 1
## 1891 1891 GO:1903313 1.203805e-13 1
## 1892 1892 GO:1902017 1.214690e-13 1
## 1893 1893 GO:0051588 1.216824e-13 1
## 1894 1894 GO:0019362 1.230704e-13 1
## 1895 1895 GO:0046496 1.230704e-13 1
## 1896 1896 GO:0008584 1.268402e-13 1
## 1897 1897 GO:0046546 1.268402e-13 1
## 1898 1898 GO:0044088 1.369525e-13 1
## 1899 1899 GO:0019395 1.388015e-13 1
## 1900 1900 GO:0034440 1.388015e-13 1
## 1901 1901 GO:0030641 1.390709e-13 1
## 1902 1902 GO:0051453 1.390709e-13 1
## 1903 1903 GO:0010951 1.426131e-13 1
## 1904 1904 GO:0016525 1.464085e-13 1
## 1905 1905 GO:2000181 1.464085e-13 1
## 1906 1906 GO:0051591 1.540097e-13 1
## 1907 1907 GO:0045638 1.593853e-13 1
## 1908 1908 GO:0010965 1.627744e-13 1
## 1909 1909 GO:0040028 1.667179e-13 1
## 1910 1910 GO:0030901 1.675216e-13 1
## 1911 1911 GO:0007304 1.771994e-13 1
## 1912 1912 GO:0046467 1.798222e-13 1
## 1913 1913 GO:0033143 1.798942e-13 1
## 1914 1914 GO:1905954 1.816854e-13 1
## 1915 1915 GO:0045176 1.860236e-13 1
## 1916 1916 GO:0051964 1.952770e-13 1
## 1917 1917 GO:1905809 1.952770e-13 1
## 1918 1918 GO:0042551 1.968116e-13 1
## 1919 1919 GO:0010454 1.974082e-13 1
## 1920 1920 GO:0046834 2.013014e-13 1
## 1921 1921 GO:0009145 2.040040e-13 1
## 1922 1922 GO:0009206 2.040040e-13 1
## 1923 1923 GO:0090224 2.103265e-13 1
## 1924 1924 GO:0071347 2.222511e-13 1
## 1925 1925 GO:0006446 2.270513e-13 1
## 1926 1926 GO:1903524 2.354443e-13 1
## 1927 1927 GO:0050818 2.379983e-13 1
## 1928 1928 GO:0048701 2.424403e-13 1
## 1929 1929 GO:0006805 2.429747e-13 1
## 1930 1930 GO:0031532 2.447169e-13 1
## 1931 1931 GO:0007143 2.462672e-13 1
## 1932 1932 GO:0033865 2.540433e-13 1
## 1933 1933 GO:0033875 2.540433e-13 1
## 1934 1934 GO:0034032 2.540433e-13 1
## 1935 1935 GO:0048644 2.569989e-13 1
## 1936 1936 GO:1902106 2.613919e-13 1
## 1937 1937 GO:0001756 2.700494e-13 1
## 1938 1938 GO:0070301 2.747176e-13 1
## 1939 1939 GO:0048199 2.762665e-13 1
## 1940 1940 GO:0006023 2.809459e-13 1
## 1941 1941 GO:0098773 2.864233e-13 1
## 1942 1942 GO:1904064 3.019751e-13 1
## 1943 1943 GO:0001938 3.174908e-13 1
## 1944 1944 GO:0035305 3.183650e-13 1
## 1945 1945 GO:0043279 3.213874e-13 1
## 1946 1946 GO:1905515 3.258599e-13 1
## 1947 1947 GO:0034763 3.354315e-13 1
## 1948 1948 GO:0033559 3.386001e-13 1
## 1949 1949 GO:0007419 3.443403e-13 1
## 1950 1950 GO:0042051 3.463087e-13 1
## 1951 1951 GO:0030838 3.556035e-13 1
## 1952 1952 GO:0062014 3.580372e-13 1
## 1953 1953 GO:2000243 3.703104e-13 1
## 1954 1954 GO:1904377 3.808179e-13 1
## 1955 1955 GO:0042133 3.872893e-13 1
## 1956 1956 GO:0050848 4.006494e-13 1
## 1957 1957 GO:1903727 4.038622e-13 1
## 1958 1958 GO:0048145 4.157936e-13 1
## 1959 1959 GO:0010507 4.258814e-13 1
## 1960 1960 GO:0072593 4.290893e-13 1
## 1961 1961 GO:0002062 4.320217e-13 1
## 1962 1962 GO:0072078 4.523193e-13 1
## 1963 1963 GO:0007229 4.533278e-13 1
## 1964 1964 GO:0036465 4.667704e-13 1
## 1965 1965 GO:0007160 4.678615e-13 1
## 1966 1966 GO:1901888 4.696330e-13 1
## 1967 1967 GO:1901532 4.769861e-13 1
## 1968 1968 GO:0006006 4.839927e-13 1
## 1969 1969 GO:0030865 4.904237e-13 1
## 1970 1970 GO:0050906 5.073315e-13 1
## 1971 1971 GO:1902099 5.114423e-13 1
## 1972 1972 GO:0045766 5.136675e-13 1
## 1973 1973 GO:0035821 5.406913e-13 1
## 1974 1974 GO:0035214 5.483724e-13 1
## 1975 1975 GO:0042773 5.501459e-13 1
## 1976 1976 GO:0042775 5.501459e-13 1
## 1977 1977 GO:0043297 5.520425e-13 1
## 1978 1978 GO:0007097 5.573212e-13 1
## 1979 1979 GO:0003281 5.594773e-13 1
## 1980 1980 GO:0060071 5.699667e-13 1
## 1981 1981 GO:0072347 5.771274e-13 1
## 1982 1982 GO:1901976 6.290955e-13 1
## 1983 1983 GO:0010824 6.315031e-13 1
## 1984 1984 GO:0006911 6.358437e-13 1
## 1985 1985 GO:0032206 6.397054e-13 1
## 1986 1986 GO:0061572 6.456696e-13 1
## 1987 1987 GO:0010811 6.745711e-13 1
## 1988 1988 GO:0009127 6.918574e-13 1
## 1989 1989 GO:0009168 6.918574e-13 1
## 1990 1990 GO:0045778 6.978194e-13 1
## 1991 1991 GO:0071230 7.047653e-13 1
## 1992 1992 GO:1903426 7.074818e-13 1
## 1993 1993 GO:0055072 7.100606e-13 1
## 1994 1994 GO:0009301 7.145271e-13 1
## 1995 1995 GO:0042795 7.145271e-13 1
## 1996 1996 GO:0010827 7.166752e-13 1
## 1997 1997 GO:0046324 7.166752e-13 1
## 1998 1998 GO:0032944 7.463845e-13 1
## 1999 1999 GO:0050670 7.463845e-13 1
## 2000 2000 GO:0046889 7.583160e-13 1
## 2001 2001 GO:0072527 7.780455e-13 1
## 2002 2002 GO:0007306 7.866981e-13 1
## 2003 2003 GO:0014902 8.361505e-13 1
## 2004 2004 GO:0043244 8.376529e-13 1
## 2005 2005 GO:0001508 8.579974e-13 1
## 2006 2006 GO:0051445 8.861768e-13 1
## 2007 2007 GO:0034103 8.868882e-13 1
## 2008 2008 GO:0010822 9.060092e-13 1
## 2009 2009 GO:0045214 9.098457e-13 1
## 2010 2010 GO:0048678 9.119339e-13 1
## 2011 2011 GO:0045047 9.213873e-13 1
## 2012 2012 GO:0090114 9.392508e-13 1
## 2013 2013 GO:2001244 9.539314e-13 1
## 2014 2014 GO:0048333 9.591407e-13 1
## 2015 2015 GO:0001942 9.626281e-13 1
## 2016 2016 GO:0022405 9.626281e-13 1
## 2017 2017 GO:0006582 9.646759e-13 1
## 2018 2018 GO:0007616 1.060579e-12 1
## 2019 2019 GO:0031348 1.090549e-12 1
## 2020 2020 GO:0090317 1.135599e-12 1
## 2021 2021 GO:1903035 1.147501e-12 1
## 2022 2022 GO:0007173 1.169332e-12 1
## 2023 2023 GO:0006638 1.176612e-12 1
## 2024 2024 GO:0006639 1.176612e-12 1
## 2025 2025 GO:0106027 1.191101e-12 1
## 2026 2026 GO:0048017 1.197184e-12 1
## 2027 2027 GO:0042273 1.273524e-12 1
## 2028 2028 GO:0016322 1.292040e-12 1
## 2029 2029 GO:0061097 1.306656e-12 1
## 2030 2030 GO:0042074 1.307729e-12 1
## 2031 2031 GO:0051972 1.347070e-12 1
## 2032 2032 GO:1903670 1.407056e-12 1
## 2033 2033 GO:0003407 1.416883e-12 1
## 2034 2034 GO:0019229 1.455776e-12 1
## 2035 2035 GO:0032479 1.463793e-12 1
## 2036 2036 GO:0045839 1.468263e-12 1
## 2037 2037 GO:0097191 1.485351e-12 1
## 2038 2038 GO:0046634 1.519807e-12 1
## 2039 2039 GO:1902807 1.525965e-12 1
## 2040 2040 GO:2000134 1.525965e-12 1
## 2041 2041 GO:0032890 1.567507e-12 1
## 2042 2042 GO:0035023 1.615974e-12 1
## 2043 2043 GO:0048864 1.634191e-12 1
## 2044 2044 GO:1902600 1.644442e-12 1
## 2045 2045 GO:0006353 1.683249e-12 1
## 2046 2046 GO:0006901 1.702913e-12 1
## 2047 2047 GO:0048663 1.733167e-12 1
## 2048 2048 GO:0071985 1.735669e-12 1
## 2049 2049 GO:0007549 1.759120e-12 1
## 2050 2050 GO:0014033 1.788084e-12 1
## 2051 2051 GO:0006626 1.875621e-12 1
## 2052 2052 GO:0019915 1.895742e-12 1
## 2053 2053 GO:0045879 1.923199e-12 1
## 2054 2054 GO:0046427 2.036944e-12 1
## 2055 2055 GO:1904894 2.036944e-12 1
## 2056 2056 GO:0003073 2.051703e-12 1
## 2057 2057 GO:0002792 2.071134e-12 1
## 2058 2058 GO:0002685 2.265967e-12 1
## 2059 2059 GO:0040024 2.286604e-12 1
## 2060 2060 GO:0045444 2.303118e-12 1
## 2061 2061 GO:0014823 2.409083e-12 1
## 2062 2062 GO:1904029 2.449558e-12 1
## 2063 2063 GO:0045886 2.500774e-12 1
## 2064 2064 GO:1904397 2.500774e-12 1
## 2065 2065 GO:0050771 2.599533e-12 1
## 2066 2066 GO:1903051 2.605273e-12 1
## 2067 2067 GO:0051017 2.709812e-12 1
## 2068 2068 GO:0006112 2.716456e-12 1
## 2069 2069 GO:0032675 2.733373e-12 1
## 2070 2070 GO:0007315 2.737013e-12 1
## 2071 2071 GO:0006767 2.742861e-12 1
## 2072 2072 GO:0008652 2.845221e-12 1
## 2073 2073 GO:0030071 2.876009e-12 1
## 2074 2074 GO:0010906 2.910455e-12 1
## 2075 2075 GO:0045197 2.965391e-12 1
## 2076 2076 GO:0048488 3.007174e-12 1
## 2077 2077 GO:2000379 3.012282e-12 1
## 2078 2078 GO:0042491 3.060892e-12 1
## 2079 2079 GO:0050832 3.093257e-12 1
## 2080 2080 GO:1901292 3.110795e-12 1
## 2081 2081 GO:0035006 3.114955e-12 1
## 2082 2082 GO:0061180 3.164911e-12 1
## 2083 2083 GO:0045815 3.194997e-12 1
## 2084 2084 GO:1903312 3.220779e-12 1
## 2085 2085 GO:0006282 3.313555e-12 1
## 2086 2086 GO:0060412 3.323417e-12 1
## 2087 2087 GO:0008587 3.335742e-12 1
## 2088 2088 GO:0007442 3.500552e-12 1
## 2089 2089 GO:0061525 3.500552e-12 1
## 2090 2090 GO:0072002 3.559716e-12 1
## 2091 2091 GO:0043967 3.581715e-12 1
## 2092 2092 GO:0072350 3.609431e-12 1
## 2093 2093 GO:0007530 3.793478e-12 1
## 2094 2094 GO:0050866 3.812894e-12 1
## 2095 2095 GO:0060711 4.077871e-12 1
## 2096 2096 GO:0019935 4.162255e-12 1
## 2097 2097 GO:0060415 4.375668e-12 1
## 2098 2098 GO:1901019 4.402310e-12 1
## 2099 2099 GO:0050905 4.420737e-12 1
## 2100 2100 GO:0050688 4.426463e-12 1
## 2101 2101 GO:0001947 4.457237e-12 1
## 2102 2102 GO:0008586 4.486833e-12 1
## 2103 2103 GO:0046854 4.573981e-12 1
## 2104 2104 GO:0008630 4.612811e-12 1
## 2105 2105 GO:0002262 4.755526e-12 1
## 2106 2106 GO:0034101 4.755526e-12 1
## 2107 2107 GO:0060236 4.762298e-12 1
## 2108 2108 GO:0060688 4.811888e-12 1
## 2109 2109 GO:0051952 4.845805e-12 1
## 2110 2110 GO:0032411 4.887308e-12 1
## 2111 2111 GO:1905153 5.043399e-12 1
## 2112 2112 GO:0060675 5.064493e-12 1
## 2113 2113 GO:0072171 5.064493e-12 1
## 2114 2114 GO:0048015 5.089136e-12 1
## 2115 2115 GO:0000413 5.093086e-12 1
## 2116 2116 GO:0018208 5.093086e-12 1
## 2117 2117 GO:0070192 5.140310e-12 1
## 2118 2118 GO:0045933 5.257153e-12 1
## 2119 2119 GO:0032507 5.324493e-12 1
## 2120 2120 GO:1902692 5.364381e-12 1
## 2121 2121 GO:2000242 5.383526e-12 1
## 2122 2122 GO:0002705 5.414044e-12 1
## 2123 2123 GO:1903201 5.467806e-12 1
## 2124 2124 GO:0048207 5.477995e-12 1
## 2125 2125 GO:0048208 5.477995e-12 1
## 2126 2126 GO:0001649 5.498782e-12 1
## 2127 2127 GO:0070167 5.527864e-12 1
## 2128 2128 GO:0051148 5.824758e-12 1
## 2129 2129 GO:0071322 6.105676e-12 1
## 2130 2130 GO:0043123 6.114948e-12 1
## 2131 2131 GO:0007606 6.308295e-12 1
## 2132 2132 GO:0090307 6.332019e-12 1
## 2133 2133 GO:0034637 6.380217e-12 1
## 2134 2134 GO:0035065 6.398553e-12 1
## 2135 2135 GO:2000756 6.398553e-12 1
## 2136 2136 GO:1901222 6.783041e-12 1
## 2137 2137 GO:0002011 6.790870e-12 1
## 2138 2138 GO:0006814 6.892085e-12 1
## 2139 2139 GO:0002088 7.025871e-12 1
## 2140 2140 GO:0042073 7.058568e-12 1
## 2141 2141 GO:0036342 7.073384e-12 1
## 2142 2142 GO:0006040 7.155380e-12 1
## 2143 2143 GO:0010623 7.210175e-12 1
## 2144 2144 GO:0048566 7.651293e-12 1
## 2145 2145 GO:0060759 8.042177e-12 1
## 2146 2146 GO:0060999 8.047799e-12 1
## 2147 2147 GO:0045747 8.183925e-12 1
## 2148 2148 GO:0051785 8.448357e-12 1
## 2149 2149 GO:0032509 8.821644e-12 1
## 2150 2150 GO:0042078 8.977175e-12 1
## 2151 2151 GO:0030866 9.041730e-12 1
## 2152 2152 GO:0002168 9.201382e-12 1
## 2153 2153 GO:1902808 9.257951e-12 1
## 2154 2154 GO:1900077 9.336871e-12 1
## 2155 2155 GO:0033059 9.604053e-12 1
## 2156 2156 GO:0000079 9.984397e-12 1
## 2157 2157 GO:0001678 1.043881e-11 1
## 2158 2158 GO:0046662 1.045486e-11 1
## 2159 2159 GO:0007617 1.049662e-11 1
## 2160 2160 GO:0046148 1.068284e-11 1
## 2161 2161 GO:0043502 1.080261e-11 1
## 2162 2162 GO:0033206 1.121836e-11 1
## 2163 2163 GO:1904591 1.128273e-11 1
## 2164 2164 GO:0021536 1.181098e-11 1
## 2165 2165 GO:0002244 1.192757e-11 1
## 2166 2166 GO:0001710 1.200244e-11 1
## 2167 2167 GO:0061383 1.207440e-11 1
## 2168 2168 GO:0046850 1.212442e-11 1
## 2169 2169 GO:0036314 1.222204e-11 1
## 2170 2170 GO:0010972 1.226136e-11 1
## 2171 2171 GO:0003015 1.267072e-11 1
## 2172 2172 GO:0046456 1.279206e-11 1
## 2173 2173 GO:0033574 1.286126e-11 1
## 2174 2174 GO:0045833 1.315497e-11 1
## 2175 2175 GO:0061035 1.394071e-11 1
## 2176 2176 GO:0055025 1.409826e-11 1
## 2177 2177 GO:0048542 1.431151e-11 1
## 2178 2178 GO:0043550 1.432366e-11 1
## 2179 2179 GO:0000132 1.443584e-11 1
## 2180 2180 GO:0071806 1.444557e-11 1
## 2181 2181 GO:0032873 1.490806e-11 1
## 2182 2182 GO:0070303 1.490806e-11 1
## 2183 2183 GO:0009063 1.550671e-11 1
## 2184 2184 GO:0002474 1.568941e-11 1
## 2185 2185 GO:0007443 1.574422e-11 1
## 2186 2186 GO:0048619 1.574422e-11 1
## 2187 2187 GO:0010923 1.633883e-11 1
## 2188 2188 GO:0060191 1.652843e-11 1
## 2189 2189 GO:0002221 1.805368e-11 1
## 2190 2190 GO:0060021 1.816857e-11 1
## 2191 2191 GO:0097722 1.847744e-11 1
## 2192 2192 GO:0007588 1.890318e-11 1
## 2193 2193 GO:1902652 1.908711e-11 1
## 2194 2194 GO:0030951 1.947546e-11 1
## 2195 2195 GO:0006879 1.955728e-11 1
## 2196 2196 GO:0090162 1.970861e-11 1
## 2197 2197 GO:0046685 1.983286e-11 1
## 2198 2198 GO:0048730 2.045672e-11 1
## 2199 2199 GO:0043407 2.110881e-11 1
## 2200 2200 GO:0051438 2.188620e-11 1
## 2201 2201 GO:0007009 2.254969e-11 1
## 2202 2202 GO:0009225 2.283135e-11 1
## 2203 2203 GO:0006694 2.472420e-11 1
## 2204 2204 GO:0030166 2.493954e-11 1
## 2205 2205 GO:0047496 2.546140e-11 1
## 2206 2206 GO:0043542 2.632833e-11 1
## 2207 2207 GO:0048709 2.675052e-11 1
## 2208 2208 GO:0035195 2.684675e-11 1
## 2209 2209 GO:0007455 2.708615e-11 1
## 2210 2210 GO:0050830 2.710012e-11 1
## 2211 2211 GO:0019068 2.768176e-11 1
## 2212 2212 GO:0010660 2.802173e-11 1
## 2213 2213 GO:0019751 2.831071e-11 1
## 2214 2214 GO:0007632 2.887038e-11 1
## 2215 2215 GO:0035725 3.060673e-11 1
## 2216 2216 GO:0034446 3.107061e-11 1
## 2217 2217 GO:0061515 3.126483e-11 1
## 2218 2218 GO:0071356 3.190024e-11 1
## 2219 2219 GO:0048260 3.211899e-11 1
## 2220 2220 GO:0048557 3.279813e-11 1
## 2221 2221 GO:0046716 3.350226e-11 1
## 2222 2222 GO:0060043 3.481113e-11 1
## 2223 2223 GO:0021879 3.517814e-11 1
## 2224 2224 GO:1905207 3.556633e-11 1
## 2225 2225 GO:0043255 3.599419e-11 1
## 2226 2226 GO:0006613 3.626744e-11 1
## 2227 2227 GO:2001021 3.631317e-11 1
## 2228 2228 GO:0051928 3.632048e-11 1
## 2229 2229 GO:2000142 3.685253e-11 1
## 2230 2230 GO:0060099 3.781315e-11 1
## 2231 2231 GO:0033688 3.853392e-11 1
## 2232 2232 GO:1903793 3.866742e-11 1
## 2233 2233 GO:0099175 3.896061e-11 1
## 2234 2234 GO:0071772 3.959290e-11 1
## 2235 2235 GO:0071773 3.959290e-11 1
## 2236 2236 GO:0055007 3.987083e-11 1
## 2237 2237 GO:0055008 4.097118e-11 1
## 2238 2238 GO:0060326 4.192669e-11 1
## 2239 2239 GO:0099173 4.202184e-11 1
## 2240 2240 GO:0032506 4.450406e-11 1
## 2241 2241 GO:0060117 4.474846e-11 1
## 2242 2242 GO:0000018 4.529705e-11 1
## 2243 2243 GO:0001703 4.545916e-11 1
## 2244 2244 GO:0010004 4.545916e-11 1
## 2245 2245 GO:0030193 4.553418e-11 1
## 2246 2246 GO:1900046 4.553418e-11 1
## 2247 2247 GO:0003208 4.615120e-11 1
## 2248 2248 GO:0046823 4.678979e-11 1
## 2249 2249 GO:0030850 4.728725e-11 1
## 2250 2250 GO:0045840 4.758782e-11 1
## 2251 2251 GO:0032482 4.808571e-11 1
## 2252 2252 GO:0034341 4.827650e-11 1
## 2253 2253 GO:0071346 4.827650e-11 1
## 2254 2254 GO:0044786 4.878584e-11 1
## 2255 2255 GO:0036296 4.911706e-11 1
## 2256 2256 GO:0035112 4.915282e-11 1
## 2257 2257 GO:0043536 5.183725e-11 1
## 2258 2258 GO:1901606 5.257687e-11 1
## 2259 2259 GO:1903391 5.313969e-11 1
## 2260 2260 GO:1903305 5.354408e-11 1
## 2261 2261 GO:0050709 5.562157e-11 1
## 2262 2262 GO:0072666 5.673493e-11 1
## 2263 2263 GO:0042307 5.771389e-11 1
## 2264 2264 GO:0006984 5.873925e-11 1
## 2265 2265 GO:0051149 5.907344e-11 1
## 2266 2266 GO:0021675 6.068191e-11 1
## 2267 2267 GO:0002687 6.111196e-11 1
## 2268 2268 GO:0071696 6.302024e-11 1
## 2269 2269 GO:0071697 6.302024e-11 1
## 2270 2270 GO:0043551 6.324170e-11 1
## 2271 2271 GO:0031670 6.479338e-11 1
## 2272 2272 GO:0045069 6.574339e-11 1
## 2273 2273 GO:0046627 6.873172e-11 1
## 2274 2274 GO:0048771 6.902700e-11 1
## 2275 2275 GO:0046825 7.046131e-11 1
## 2276 2276 GO:0031623 7.284960e-11 1
## 2277 2277 GO:0051084 7.394183e-11 1
## 2278 2278 GO:0006754 7.453599e-11 1
## 2279 2279 GO:0021575 7.513799e-11 1
## 2280 2280 GO:0021587 7.513799e-11 1
## 2281 2281 GO:1903008 7.636837e-11 1
## 2282 2282 GO:1902036 7.767146e-11 1
## 2283 2283 GO:0042149 7.931076e-11 1
## 2284 2284 GO:0032414 7.959580e-11 1
## 2285 2285 GO:0098876 8.149588e-11 1
## 2286 2286 GO:0030330 8.247830e-11 1
## 2287 2287 GO:0010522 8.316948e-11 1
## 2288 2288 GO:0061162 8.372040e-11 1
## 2289 2289 GO:0061339 8.372040e-11 1
## 2290 2290 GO:0048278 8.512234e-11 1
## 2291 2291 GO:0048286 9.009509e-11 1
## 2292 2292 GO:0005977 9.371678e-11 1
## 2293 2293 GO:0006073 9.371678e-11 1
## 2294 2294 GO:0044042 9.371678e-11 1
## 2295 2295 GO:0030317 9.498013e-11 1
## 2296 2296 GO:0016239 9.561402e-11 1
## 2297 2297 GO:0006220 1.054895e-10 1
## 2298 2298 GO:0021695 1.060443e-10 1
## 2299 2299 GO:0051642 1.096926e-10 1
## 2300 2300 GO:0061842 1.096926e-10 1
## 2301 2301 GO:0035010 1.105110e-10 1
## 2302 2302 GO:0060446 1.134980e-10 1
## 2303 2303 GO:0006101 1.162775e-10 1
## 2304 2304 GO:2000785 1.167719e-10 1
## 2305 2305 GO:0048581 1.203448e-10 1
## 2306 2306 GO:0051702 1.219340e-10 1
## 2307 2307 GO:0051851 1.219340e-10 1
## 2308 2308 GO:0060047 1.232992e-10 1
## 2309 2309 GO:0002285 1.284483e-10 1
## 2310 2310 GO:0035017 1.286173e-10 1
## 2311 2311 GO:0030509 1.344987e-10 1
## 2312 2312 GO:0050805 1.349144e-10 1
## 2313 2313 GO:2001237 1.378757e-10 1
## 2314 2314 GO:0040036 1.389450e-10 1
## 2315 2315 GO:0000271 1.455344e-10 1
## 2316 2316 GO:0033692 1.455344e-10 1
## 2317 2317 GO:0031062 1.462798e-10 1
## 2318 2318 GO:0038095 1.471097e-10 1
## 2319 2319 GO:0050931 1.491493e-10 1
## 2320 2320 GO:0031109 1.503948e-10 1
## 2321 2321 GO:0032943 1.514714e-10 1
## 2322 2322 GO:0046651 1.514714e-10 1
## 2323 2323 GO:0070661 1.514714e-10 1
## 2324 2324 GO:0016333 1.559553e-10 1
## 2325 2325 GO:0061462 1.582355e-10 1
## 2326 2326 GO:0043954 1.650309e-10 1
## 2327 2327 GO:0051491 1.679662e-10 1
## 2328 2328 GO:0032233 1.693697e-10 1
## 2329 2329 GO:0051496 1.693697e-10 1
## 2330 2330 GO:0002706 1.715504e-10 1
## 2331 2331 GO:0001959 1.726202e-10 1
## 2332 2332 GO:0048635 1.754514e-10 1
## 2333 2333 GO:1900181 1.770811e-10 1
## 2334 2334 GO:0001658 1.779029e-10 1
## 2335 2335 GO:0051289 1.783676e-10 1
## 2336 2336 GO:0032784 1.794063e-10 1
## 2337 2337 GO:0034243 1.794063e-10 1
## 2338 2338 GO:0030500 1.826207e-10 1
## 2339 2339 GO:0002832 1.883322e-10 1
## 2340 2340 GO:0097194 1.916266e-10 1
## 2341 2341 GO:0060350 1.965226e-10 1
## 2342 2342 GO:0009996 2.062148e-10 1
## 2343 2343 GO:0034121 2.122596e-10 1
## 2344 2344 GO:0015918 2.133249e-10 1
## 2345 2345 GO:0002040 2.236325e-10 1
## 2346 2346 GO:1900034 2.271961e-10 1
## 2347 2347 GO:0051973 2.289421e-10 1
## 2348 2348 GO:0030168 2.291769e-10 1
## 2349 2349 GO:0010611 2.304949e-10 1
## 2350 2350 GO:0014743 2.304949e-10 1
## 2351 2351 GO:0046039 2.321482e-10 1
## 2352 2352 GO:0030279 2.328623e-10 1
## 2353 2353 GO:0051058 2.343945e-10 1
## 2354 2354 GO:0050919 2.379467e-10 1
## 2355 2355 GO:0071300 2.383962e-10 1
## 2356 2356 GO:0010812 2.450598e-10 1
## 2357 2357 GO:0010257 2.505510e-10 1
## 2358 2358 GO:0032981 2.505510e-10 1
## 2359 2359 GO:0006305 2.545663e-10 1
## 2360 2360 GO:0006306 2.545663e-10 1
## 2361 2361 GO:0010165 2.559585e-10 1
## 2362 2362 GO:1901607 2.608234e-10 1
## 2363 2363 GO:0008078 2.609757e-10 1
## 2364 2364 GO:0014910 2.749140e-10 1
## 2365 2365 GO:0040019 2.823156e-10 1
## 2366 2366 GO:0036257 2.919833e-10 1
## 2367 2367 GO:0036258 2.919833e-10 1
## 2368 2368 GO:0071599 2.983762e-10 1
## 2369 2369 GO:0031110 3.028061e-10 1
## 2370 2370 GO:0032392 3.111716e-10 1
## 2371 2371 GO:0032508 3.111716e-10 1
## 2372 2372 GO:0060810 3.182752e-10 1
## 2373 2373 GO:0060811 3.182752e-10 1
## 2374 2374 GO:0009185 3.219651e-10 1
## 2375 2375 GO:1903432 3.256891e-10 1
## 2376 2376 GO:0042067 3.289772e-10 1
## 2377 2377 GO:0040025 3.290516e-10 1
## 2378 2378 GO:0060193 3.340668e-10 1
## 2379 2379 GO:0006821 3.346333e-10 1
## 2380 2380 GO:0010464 3.499542e-10 1
## 2381 2381 GO:0098661 3.571485e-10 1
## 2382 2382 GO:0006929 3.598458e-10 1
## 2383 2383 GO:0070169 3.612117e-10 1
## 2384 2384 GO:0050864 3.646509e-10 1
## 2385 2385 GO:0045428 3.667463e-10 1
## 2386 2386 GO:0046165 3.675072e-10 1
## 2387 2387 GO:0051607 3.702128e-10 1
## 2388 2388 GO:0019369 3.737690e-10 1
## 2389 2389 GO:0033363 3.952824e-10 1
## 2390 2390 GO:0006720 4.016974e-10 1
## 2391 2391 GO:0006284 4.020040e-10 1
## 2392 2392 GO:0000212 4.033247e-10 1
## 2393 2393 GO:0060259 4.041471e-10 1
## 2394 2394 GO:0055059 4.083748e-10 1
## 2395 2395 GO:0006303 4.107701e-10 1
## 2396 2396 GO:1902883 4.113528e-10 1
## 2397 2397 GO:0035987 4.208636e-10 1
## 2398 2398 GO:1990928 4.287783e-10 1
## 2399 2399 GO:0006099 4.563670e-10 1
## 2400 2400 GO:0010501 4.603454e-10 1
## 2401 2401 GO:0000460 4.612120e-10 1
## 2402 2402 GO:0016571 4.745400e-10 1
## 2403 2403 GO:0030521 4.759723e-10 1
## 2404 2404 GO:0060438 4.763164e-10 1
## 2405 2405 GO:1903649 4.866723e-10 1
## 2406 2406 GO:0014068 4.869901e-10 1
## 2407 2407 GO:0060443 4.939293e-10 1
## 2408 2408 GO:0060603 4.939293e-10 1
## 2409 2409 GO:0030204 5.004048e-10 1
## 2410 2410 GO:0050654 5.004048e-10 1
## 2411 2411 GO:0006904 5.019050e-10 1
## 2412 2412 GO:0014014 5.210999e-10 1
## 2413 2413 GO:1902669 5.399130e-10 1
## 2414 2414 GO:0032467 5.414843e-10 1
## 2415 2415 GO:0043627 5.510753e-10 1
## 2416 2416 GO:0060571 5.562368e-10 1
## 2417 2417 GO:0046579 5.597469e-10 1
## 2418 2418 GO:0051057 5.597469e-10 1
## 2419 2419 GO:0048793 5.641411e-10 1
## 2420 2420 GO:0045582 5.674417e-10 1
## 2421 2421 GO:0045621 5.674417e-10 1
## 2422 2422 GO:1903078 5.787048e-10 1
## 2423 2423 GO:0036092 5.958582e-10 1
## 2424 2424 GO:0097006 6.204933e-10 1
## 2425 2425 GO:0007266 6.207219e-10 1
## 2426 2426 GO:0070613 6.247111e-10 1
## 2427 2427 GO:1903317 6.247111e-10 1
## 2428 2428 GO:0007223 6.397008e-10 1
## 2429 2429 GO:0031128 6.577124e-10 1
## 2430 2430 GO:0031057 6.607492e-10 1
## 2431 2431 GO:1901659 6.666854e-10 1
## 2432 2432 GO:0009584 6.763462e-10 1
## 2433 2433 GO:0006865 6.813377e-10 1
## 2434 2434 GO:0003156 6.931668e-10 1
## 2435 2435 GO:0000045 7.198436e-10 1
## 2436 2436 GO:1905037 7.198436e-10 1
## 2437 2437 GO:0019217 7.232790e-10 1
## 2438 2438 GO:0000768 7.324661e-10 1
## 2439 2439 GO:0006949 7.324661e-10 1
## 2440 2440 GO:0007520 7.324661e-10 1
## 2441 2441 GO:1901224 7.529176e-10 1
## 2442 2442 GO:0048520 7.546827e-10 1
## 2443 2443 GO:0060260 7.593529e-10 1
## 2444 2444 GO:0000002 7.611164e-10 1
## 2445 2445 GO:0010715 7.820560e-10 1
## 2446 2446 GO:0006942 7.923479e-10 1
## 2447 2447 GO:0065002 7.940844e-10 1
## 2448 2448 GO:2001022 8.054198e-10 1
## 2449 2449 GO:0030301 8.142464e-10 1
## 2450 2450 GO:0006497 8.219046e-10 1
## 2451 2451 GO:0042157 8.219046e-10 1
## 2452 2452 GO:0042158 8.219046e-10 1
## 2453 2453 GO:0006940 8.274647e-10 1
## 2454 2454 GO:0001954 8.471431e-10 1
## 2455 2455 GO:2000179 8.872977e-10 1
## 2456 2456 GO:1905879 8.891485e-10 1
## 2457 2457 GO:0046364 8.951849e-10 1
## 2458 2458 GO:1905898 8.971150e-10 1
## 2459 2459 GO:0071260 9.158718e-10 1
## 2460 2460 GO:0045652 9.304578e-10 1
## 2461 2461 GO:0000387 9.311197e-10 1
## 2462 2462 GO:0002250 9.312889e-10 1
## 2463 2463 GO:0042129 9.380145e-10 1
## 2464 2464 GO:0002082 9.401984e-10 1
## 2465 2465 GO:0010332 9.455469e-10 1
## 2466 2466 GO:0031338 9.596543e-10 1
## 2467 2467 GO:0045138 9.691831e-10 1
## 2468 2468 GO:0046637 9.713917e-10 1
## 2469 2469 GO:1901985 1.007749e-09 1
## 2470 2470 GO:0061512 1.025701e-09 1
## 2471 2471 GO:0006972 1.057648e-09 1
## 2472 2472 GO:0006672 1.058433e-09 1
## 2473 2473 GO:0016125 1.078569e-09 1
## 2474 2474 GO:0006641 1.084797e-09 1
## 2475 2475 GO:0002090 1.118798e-09 1
## 2476 2476 GO:0008089 1.129668e-09 1
## 2477 2477 GO:0043552 1.170254e-09 1
## 2478 2478 GO:0090218 1.170254e-09 1
## 2479 2479 GO:0090169 1.171884e-09 1
## 2480 2480 GO:0002028 1.291669e-09 1
## 2481 2481 GO:0017004 1.314007e-09 1
## 2482 2482 GO:0009268 1.333391e-09 1
## 2483 2483 GO:0007450 1.352996e-09 1
## 2484 2484 GO:0048190 1.352996e-09 1
## 2485 2485 GO:2000380 1.410405e-09 1
## 2486 2486 GO:0045070 1.412764e-09 1
## 2487 2487 GO:0098739 1.421778e-09 1
## 2488 2488 GO:0002821 1.442822e-09 1
## 2489 2489 GO:0031100 1.463486e-09 1
## 2490 2490 GO:0090183 1.464389e-09 1
## 2491 2491 GO:0002718 1.482139e-09 1
## 2492 2492 GO:0002720 1.482139e-09 1
## 2493 2493 GO:0051150 1.487078e-09 1
## 2494 2494 GO:0060416 1.487712e-09 1
## 2495 2495 GO:0021532 1.506142e-09 1
## 2496 2496 GO:2000144 1.506239e-09 1
## 2497 2497 GO:0043266 1.506940e-09 1
## 2498 2498 GO:0042398 1.520745e-09 1
## 2499 2499 GO:0048582 1.527429e-09 1
## 2500 2500 GO:0071326 1.534582e-09 1
## 2501 2501 GO:0071331 1.534582e-09 1
## 2502 2502 GO:0071333 1.534582e-09 1
## 2503 2503 GO:0010712 1.575254e-09 1
## 2504 2504 GO:0045639 1.577155e-09 1
## 2505 2505 GO:0046843 1.595383e-09 1
## 2506 2506 GO:0051279 1.610664e-09 1
## 2507 2507 GO:0045880 1.620548e-09 1
## 2508 2508 GO:0014031 1.620956e-09 1
## 2509 2509 GO:0014032 1.620956e-09 1
## 2510 2510 GO:0032212 1.639579e-09 1
## 2511 2511 GO:1904358 1.639579e-09 1
## 2512 2512 GO:0007474 1.641000e-09 1
## 2513 2513 GO:0045600 1.650761e-09 1
## 2514 2514 GO:0009452 1.667481e-09 1
## 2515 2515 GO:0036260 1.667481e-09 1
## 2516 2516 GO:0042474 1.686455e-09 1
## 2517 2517 GO:1900078 1.689118e-09 1
## 2518 2518 GO:0050777 1.697787e-09 1
## 2519 2519 GO:0031214 1.734742e-09 1
## 2520 2520 GO:0009166 1.737089e-09 1
## 2521 2521 GO:1903573 1.822908e-09 1
## 2522 2522 GO:0035089 1.852539e-09 1
## 2523 2523 GO:0055023 1.853522e-09 1
## 2524 2524 GO:0060421 1.853522e-09 1
## 2525 2525 GO:0021591 1.935095e-09 1
## 2526 2526 GO:0030011 1.949435e-09 1
## 2527 2527 GO:0002576 1.950133e-09 1
## 2528 2528 GO:1901879 1.953286e-09 1
## 2529 2529 GO:0060840 1.974471e-09 1
## 2530 2530 GO:0030537 1.988645e-09 1
## 2531 2531 GO:0022416 1.990190e-09 1
## 2532 2532 GO:0034198 2.048092e-09 1
## 2533 2533 GO:0002708 2.093458e-09 1
## 2534 2534 GO:1904645 2.109020e-09 1
## 2535 2535 GO:2001259 2.136874e-09 1
## 2536 2536 GO:1904292 2.144516e-09 1
## 2537 2537 GO:0008637 2.174803e-09 1
## 2538 2538 GO:0070997 2.195569e-09 1
## 2539 2539 GO:0006493 2.218224e-09 1
## 2540 2540 GO:0007280 2.402804e-09 1
## 2541 2541 GO:0006721 2.403100e-09 1
## 2542 2542 GO:0007316 2.410158e-09 1
## 2543 2543 GO:0019094 2.410158e-09 1
## 2544 2544 GO:2001239 2.419278e-09 1
## 2545 2545 GO:1902476 2.424682e-09 1
## 2546 2546 GO:0070371 2.432109e-09 1
## 2547 2547 GO:1900408 2.434008e-09 1
## 2548 2548 GO:1901998 2.462505e-09 1
## 2549 2549 GO:0010762 2.504147e-09 1
## 2550 2550 GO:0006024 2.541015e-09 1
## 2551 2551 GO:0032418 2.559168e-09 1
## 2552 2552 GO:0033138 2.588381e-09 1
## 2553 2553 GO:0006090 2.670324e-09 1
## 2554 2554 GO:0051646 2.709308e-09 1
## 2555 2555 GO:0007249 2.713670e-09 1
## 2556 2556 GO:0006476 2.714498e-09 1
## 2557 2557 GO:0016575 2.714498e-09 1
## 2558 2558 GO:0035601 2.714498e-09 1
## 2559 2559 GO:0098732 2.714498e-09 1
## 2560 2560 GO:0002695 2.774291e-09 1
## 2561 2561 GO:0051250 2.774291e-09 1
## 2562 2562 GO:0035215 2.886990e-09 1
## 2563 2563 GO:0046470 2.889449e-09 1
## 2564 2564 GO:0030514 2.939846e-09 1
## 2565 2565 GO:0097352 2.971075e-09 1
## 2566 2566 GO:0030218 3.015627e-09 1
## 2567 2567 GO:0010591 3.110141e-09 1
## 2568 2568 GO:1902743 3.110141e-09 1
## 2569 2569 GO:0048538 3.149248e-09 1
## 2570 2570 GO:0030148 3.163865e-09 1
## 2571 2571 GO:0019233 3.169131e-09 1
## 2572 2572 GO:0060135 3.240125e-09 1
## 2573 2573 GO:0006826 3.297846e-09 1
## 2574 2574 GO:0030501 3.371948e-09 1
## 2575 2575 GO:0046939 3.461091e-09 1
## 2576 2576 GO:0090049 3.547206e-09 1
## 2577 2577 GO:0045610 3.622636e-09 1
## 2578 2578 GO:0006026 3.682824e-09 1
## 2579 2579 GO:0006635 3.795461e-09 1
## 2580 2580 GO:0006775 3.805359e-09 1
## 2581 2581 GO:0045668 3.812031e-09 1
## 2582 2582 GO:0034260 3.863478e-09 1
## 2583 2583 GO:1900087 3.866195e-09 1
## 2584 2584 GO:1901071 3.909149e-09 1
## 2585 2585 GO:0060512 4.066478e-09 1
## 2586 2586 GO:0046580 4.137903e-09 1
## 2587 2587 GO:0006614 4.159958e-09 1
## 2588 2588 GO:1902116 4.214297e-09 1
## 2589 2589 GO:0015908 4.233289e-09 1
## 2590 2590 GO:0046686 4.353430e-09 1
## 2591 2591 GO:0006998 4.445290e-09 1
## 2592 2592 GO:0055093 4.450970e-09 1
## 2593 2593 GO:0009409 4.546684e-09 1
## 2594 2594 GO:0060972 4.611236e-09 1
## 2595 2595 GO:0002224 4.734943e-09 1
## 2596 2596 GO:0046365 4.783609e-09 1
## 2597 2597 GO:0046928 4.807410e-09 1
## 2598 2598 GO:0007274 4.824235e-09 1
## 2599 2599 GO:0007131 4.939948e-09 1
## 2600 2600 GO:0035825 4.939948e-09 1
## 2601 2601 GO:0006749 4.957713e-09 1
## 2602 2602 GO:0060402 5.046692e-09 1
## 2603 2603 GO:0035308 5.049233e-09 1
## 2604 2604 GO:0003229 5.147395e-09 1
## 2605 2605 GO:0055010 5.147395e-09 1
## 2606 2606 GO:0002067 5.440782e-09 1
## 2607 2607 GO:0001895 5.446405e-09 1
## 2608 2608 GO:0009651 5.586943e-09 1
## 2609 2609 GO:0072525 5.600578e-09 1
## 2610 2610 GO:0002824 5.621207e-09 1
## 2611 2611 GO:0031113 5.648816e-09 1
## 2612 2612 GO:0031664 6.092170e-09 1
## 2613 2613 GO:0000462 6.191507e-09 1
## 2614 2614 GO:0021545 6.297625e-09 1
## 2615 2615 GO:0006692 6.349583e-09 1
## 2616 2616 GO:0006693 6.349583e-09 1
## 2617 2617 GO:0048536 6.353235e-09 1
## 2618 2618 GO:0046902 6.541379e-09 1
## 2619 2619 GO:0090559 6.541379e-09 1
## 2620 2620 GO:0042661 6.559095e-09 1
## 2621 2621 GO:1905770 6.559095e-09 1
## 2622 2622 GO:1905902 6.559095e-09 1
## 2623 2623 GO:0035099 6.577104e-09 1
## 2624 2624 GO:0060425 6.597598e-09 1
## 2625 2625 GO:0048134 6.811961e-09 1
## 2626 2626 GO:1901074 6.920318e-09 1
## 2627 2627 GO:2000425 6.920318e-09 1
## 2628 2628 GO:0010717 6.938085e-09 1
## 2629 2629 GO:0048799 7.112748e-09 1
## 2630 2630 GO:0003148 7.171308e-09 1
## 2631 2631 GO:0060261 7.212605e-09 1
## 2632 2632 GO:0045913 7.486780e-09 1
## 2633 2633 GO:0036003 7.490848e-09 1
## 2634 2634 GO:0015748 7.535393e-09 1
## 2635 2635 GO:0009311 7.685998e-09 1
## 2636 2636 GO:0045167 7.717964e-09 1
## 2637 2637 GO:0032007 7.780276e-09 1
## 2638 2638 GO:0048339 7.802078e-09 1
## 2639 2639 GO:0031146 7.893571e-09 1
## 2640 2640 GO:0033077 7.913953e-09 1
## 2641 2641 GO:0055117 8.063935e-09 1
## 2642 2642 GO:0030539 8.107300e-09 1
## 2643 2643 GO:0006959 8.249909e-09 1
## 2644 2644 GO:0010633 8.425167e-09 1
## 2645 2645 GO:0006941 8.497407e-09 1
## 2646 2646 GO:2001222 8.765580e-09 1
## 2647 2647 GO:0097061 8.793687e-09 1
## 2648 2648 GO:0006513 9.027052e-09 1
## 2649 2649 GO:0045843 9.150378e-09 1
## 2650 2650 GO:1901862 9.150378e-09 1
## 2651 2651 GO:1902930 9.355926e-09 1
## 2652 2652 GO:0060037 9.446353e-09 1
## 2653 2653 GO:1904646 9.504966e-09 1
## 2654 2654 GO:0019933 9.615017e-09 1
## 2655 2655 GO:0006855 9.625912e-09 1
## 2656 2656 GO:0003382 9.653445e-09 1
## 2657 2657 GO:0018022 9.843013e-09 1
## 2658 2658 GO:0034968 9.843013e-09 1
## 2659 2659 GO:0050732 9.967370e-09 1
## 2660 2660 GO:1903202 1.010915e-08 1
## 2661 2661 GO:0030808 1.011946e-08 1
## 2662 2662 GO:1900371 1.011946e-08 1
## 2663 2663 GO:0045451 1.027890e-08 1
## 2664 2664 GO:1903556 1.036705e-08 1
## 2665 2665 GO:0003158 1.040325e-08 1
## 2666 2666 GO:0035011 1.066671e-08 1
## 2667 2667 GO:0032024 1.067935e-08 1
## 2668 2668 GO:0090277 1.067935e-08 1
## 2669 2669 GO:0046621 1.081762e-08 1
## 2670 2670 GO:0006623 1.084141e-08 1
## 2671 2671 GO:0090502 1.084867e-08 1
## 2672 2672 GO:0034766 1.105875e-08 1
## 2673 2673 GO:0006370 1.106270e-08 1
## 2674 2674 GO:0042180 1.143868e-08 1
## 2675 2675 GO:0043489 1.145589e-08 1
## 2676 2676 GO:1902369 1.145589e-08 1
## 2677 2677 GO:0071277 1.156547e-08 1
## 2678 2678 GO:0043966 1.158910e-08 1
## 2679 2679 GO:0010939 1.163680e-08 1
## 2680 2680 GO:0008355 1.173965e-08 1
## 2681 2681 GO:0044409 1.176105e-08 1
## 2682 2682 GO:2000105 1.181497e-08 1
## 2683 2683 GO:0070849 1.223312e-08 1
## 2684 2684 GO:0032205 1.244900e-08 1
## 2685 2685 GO:1903431 1.246135e-08 1
## 2686 2686 GO:0051893 1.254941e-08 1
## 2687 2687 GO:0090109 1.254941e-08 1
## 2688 2688 GO:0048859 1.270036e-08 1
## 2689 2689 GO:0006165 1.294997e-08 1
## 2690 2690 GO:0021846 1.311622e-08 1
## 2691 2691 GO:0021884 1.339341e-08 1
## 2692 2692 GO:0031440 1.349389e-08 1
## 2693 2693 GO:0071384 1.481994e-08 1
## 2694 2694 GO:0030859 1.484284e-08 1
## 2695 2695 GO:0031069 1.495600e-08 1
## 2696 2696 GO:0051298 1.515261e-08 1
## 2697 2697 GO:0072595 1.529514e-08 1
## 2698 2698 GO:0098742 1.563520e-08 1
## 2699 2699 GO:0032272 1.567379e-08 1
## 2700 2700 GO:0099174 1.587000e-08 1
## 2701 2701 GO:0007007 1.596486e-08 1
## 2702 2702 GO:0048880 1.613101e-08 1
## 2703 2703 GO:0048882 1.613101e-08 1
## 2704 2704 GO:0048925 1.613101e-08 1
## 2705 2705 GO:0060966 1.636359e-08 1
## 2706 2706 GO:0060428 1.640396e-08 1
## 2707 2707 GO:0009163 1.658044e-08 1
## 2708 2708 GO:0042455 1.658044e-08 1
## 2709 2709 GO:0061014 1.699822e-08 1
## 2710 2710 GO:0009069 1.723556e-08 1
## 2711 2711 GO:0010656 1.757196e-08 1
## 2712 2712 GO:0051341 1.771877e-08 1
## 2713 2713 GO:0097066 1.772639e-08 1
## 2714 2714 GO:0001711 1.775913e-08 1
## 2715 2715 GO:0016319 1.778617e-08 1
## 2716 2716 GO:0051984 1.793051e-08 1
## 2717 2717 GO:0050820 1.830912e-08 1
## 2718 2718 GO:0009066 1.845465e-08 1
## 2719 2719 GO:0042052 1.863142e-08 1
## 2720 2720 GO:0097553 1.866856e-08 1
## 2721 2721 GO:0035722 1.925677e-08 1
## 2722 2722 GO:0070671 1.925677e-08 1
## 2723 2723 GO:0071349 1.925677e-08 1
## 2724 2724 GO:0021772 1.958396e-08 1
## 2725 2725 GO:0021988 1.958396e-08 1
## 2726 2726 GO:0006919 1.966831e-08 1
## 2727 2727 GO:0050982 1.981548e-08 1
## 2728 2728 GO:0038066 2.005118e-08 1
## 2729 2729 GO:2000001 2.075045e-08 1
## 2730 2730 GO:0032088 2.086854e-08 1
## 2731 2731 GO:0007187 2.156662e-08 1
## 2732 2732 GO:0010172 2.166284e-08 1
## 2733 2733 GO:0002759 2.189734e-08 1
## 2734 2734 GO:0045992 2.212290e-08 1
## 2735 2735 GO:0009914 2.212417e-08 1
## 2736 2736 GO:0032786 2.238943e-08 1
## 2737 2737 GO:0032968 2.238943e-08 1
## 2738 2738 GO:0051985 2.260618e-08 1
## 2739 2739 GO:0002673 2.297420e-08 1
## 2740 2740 GO:0002762 2.353032e-08 1
## 2741 2741 GO:0031076 2.402336e-08 1
## 2742 2742 GO:0048048 2.402336e-08 1
## 2743 2743 GO:0048596 2.402336e-08 1
## 2744 2744 GO:0048149 2.417812e-08 1
## 2745 2745 GO:0006813 2.466013e-08 1
## 2746 2746 GO:0050779 2.499896e-08 1
## 2747 2747 GO:1901673 2.505577e-08 1
## 2748 2748 GO:0032760 2.513118e-08 1
## 2749 2749 GO:1903557 2.513118e-08 1
## 2750 2750 GO:0000096 2.524270e-08 1
## 2751 2751 GO:0006637 2.537622e-08 1
## 2752 2752 GO:0035383 2.537622e-08 1
## 2753 2753 GO:0042308 2.656370e-08 1
## 2754 2754 GO:1904590 2.656370e-08 1
## 2755 2755 GO:0060078 2.686569e-08 1
## 2756 2756 GO:0043470 2.753968e-08 1
## 2757 2757 GO:1905953 2.754134e-08 1
## 2758 2758 GO:0046466 2.808949e-08 1
## 2759 2759 GO:0032459 2.869177e-08 1
## 2760 2760 GO:0035206 2.872218e-08 1
## 2761 2761 GO:0098927 2.905751e-08 1
## 2762 2762 GO:0045907 2.909647e-08 1
## 2763 2763 GO:0002833 2.916137e-08 1
## 2764 2764 GO:0046552 2.961909e-08 1
## 2765 2765 GO:0046849 2.964363e-08 1
## 2766 2766 GO:2000378 3.149203e-08 1
## 2767 2767 GO:0002053 3.271806e-08 1
## 2768 2768 GO:0000291 3.330676e-08 1
## 2769 2769 GO:0043928 3.330676e-08 1
## 2770 2770 GO:0060033 3.334359e-08 1
## 2771 2771 GO:0060976 3.340286e-08 1
## 2772 2772 GO:0008608 3.415744e-08 1
## 2773 2773 GO:0048168 3.433898e-08 1
## 2774 2774 GO:0070977 3.437514e-08 1
## 2775 2775 GO:0061064 3.452496e-08 1
## 2776 2776 GO:0009299 3.467632e-08 1
## 2777 2777 GO:0006636 3.473218e-08 1
## 2778 2778 GO:0032481 3.494896e-08 1
## 2779 2779 GO:0060042 3.535514e-08 1
## 2780 2780 GO:0030511 3.540150e-08 1
## 2781 2781 GO:1903846 3.540150e-08 1
## 2782 2782 GO:0051055 3.595684e-08 1
## 2783 2783 GO:0007062 3.627424e-08 1
## 2784 2784 GO:0048147 3.690710e-08 1
## 2785 2785 GO:0045685 3.693548e-08 1
## 2786 2786 GO:0071364 3.696132e-08 1
## 2787 2787 GO:0060674 3.699651e-08 1
## 2788 2788 GO:0090181 3.840481e-08 1
## 2789 2789 GO:0060740 3.882136e-08 1
## 2790 2790 GO:0040009 3.895681e-08 1
## 2791 2791 GO:0048680 3.941800e-08 1
## 2792 2792 GO:0070572 3.941800e-08 1
## 2793 2793 GO:0060669 4.054743e-08 1
## 2794 2794 GO:0060670 4.054743e-08 1
## 2795 2795 GO:0060713 4.054743e-08 1
## 2796 2796 GO:0060048 4.062560e-08 1
## 2797 2797 GO:0009226 4.299553e-08 1
## 2798 2798 GO:0060179 4.408017e-08 1
## 2799 2799 GO:0046635 4.437273e-08 1
## 2800 2800 GO:0009308 4.458181e-08 1
## 2801 2801 GO:0003401 4.536433e-08 1
## 2802 2802 GO:0072583 4.560405e-08 1
## 2803 2803 GO:0046688 4.563247e-08 1
## 2804 2804 GO:0071867 4.577359e-08 1
## 2805 2805 GO:0071868 4.577359e-08 1
## 2806 2806 GO:0071869 4.577359e-08 1
## 2807 2807 GO:0071870 4.577359e-08 1
## 2808 2808 GO:0016203 4.605586e-08 1
## 2809 2809 GO:0006334 4.641232e-08 1
## 2810 2810 GO:0043154 4.642099e-08 1
## 2811 2811 GO:2000117 4.642099e-08 1
## 2812 2812 GO:0002200 4.653136e-08 1
## 2813 2813 GO:0007602 4.679104e-08 1
## 2814 2814 GO:0046755 4.703154e-08 1
## 2815 2815 GO:0031122 4.737432e-08 1
## 2816 2816 GO:0051782 4.745358e-08 1
## 2817 2817 GO:0007614 4.754526e-08 1
## 2818 2818 GO:1902175 4.758609e-08 1
## 2819 2819 GO:0007370 4.797265e-08 1
## 2820 2820 GO:0031294 4.848584e-08 1
## 2821 2821 GO:0031295 4.848584e-08 1
## 2822 2822 GO:0046631 4.883988e-08 1
## 2823 2823 GO:0030488 5.013607e-08 1
## 2824 2824 GO:0007413 5.124402e-08 1
## 2825 2825 GO:0106030 5.124402e-08 1
## 2826 2826 GO:0002698 5.143988e-08 1
## 2827 2827 GO:2000369 5.192553e-08 1
## 2828 2828 GO:0042255 5.219596e-08 1
## 2829 2829 GO:0030318 5.786190e-08 1
## 2830 2830 GO:0044458 5.912831e-08 1
## 2831 2831 GO:0090207 5.941421e-08 1
## 2832 2832 GO:0033260 6.050328e-08 1
## 2833 2833 GO:0072332 6.091862e-08 1
## 2834 2834 GO:0014911 6.178667e-08 1
## 2835 2835 GO:0098659 6.251094e-08 1
## 2836 2836 GO:0099587 6.251094e-08 1
## 2837 2837 GO:0050868 6.375495e-08 1
## 2838 2838 GO:1903038 6.375495e-08 1
## 2839 2839 GO:0006622 6.473180e-08 1
## 2840 2840 GO:0001541 6.493050e-08 1
## 2841 2841 GO:0051085 6.501692e-08 1
## 2842 2842 GO:0007586 6.510028e-08 1
## 2843 2843 GO:0021696 6.527422e-08 1
## 2844 2844 GO:0090184 6.591282e-08 1
## 2845 2845 GO:0097065 6.629836e-08 1
## 2846 2846 GO:0014041 6.683696e-08 1
## 2847 2847 GO:0014003 6.744215e-08 1
## 2848 2848 GO:0030512 6.748690e-08 1
## 2849 2849 GO:1903845 6.748690e-08 1
## 2850 2850 GO:0010763 6.782028e-08 1
## 2851 2851 GO:0016226 6.881715e-08 1
## 2852 2852 GO:0031163 6.881715e-08 1
## 2853 2853 GO:0046532 7.023085e-08 1
## 2854 2854 GO:0048708 7.081585e-08 1
## 2855 2855 GO:0055090 7.088246e-08 1
## 2856 2856 GO:0070328 7.088246e-08 1
## 2857 2857 GO:0048641 7.115330e-08 1
## 2858 2858 GO:1902074 7.128618e-08 1
## 2859 2859 GO:0033555 7.158006e-08 1
## 2860 2860 GO:2000725 7.376004e-08 1
## 2861 2861 GO:0061063 7.444893e-08 1
## 2862 2862 GO:0060147 7.529283e-08 1
## 2863 2863 GO:0006120 7.589205e-08 1
## 2864 2864 GO:0010043 7.598992e-08 1
## 2865 2865 GO:1904427 7.664394e-08 1
## 2866 2866 GO:1901616 7.695861e-08 1
## 2867 2867 GO:0032528 7.749694e-08 1
## 2868 2868 GO:0032370 7.964491e-08 1
## 2869 2869 GO:0009112 8.101699e-08 1
## 2870 2870 GO:0045646 8.160416e-08 1
## 2871 2871 GO:0002460 8.317701e-08 1
## 2872 2872 GO:0034308 8.336702e-08 1
## 2873 2873 GO:0060045 8.427605e-08 1
## 2874 2874 GO:0043589 8.530053e-08 1
## 2875 2875 GO:0061065 8.551824e-08 1
## 2876 2876 GO:0008542 8.560788e-08 1
## 2877 2877 GO:0010592 8.619042e-08 1
## 2878 2878 GO:1902745 8.619042e-08 1
## 2879 2879 GO:0043331 8.724119e-08 1
## 2880 2880 GO:2000059 8.757371e-08 1
## 2881 2881 GO:1903307 9.112973e-08 1
## 2882 2882 GO:0007031 9.119781e-08 1
## 2883 2883 GO:0007622 9.176145e-08 1
## 2884 2884 GO:0051402 9.247492e-08 1
## 2885 2885 GO:0031102 9.295931e-08 1
## 2886 2886 GO:0033046 9.334331e-08 1
## 2887 2887 GO:0033048 9.334331e-08 1
## 2888 2888 GO:1901658 9.715545e-08 1
## 2889 2889 GO:2001026 9.811093e-08 1
## 2890 2890 GO:0045198 1.000553e-07 1
## 2891 2891 GO:0045022 1.008643e-07 1
## 2892 2892 GO:0036315 1.012275e-07 1
## 2893 2893 GO:0002532 1.013697e-07 1
## 2894 2894 GO:0045143 1.016653e-07 1
## 2895 2895 GO:0000731 1.019315e-07 1
## 2896 2896 GO:0032755 1.034394e-07 1
## 2897 2897 GO:0048808 1.089071e-07 1
## 2898 2898 GO:0000154 1.112531e-07 1
## 2899 2899 GO:0017001 1.117228e-07 1
## 2900 2900 GO:0120033 1.139400e-07 1
## 2901 2901 GO:0071385 1.141137e-07 1
## 2902 2902 GO:0032892 1.147123e-07 1
## 2903 2903 GO:0051954 1.154485e-07 1
## 2904 2904 GO:0009135 1.159308e-07 1
## 2905 2905 GO:0009179 1.159308e-07 1
## 2906 2906 GO:0006213 1.169906e-07 1
## 2907 2907 GO:0051383 1.178226e-07 1
## 2908 2908 GO:0042475 1.194900e-07 1
## 2909 2909 GO:2000648 1.231127e-07 1
## 2910 2910 GO:0051154 1.235081e-07 1
## 2911 2911 GO:0035262 1.251004e-07 1
## 2912 2912 GO:0032801 1.307414e-07 1
## 2913 2913 GO:0046503 1.316165e-07 1
## 2914 2914 GO:0008156 1.326793e-07 1
## 2915 2915 GO:0032350 1.351784e-07 1
## 2916 2916 GO:0046885 1.351784e-07 1
## 2917 2917 GO:0060465 1.405807e-07 1
## 2918 2918 GO:0033013 1.409778e-07 1
## 2919 2919 GO:0042733 1.429539e-07 1
## 2920 2920 GO:0097529 1.442649e-07 1
## 2921 2921 GO:0060612 1.458612e-07 1
## 2922 2922 GO:0001656 1.465990e-07 1
## 2923 2923 GO:1903747 1.467736e-07 1
## 2924 2924 GO:0048844 1.479653e-07 1
## 2925 2925 GO:0097009 1.496207e-07 1
## 2926 2926 GO:0045987 1.524739e-07 1
## 2927 2927 GO:2000677 1.525448e-07 1
## 2928 2928 GO:0090311 1.530608e-07 1
## 2929 2929 GO:0048865 1.532316e-07 1
## 2930 2930 GO:0002637 1.537858e-07 1
## 2931 2931 GO:0033120 1.558579e-07 1
## 2932 2932 GO:1902742 1.564095e-07 1
## 2933 2933 GO:0045912 1.594555e-07 1
## 2934 2934 GO:0009826 1.616851e-07 1
## 2935 2935 GO:1904353 1.661584e-07 1
## 2936 2936 GO:0006893 1.662456e-07 1
## 2937 2937 GO:2000279 1.670788e-07 1
## 2938 2938 GO:2000779 1.683718e-07 1
## 2939 2939 GO:0071398 1.733229e-07 1
## 2940 2940 GO:0043392 1.742125e-07 1
## 2941 2941 GO:1904035 1.748655e-07 1
## 2942 2942 GO:0007494 1.757969e-07 1
## 2943 2943 GO:1903998 1.762930e-07 1
## 2944 2944 GO:0000715 1.776265e-07 1
## 2945 2945 GO:0031648 1.776941e-07 1
## 2946 2946 GO:0070633 1.802916e-07 1
## 2947 2947 GO:0046888 1.819552e-07 1
## 2948 2948 GO:0061001 1.823411e-07 1
## 2949 2949 GO:0043162 1.889422e-07 1
## 2950 2950 GO:0035306 1.912234e-07 1
## 2951 2951 GO:0008363 1.928171e-07 1
## 2952 2952 GO:0035293 1.928171e-07 1
## 2953 2953 GO:0042337 1.928171e-07 1
## 2954 2954 GO:0090382 1.969471e-07 1
## 2955 2955 GO:1903671 1.978876e-07 1
## 2956 2956 GO:0051590 1.980410e-07 1
## 2957 2957 GO:0060632 1.986745e-07 1
## 2958 2958 GO:0097581 2.002034e-07 1
## 2959 2959 GO:1903651 2.019255e-07 1
## 2960 2960 GO:0051125 2.034053e-07 1
## 2961 2961 GO:1903428 2.054207e-07 1
## 2962 2962 GO:0030216 2.054720e-07 1
## 2963 2963 GO:0009064 2.090411e-07 1
## 2964 2964 GO:0061157 2.107365e-07 1
## 2965 2965 GO:1904263 2.124030e-07 1
## 2966 2966 GO:1903533 2.130869e-07 1
## 2967 2967 GO:0009954 2.147081e-07 1
## 2968 2968 GO:0048710 2.148071e-07 1
## 2969 2969 GO:0098586 2.156342e-07 1
## 2970 2970 GO:0044380 2.181614e-07 1
## 2971 2971 GO:0007188 2.206257e-07 1
## 2972 2972 GO:1901799 2.214434e-07 1
## 2973 2973 GO:0045806 2.217177e-07 1
## 2974 2974 GO:0019359 2.224587e-07 1
## 2975 2975 GO:0019363 2.224587e-07 1
## 2976 2976 GO:0000305 2.249019e-07 1
## 2977 2977 GO:0030916 2.251033e-07 1
## 2978 2978 GO:0071600 2.251033e-07 1
## 2979 2979 GO:0036335 2.258511e-07 1
## 2980 2980 GO:0048881 2.262558e-07 1
## 2981 2981 GO:0048915 2.262558e-07 1
## 2982 2982 GO:0048916 2.262558e-07 1
## 2983 2983 GO:0071402 2.263133e-07 1
## 2984 2984 GO:1904886 2.281025e-07 1
## 2985 2985 GO:1903055 2.304719e-07 1
## 2986 2986 GO:0032570 2.316242e-07 1
## 2987 2987 GO:0046632 2.318486e-07 1
## 2988 2988 GO:0051931 2.318611e-07 1
## 2989 2989 GO:0045724 2.328140e-07 1
## 2990 2990 GO:2000641 2.356801e-07 1
## 2991 2991 GO:0006891 2.371562e-07 1
## 2992 2992 GO:0016556 2.396359e-07 1
## 2993 2993 GO:0033762 2.403555e-07 1
## 2994 2994 GO:1901379 2.406656e-07 1
## 2995 2995 GO:0044060 2.417112e-07 1
## 2996 2996 GO:0050850 2.423821e-07 1
## 2997 2997 GO:0001958 2.456831e-07 1
## 2998 2998 GO:0036075 2.456831e-07 1
## 2999 2999 GO:0033238 2.474997e-07 1
## 3000 3000 GO:0000920 2.484885e-07 1
## 3001 3001 GO:0022600 2.511697e-07 1
## 3002 3002 GO:0045669 2.536248e-07 1
## 3003 3003 GO:0032515 2.537011e-07 1
## 3004 3004 GO:0051261 2.567558e-07 1
## 3005 3005 GO:0021680 2.569371e-07 1
## 3006 3006 GO:0032878 2.586327e-07 1
## 3007 3007 GO:2000114 2.586327e-07 1
## 3008 3008 GO:0009262 2.592702e-07 1
## 3009 3009 GO:0008203 2.611416e-07 1
## 3010 3010 GO:0048262 2.714332e-07 1
## 3011 3011 GO:0046785 2.732278e-07 1
## 3012 3012 GO:0021799 2.739348e-07 1
## 3013 3013 GO:0060581 2.760975e-07 1
## 3014 3014 GO:0016242 2.859162e-07 1
## 3015 3015 GO:0006027 2.871874e-07 1
## 3016 3016 GO:0051340 2.904013e-07 1
## 3017 3017 GO:0045682 2.914776e-07 1
## 3018 3018 GO:0060742 2.945678e-07 1
## 3019 3019 GO:0048308 2.952484e-07 1
## 3020 3020 GO:0032720 2.964127e-07 1
## 3021 3021 GO:0006081 2.975322e-07 1
## 3022 3022 GO:0048368 2.981003e-07 1
## 3023 3023 GO:0006576 2.987480e-07 1
## 3024 3024 GO:0019320 3.006259e-07 1
## 3025 3025 GO:0010830 3.061628e-07 1
## 3026 3026 GO:0031101 3.166695e-07 1
## 3027 3027 GO:0042441 3.230291e-07 1
## 3028 3028 GO:0043324 3.230291e-07 1
## 3029 3029 GO:0043474 3.230291e-07 1
## 3030 3030 GO:0048069 3.230291e-07 1
## 3031 3031 GO:1902041 3.239728e-07 1
## 3032 3032 GO:0016137 3.270795e-07 1
## 3033 3033 GO:0009110 3.373988e-07 1
## 3034 3034 GO:0002220 3.375917e-07 1
## 3035 3035 GO:0002223 3.375917e-07 1
## 3036 3036 GO:0042098 3.403704e-07 1
## 3037 3037 GO:0048854 3.405784e-07 1
## 3038 3038 GO:0060100 3.408229e-07 1
## 3039 3039 GO:1905155 3.408229e-07 1
## 3040 3040 GO:0071470 3.431828e-07 1
## 3041 3041 GO:2001169 3.494601e-07 1
## 3042 3042 GO:0001516 3.514315e-07 1
## 3043 3043 GO:0046457 3.514315e-07 1
## 3044 3044 GO:0051155 3.535066e-07 1
## 3045 3045 GO:0035066 3.538703e-07 1
## 3046 3046 GO:2000758 3.538703e-07 1
## 3047 3047 GO:0030837 3.540232e-07 1
## 3048 3048 GO:0051865 3.551251e-07 1
## 3049 3049 GO:0006360 3.563148e-07 1
## 3050 3050 GO:0006361 3.563148e-07 1
## 3051 3051 GO:2000647 3.576458e-07 1
## 3052 3052 GO:0016325 3.578777e-07 1
## 3053 3053 GO:0009218 3.598874e-07 1
## 3054 3054 GO:0046131 3.598874e-07 1
## 3055 3055 GO:0070373 3.627096e-07 1
## 3056 3056 GO:0055026 3.637765e-07 1
## 3057 3057 GO:0006094 3.677087e-07 1
## 3058 3058 GO:0019319 3.677087e-07 1
## 3059 3059 GO:0039702 3.692072e-07 1
## 3060 3060 GO:1902235 3.705524e-07 1
## 3061 3061 GO:0070584 3.710699e-07 1
## 3062 3062 GO:0021602 3.722235e-07 1
## 3063 3063 GO:0038061 3.747875e-07 1
## 3064 3064 GO:0008154 3.765896e-07 1
## 3065 3065 GO:0010092 3.804559e-07 1
## 3066 3066 GO:0048512 3.857292e-07 1
## 3067 3067 GO:0071243 3.863917e-07 1
## 3068 3068 GO:0006625 3.882899e-07 1
## 3069 3069 GO:0043574 3.882899e-07 1
## 3070 3070 GO:0072662 3.882899e-07 1
## 3071 3071 GO:0072663 3.882899e-07 1
## 3072 3072 GO:0071359 3.896553e-07 1
## 3073 3073 GO:0031929 3.901722e-07 1
## 3074 3074 GO:0060251 3.906123e-07 1
## 3075 3075 GO:0043628 4.028354e-07 1
## 3076 3076 GO:1905332 4.063458e-07 1
## 3077 3077 GO:1900424 4.085997e-07 1
## 3078 3078 GO:0001569 4.095250e-07 1
## 3079 3079 GO:0006829 4.120371e-07 1
## 3080 3080 GO:0071577 4.120371e-07 1
## 3081 3081 GO:0002027 4.176754e-07 1
## 3082 3082 GO:0050728 4.213675e-07 1
## 3083 3083 GO:0046329 4.282269e-07 1
## 3084 3084 GO:0051283 4.325580e-07 1
## 3085 3085 GO:0030858 4.378004e-07 1
## 3086 3086 GO:0006418 4.379918e-07 1
## 3087 3087 GO:0043038 4.379918e-07 1
## 3088 3088 GO:0043039 4.379918e-07 1
## 3089 3089 GO:0007044 4.399685e-07 1
## 3090 3090 GO:0016101 4.416590e-07 1
## 3091 3091 GO:0030716 4.459274e-07 1
## 3092 3092 GO:0002784 4.492285e-07 1
## 3093 3093 GO:1904705 4.509154e-07 1
## 3094 3094 GO:0042590 4.583748e-07 1
## 3095 3095 GO:0010828 4.598738e-07 1
## 3096 3096 GO:0046326 4.598738e-07 1
## 3097 3097 GO:0002688 4.623288e-07 1
## 3098 3098 GO:0002690 4.623288e-07 1
## 3099 3099 GO:0003333 4.623770e-07 1
## 3100 3100 GO:0001776 4.625868e-07 1
## 3101 3101 GO:0002260 4.625868e-07 1
## 3102 3102 GO:0031290 4.667282e-07 1
## 3103 3103 GO:0030431 4.758097e-07 1
## 3104 3104 GO:0045851 4.806750e-07 1
## 3105 3105 GO:0051452 4.806750e-07 1
## 3106 3106 GO:0016198 4.809755e-07 1
## 3107 3107 GO:0016199 4.809755e-07 1
## 3108 3108 GO:1901021 4.859785e-07 1
## 3109 3109 GO:0045494 4.907858e-07 1
## 3110 3110 GO:0046782 4.913234e-07 1
## 3111 3111 GO:0043652 4.978023e-07 1
## 3112 3112 GO:0030903 4.989808e-07 1
## 3113 3113 GO:0006835 5.031720e-07 1
## 3114 3114 GO:0061045 5.062769e-07 1
## 3115 3115 GO:0060964 5.281831e-07 1
## 3116 3116 GO:0030194 5.351008e-07 1
## 3117 3117 GO:1900048 5.351008e-07 1
## 3118 3118 GO:0060324 5.374736e-07 1
## 3119 3119 GO:0006356 5.416892e-07 1
## 3120 3120 GO:0017158 5.446783e-07 1
## 3121 3121 GO:0022602 5.517235e-07 1
## 3122 3122 GO:0042698 5.517235e-07 1
## 3123 3123 GO:0048255 5.647158e-07 1
## 3124 3124 GO:1902373 5.647158e-07 1
## 3125 3125 GO:0090270 5.647316e-07 1
## 3126 3126 GO:0070206 5.677282e-07 1
## 3127 3127 GO:0014016 5.767124e-07 1
## 3128 3128 GO:0060788 5.811202e-07 1
## 3129 3129 GO:0001737 5.833526e-07 1
## 3130 3130 GO:0098751 5.856815e-07 1
## 3131 3131 GO:0051966 5.910356e-07 1
## 3132 3132 GO:0060393 5.943267e-07 1
## 3133 3133 GO:0003351 6.054698e-07 1
## 3134 3134 GO:0070498 6.094830e-07 1
## 3135 3135 GO:0099172 6.171411e-07 1
## 3136 3136 GO:0032330 6.249546e-07 1
## 3137 3137 GO:0044273 6.288642e-07 1
## 3138 3138 GO:0010677 6.375897e-07 1
## 3139 3139 GO:0033866 6.445499e-07 1
## 3140 3140 GO:0034030 6.445499e-07 1
## 3141 3141 GO:0034033 6.445499e-07 1
## 3142 3142 GO:0072528 6.468970e-07 1
## 3143 3143 GO:2000826 6.497951e-07 1
## 3144 3144 GO:0090306 6.571078e-07 1
## 3145 3145 GO:0008334 6.642436e-07 1
## 3146 3146 GO:0010517 6.746215e-07 1
## 3147 3147 GO:1900274 6.746215e-07 1
## 3148 3148 GO:0031646 6.916491e-07 1
## 3149 3149 GO:0034508 6.954747e-07 1
## 3150 3150 GO:0006294 7.018372e-07 1
## 3151 3151 GO:0006851 7.052846e-07 1
## 3152 3152 GO:0071698 7.109200e-07 1
## 3153 3153 GO:0071699 7.109200e-07 1
## 3154 3154 GO:0007509 7.134024e-07 1
## 3155 3155 GO:0051304 7.153274e-07 1
## 3156 3156 GO:0007300 7.165166e-07 1
## 3157 3157 GO:0035735 7.186311e-07 1
## 3158 3158 GO:0001755 7.399966e-07 1
## 3159 3159 GO:0006301 7.452047e-07 1
## 3160 3160 GO:0070050 7.473345e-07 1
## 3161 3161 GO:0060079 7.544231e-07 1
## 3162 3162 GO:0099565 7.544231e-07 1
## 3163 3163 GO:0044818 7.605267e-07 1
## 3164 3164 GO:0010042 7.674041e-07 1
## 3165 3165 GO:0046638 7.730988e-07 1
## 3166 3166 GO:0001935 7.772172e-07 1
## 3167 3167 GO:0032410 7.917049e-07 1
## 3168 3168 GO:0032413 7.917049e-07 1
## 3169 3169 GO:0043619 8.107843e-07 1
## 3170 3170 GO:0032881 8.158746e-07 1
## 3171 3171 GO:0007484 8.198520e-07 1
## 3172 3172 GO:0007485 8.198520e-07 1
## 3173 3173 GO:0000303 8.435691e-07 1
## 3174 3174 GO:0055094 8.451727e-07 1
## 3175 3175 GO:0071404 8.451727e-07 1
## 3176 3176 GO:0097502 8.514370e-07 1
## 3177 3177 GO:0061005 8.564913e-07 1
## 3178 3178 GO:0045540 8.764340e-07 1
## 3179 3179 GO:0106118 8.764340e-07 1
## 3180 3180 GO:1903959 8.857422e-07 1
## 3181 3181 GO:0048146 8.871797e-07 1
## 3182 3182 GO:0061318 8.918920e-07 1
## 3183 3183 GO:0034333 8.931765e-07 1
## 3184 3184 GO:0036065 8.963166e-07 1
## 3185 3185 GO:0045429 8.972296e-07 1
## 3186 3186 GO:1904407 8.972296e-07 1
## 3187 3187 GO:0009047 8.979980e-07 1
## 3188 3188 GO:0010002 9.005302e-07 1
## 3189 3189 GO:0033627 9.346993e-07 1
## 3190 3190 GO:0035924 9.394287e-07 1
## 3191 3191 GO:0035418 9.501940e-07 1
## 3192 3192 GO:0048753 9.505810e-07 1
## 3193 3193 GO:0035330 9.541714e-07 1
## 3194 3194 GO:0030104 9.555498e-07 1
## 3195 3195 GO:0072698 9.662233e-07 1
## 3196 3196 GO:0003149 9.671869e-07 1
## 3197 3197 GO:2000542 9.671869e-07 1
## 3198 3198 GO:1903779 9.695245e-07 1
## 3199 3199 GO:0090322 9.699710e-07 1
## 3200 3200 GO:1904063 9.764925e-07 1
## 3201 3201 GO:0007076 9.795344e-07 1
## 3202 3202 GO:0071805 9.887149e-07 1
## 3203 3203 GO:0022611 9.888203e-07 1
## 3204 3204 GO:0030706 9.913305e-07 1
## 3205 3205 GO:0033619 9.976089e-07 1
## 3206 3206 GO:0033275 9.978680e-07 1
## 3207 3207 GO:2000191 1.009132e-06 1
## 3208 3208 GO:0070306 1.009881e-06 1
## 3209 3209 GO:0071071 1.015035e-06 1
## 3210 3210 GO:0030032 1.016540e-06 1
## 3211 3211 GO:0032042 1.024710e-06 1
## 3212 3212 GO:0014015 1.026555e-06 1
## 3213 3213 GO:0035461 1.033749e-06 1
## 3214 3214 GO:0051180 1.033749e-06 1
## 3215 3215 GO:1902305 1.035839e-06 1
## 3216 3216 GO:0000422 1.050058e-06 1
## 3217 3217 GO:0061726 1.050058e-06 1
## 3218 3218 GO:0060977 1.051198e-06 1
## 3219 3219 GO:0051569 1.051753e-06 1
## 3220 3220 GO:0008535 1.057201e-06 1
## 3221 3221 GO:0019080 1.068569e-06 1
## 3222 3222 GO:0018279 1.075787e-06 1
## 3223 3223 GO:0034381 1.081385e-06 1
## 3224 3224 GO:0034383 1.081385e-06 1
## 3225 3225 GO:0010966 1.081650e-06 1
## 3226 3226 GO:0071168 1.087634e-06 1
## 3227 3227 GO:0070884 1.089451e-06 1
## 3228 3228 GO:0106056 1.089451e-06 1
## 3229 3229 GO:1902855 1.089653e-06 1
## 3230 3230 GO:1902857 1.089653e-06 1
## 3231 3231 GO:0045466 1.101547e-06 1
## 3232 3232 GO:0001539 1.105539e-06 1
## 3233 3233 GO:0060285 1.105539e-06 1
## 3234 3234 GO:0032875 1.124444e-06 1
## 3235 3235 GO:0070059 1.125413e-06 1
## 3236 3236 GO:0001945 1.127198e-06 1
## 3237 3237 GO:2000178 1.133136e-06 1
## 3238 3238 GO:0050994 1.138784e-06 1
## 3239 3239 GO:0035094 1.140084e-06 1
## 3240 3240 GO:0070986 1.147611e-06 1
## 3241 3241 GO:0043113 1.151357e-06 1
## 3242 3242 GO:0019730 1.166415e-06 1
## 3243 3243 GO:0032222 1.185849e-06 1
## 3244 3244 GO:0006004 1.192275e-06 1
## 3245 3245 GO:0050886 1.193465e-06 1
## 3246 3246 GO:0001893 1.200865e-06 1
## 3247 3247 GO:0045446 1.225103e-06 1
## 3248 3248 GO:1901797 1.231627e-06 1
## 3249 3249 GO:0006030 1.240915e-06 1
## 3250 3250 GO:0060281 1.242078e-06 1
## 3251 3251 GO:0015695 1.242497e-06 1
## 3252 3252 GO:0048662 1.244242e-06 1
## 3253 3253 GO:0015909 1.253184e-06 1
## 3254 3254 GO:0050849 1.282673e-06 1
## 3255 3255 GO:0043242 1.283646e-06 1
## 3256 3256 GO:1901880 1.283646e-06 1
## 3257 3257 GO:0006691 1.285698e-06 1
## 3258 3258 GO:0060602 1.308046e-06 1
## 3259 3259 GO:0042509 1.315886e-06 1
## 3260 3260 GO:0001759 1.319776e-06 1
## 3261 3261 GO:0006726 1.348643e-06 1
## 3262 3262 GO:0007469 1.350202e-06 1
## 3263 3263 GO:0060442 1.350965e-06 1
## 3264 3264 GO:0003416 1.431315e-06 1
## 3265 3265 GO:0098868 1.431315e-06 1
## 3266 3266 GO:0071711 1.440801e-06 1
## 3267 3267 GO:1905208 1.448250e-06 1
## 3268 3268 GO:0006687 1.454740e-06 1
## 3269 3269 GO:0045792 1.462837e-06 1
## 3270 3270 GO:0035329 1.467324e-06 1
## 3271 3271 GO:0035285 1.479857e-06 1
## 3272 3272 GO:0036011 1.479857e-06 1
## 3273 3273 GO:0030049 1.499689e-06 1
## 3274 3274 GO:0016444 1.548649e-06 1
## 3275 3275 GO:0002183 1.551828e-06 1
## 3276 3276 GO:0051209 1.559528e-06 1
## 3277 3277 GO:0051955 1.563455e-06 1
## 3278 3278 GO:0000380 1.569269e-06 1
## 3279 3279 GO:0070286 1.569511e-06 1
## 3280 3280 GO:0007585 1.572637e-06 1
## 3281 3281 GO:0031571 1.584046e-06 1
## 3282 3282 GO:0044819 1.584046e-06 1
## 3283 3283 GO:0006369 1.600320e-06 1
## 3284 3284 GO:0044837 1.601827e-06 1
## 3285 3285 GO:0008090 1.632512e-06 1
## 3286 3286 GO:0032663 1.634552e-06 1
## 3287 3287 GO:0022028 1.653321e-06 1
## 3288 3288 GO:0060896 1.659869e-06 1
## 3289 3289 GO:0010463 1.708019e-06 1
## 3290 3290 GO:0007020 1.728640e-06 1
## 3291 3291 GO:0010596 1.783011e-06 1
## 3292 3292 GO:0035212 1.822389e-06 1
## 3293 3293 GO:0007215 1.841504e-06 1
## 3294 3294 GO:0051645 1.851209e-06 1
## 3295 3295 GO:0002449 1.873680e-06 1
## 3296 3296 GO:0097150 1.901672e-06 1
## 3297 3297 GO:0070723 1.903116e-06 1
## 3298 3298 GO:0048070 1.915745e-06 1
## 3299 3299 GO:0016601 1.915859e-06 1
## 3300 3300 GO:0034975 1.927291e-06 1
## 3301 3301 GO:0016486 1.943733e-06 1
## 3302 3302 GO:0002709 1.961829e-06 1
## 3303 3303 GO:0034501 1.967283e-06 1
## 3304 3304 GO:0071459 1.967283e-06 1
## 3305 3305 GO:0033962 1.970593e-06 1
## 3306 3306 GO:2000104 1.982552e-06 1
## 3307 3307 GO:0038083 2.006222e-06 1
## 3308 3308 GO:0001782 2.022346e-06 1
## 3309 3309 GO:0002312 2.028487e-06 1
## 3310 3310 GO:0010662 2.041679e-06 1
## 3311 3311 GO:0010665 2.041679e-06 1
## 3312 3312 GO:0002931 2.044793e-06 1
## 3313 3313 GO:1903146 2.049841e-06 1
## 3314 3314 GO:0061951 2.052968e-06 1
## 3315 3315 GO:0045168 2.078453e-06 1
## 3316 3316 GO:0046331 2.078453e-06 1
## 3317 3317 GO:0006376 2.091756e-06 1
## 3318 3318 GO:2001028 2.105512e-06 1
## 3319 3319 GO:0032369 2.126675e-06 1
## 3320 3320 GO:0060572 2.130452e-06 1
## 3321 3321 GO:0060601 2.130452e-06 1
## 3322 3322 GO:0051124 2.135637e-06 1
## 3323 3323 GO:0010884 2.180534e-06 1
## 3324 3324 GO:0045742 2.215992e-06 1
## 3325 3325 GO:1901186 2.215992e-06 1
## 3326 3326 GO:0007112 2.229770e-06 1
## 3327 3327 GO:0050908 2.241303e-06 1
## 3328 3328 GO:0050962 2.241303e-06 1
## 3329 3329 GO:0035166 2.297748e-06 1
## 3330 3330 GO:0007303 2.323235e-06 1
## 3331 3331 GO:0032655 2.326553e-06 1
## 3332 3332 GO:0045981 2.358466e-06 1
## 3333 3333 GO:1900544 2.358466e-06 1
## 3334 3334 GO:1903580 2.358466e-06 1
## 3335 3335 GO:0032094 2.362323e-06 1
## 3336 3336 GO:0019985 2.363759e-06 1
## 3337 3337 GO:0071474 2.374392e-06 1
## 3338 3338 GO:0045454 2.407975e-06 1
## 3339 3339 GO:1900024 2.437046e-06 1
## 3340 3340 GO:0010614 2.439783e-06 1
## 3341 3341 GO:0014741 2.439783e-06 1
## 3342 3342 GO:0006221 2.442245e-06 1
## 3343 3343 GO:0030238 2.464609e-06 1
## 3344 3344 GO:0040020 2.502066e-06 1
## 3345 3345 GO:0051560 2.506000e-06 1
## 3346 3346 GO:0019371 2.516310e-06 1
## 3347 3347 GO:0070828 2.518833e-06 1
## 3348 3348 GO:1902253 2.533632e-06 1
## 3349 3349 GO:0061099 2.562234e-06 1
## 3350 3350 GO:0090503 2.570195e-06 1
## 3351 3351 GO:0002251 2.575921e-06 1
## 3352 3352 GO:0002385 2.575921e-06 1
## 3353 3353 GO:0030201 2.581064e-06 1
## 3354 3354 GO:0061003 2.592255e-06 1
## 3355 3355 GO:0051930 2.592537e-06 1
## 3356 3356 GO:2000106 2.607516e-06 1
## 3357 3357 GO:0009395 2.630735e-06 1
## 3358 3358 GO:0062033 2.665257e-06 1
## 3359 3359 GO:0048008 2.677388e-06 1
## 3360 3360 GO:0016476 2.690398e-06 1
## 3361 3361 GO:0007483 2.724697e-06 1
## 3362 3362 GO:0035126 2.724697e-06 1
## 3363 3363 GO:0048803 2.724697e-06 1
## 3364 3364 GO:0048805 2.724697e-06 1
## 3365 3365 GO:0051231 2.734561e-06 1
## 3366 3366 GO:0014042 2.773118e-06 1
## 3367 3367 GO:2000514 2.804621e-06 1
## 3368 3368 GO:0045980 2.821157e-06 1
## 3369 3369 GO:1900543 2.821157e-06 1
## 3370 3370 GO:1903579 2.821157e-06 1
## 3371 3371 GO:0032885 2.825137e-06 1
## 3372 3372 GO:0071480 2.843937e-06 1
## 3373 3373 GO:2000401 2.844219e-06 1
## 3374 3374 GO:0072348 2.846446e-06 1
## 3375 3375 GO:0006739 2.846597e-06 1
## 3376 3376 GO:1903427 2.856170e-06 1
## 3377 3377 GO:0097094 2.964407e-06 1
## 3378 3378 GO:0070873 2.997435e-06 1
## 3379 3379 GO:0021904 3.016367e-06 1
## 3380 3380 GO:0061178 3.054799e-06 1
## 3381 3381 GO:0045196 3.061147e-06 1
## 3382 3382 GO:0048873 3.100342e-06 1
## 3383 3383 GO:0005575 0.000000e+00 1
## 3384 3384 GO:0005622 0.000000e+00 1
## 3385 3385 GO:0005634 0.000000e+00 1
## 3386 3386 GO:0005654 0.000000e+00 1
## 3387 3387 GO:0005737 0.000000e+00 1
## 3388 3388 GO:0005829 0.000000e+00 1
## 3389 3389 GO:0005886 0.000000e+00 1
## 3390 3390 GO:0012505 0.000000e+00 1
## 3391 3391 GO:0016020 0.000000e+00 1
## 3392 3392 GO:0031090 0.000000e+00 1
## 3393 3393 GO:0031974 0.000000e+00 1
## 3394 3394 GO:0031981 0.000000e+00 1
## 3395 3395 GO:0032991 0.000000e+00 1
## 3396 3396 GO:0043226 0.000000e+00 1
## 3397 3397 GO:0043227 0.000000e+00 1
## 3398 3398 GO:0043228 0.000000e+00 1
## 3399 3399 GO:0043229 0.000000e+00 1
## 3400 3400 GO:0043231 0.000000e+00 1
## 3401 3401 GO:0043232 0.000000e+00 1
## 3402 3402 GO:0043233 0.000000e+00 1
## 3403 3403 GO:0070013 0.000000e+00 1
## 3404 3404 GO:0071944 0.000000e+00 1
## 3405 3405 GO:0031982 5.722014e-292 1
## 3406 3406 GO:0031410 1.541676e-279 1
## 3407 3407 GO:0097708 1.541676e-279 1
## 3408 3408 GO:0042995 1.880729e-264 1
## 3409 3409 GO:0120025 9.053666e-262 1
## 3410 3410 GO:0005856 7.380763e-237 1
## 3411 3411 GO:0005783 1.674193e-228 1
## 3412 3412 GO:0005739 1.484785e-226 1
## 3413 3413 GO:0098588 8.037598e-218 1
## 3414 3414 GO:1902494 3.030198e-209 1
## 3415 3415 GO:0005794 6.274836e-184 1
## 3416 3416 GO:0031984 1.750274e-182 1
## 3417 3417 GO:0043005 1.001485e-175 1
## 3418 3418 GO:0015630 5.481971e-169 1
## 3419 3419 GO:1990904 3.303720e-167 1
## 3420 3420 GO:0031967 7.144504e-164 1
## 3421 3421 GO:0031975 7.144504e-164 1
## 3422 3422 GO:0005576 4.437147e-159 1
## 3423 3423 GO:0005730 1.554490e-152 1
## 3424 3424 GO:0005768 2.763380e-150 1
## 3425 3425 GO:0005694 2.197190e-149 1
## 3426 3426 GO:0036477 4.046678e-135 1
## 3427 3427 GO:0045202 2.311549e-123 1
## 3428 3428 GO:0098590 3.466252e-122 1
## 3429 3429 GO:0042175 1.434383e-120 1
## 3430 3430 GO:0005789 3.143344e-115 1
## 3431 3431 GO:0098827 3.143344e-115 1
## 3432 3432 GO:0048471 8.171343e-112 1
## 3433 3433 GO:0099503 1.134299e-111 1
## 3434 3434 GO:0044297 1.784681e-111 1
## 3435 3435 GO:1990234 1.237048e-109 1
## 3436 3436 GO:0098796 1.777515e-108 1
## 3437 3437 GO:0016604 4.971759e-108 1
## 3438 3438 GO:0005815 1.964976e-106 1
## 3439 3439 GO:0043025 2.886810e-101 1
## 3440 3440 GO:0005773 3.131137e-100 1
## 3441 3441 GO:0099568 1.621307e-96 1
## 3442 3442 GO:0030425 2.719721e-96 1
## 3443 3443 GO:0097447 2.719721e-96 1
## 3444 3444 GO:0030141 4.872083e-95 1
## 3445 3445 GO:0005929 4.629568e-94 1
## 3446 3446 GO:0005740 7.904503e-94 1
## 3447 3447 GO:0098791 7.551372e-93 1
## 3448 3448 GO:0030424 5.343897e-92 1
## 3449 3449 GO:0031966 4.217291e-90 1
## 3450 3450 GO:0099080 1.195622e-86 1
## 3451 3451 GO:0099081 5.295192e-86 1
## 3452 3452 GO:0099512 5.295192e-86 1
## 3453 3453 GO:0000323 3.797429e-85 1
## 3454 3454 GO:0005813 1.706739e-84 1
## 3455 3455 GO:0005764 2.948318e-83 1
## 3456 3456 GO:0012506 7.851592e-78 1
## 3457 3457 GO:0030054 1.608776e-77 1
## 3458 3458 GO:0005615 3.399251e-77 1
## 3459 3459 GO:0045177 4.028746e-75 1
## 3460 3460 GO:0000228 1.739038e-74 1
## 3461 3461 GO:0000139 1.700638e-72 1
## 3462 3462 GO:0005635 1.727368e-72 1
## 3463 3463 GO:0005938 1.932065e-72 1
## 3464 3464 GO:0000785 7.491092e-72 1
## 3465 3465 GO:0030659 2.662117e-71 1
## 3466 3466 GO:0005759 7.531620e-71 1
## 3467 3467 GO:0019866 9.616976e-70 1
## 3468 3468 GO:0005743 1.311621e-65 1
## 3469 3469 GO:0010008 5.781826e-60 1
## 3470 3470 GO:0009986 7.632401e-59 1
## 3471 3471 GO:0005769 3.651465e-57 1
## 3472 3472 GO:0016607 2.558375e-55 1
## 3473 3473 GO:0005819 3.115847e-55 1
## 3474 3474 GO:0098793 2.013234e-54 1
## 3475 3475 GO:0098687 3.472828e-54 1
## 3476 3476 GO:0099513 4.277116e-54 1
## 3477 3477 GO:0150034 1.450951e-53 1
## 3478 3478 GO:0030133 5.970468e-53 1
## 3479 3479 GO:0098552 7.979392e-53 1
## 3480 3480 GO:0031252 2.641229e-52 1
## 3481 3481 GO:0015629 2.126704e-51 1
## 3482 3482 GO:0098794 3.652918e-50 1
## 3483 3483 GO:0005911 5.167722e-50 1
## 3484 3484 GO:0016324 9.386207e-50 1
## 3485 3485 GO:0031983 4.816162e-45 1
## 3486 3486 GO:0098798 6.293932e-44 1
## 3487 3487 GO:0060205 8.067013e-44 1
## 3488 3488 GO:0031253 8.369669e-43 1
## 3489 3489 GO:0035770 1.272518e-42 1
## 3490 3490 GO:0005770 2.407170e-42 1
## 3491 3491 GO:0000151 5.313322e-42 1
## 3492 3492 GO:0030139 1.775768e-41 1
## 3493 3493 GO:0034774 1.878500e-41 1
## 3494 3494 GO:0030135 9.567387e-41 1
## 3495 3495 GO:0036464 1.662932e-40 1
## 3496 3496 GO:0045121 4.703622e-40 1
## 3497 3497 GO:0098857 4.703622e-40 1
## 3498 3498 GO:0005774 1.082102e-39 1
## 3499 3499 GO:0005681 7.501159e-39 1
## 3500 3500 GO:0005874 2.404409e-38 1
## 3501 3501 GO:0055037 2.845512e-38 1
## 3502 3502 GO:0005788 5.737392e-38 1
## 3503 3503 GO:0005667 1.629790e-37 1
## 3504 3504 GO:0030496 2.734317e-37 1
## 3505 3505 GO:0019898 3.001960e-37 1
## 3506 3506 GO:0031965 3.437121e-37 1
## 3507 3507 GO:0098562 4.555912e-37 1
## 3508 3508 GO:0005840 1.130495e-35 1
## 3509 3509 GO:0030427 2.003231e-35 1
## 3510 3510 GO:0000775 2.872049e-35 1
## 3511 3511 GO:0043292 2.036216e-34 1
## 3512 3512 GO:0098797 2.524428e-34 1
## 3513 3513 GO:0005875 3.858360e-34 1
## 3514 3514 GO:0061695 7.734821e-34 1
## 3515 3515 GO:0043209 1.405179e-33 1
## 3516 3516 GO:0030426 2.755213e-33 1
## 3517 3517 GO:0009898 2.768046e-32 1
## 3518 3518 GO:0030667 3.330141e-32 1
## 3519 3519 GO:0005912 7.056900e-32 1
## 3520 3520 GO:0070161 7.056900e-32 1
## 3521 3521 GO:0098852 8.032257e-32 1
## 3522 3522 GO:0098984 1.189950e-31 1
## 3523 3523 GO:0000793 3.119839e-31 1
## 3524 3524 GO:0005765 6.021232e-31 1
## 3525 3525 GO:0005802 6.429760e-31 1
## 3526 3526 GO:0032279 6.823227e-31 1
## 3527 3527 GO:0099572 2.199634e-30 1
## 3528 3528 GO:0098862 3.939109e-30 1
## 3529 3529 GO:0044391 9.954579e-30 1
## 3530 3530 GO:0101002 1.071031e-29 1
## 3531 3531 GO:0014069 1.206314e-29 1
## 3532 3532 GO:0034399 1.400297e-29 1
## 3533 3533 GO:0000776 2.475951e-29 1
## 3534 3534 GO:0016323 4.646093e-29 1
## 3535 3535 GO:0043197 2.204912e-28 1
## 3536 3536 GO:0044309 2.204912e-28 1
## 3537 3537 GO:0031461 2.846345e-28 1
## 3538 3538 GO:0001726 6.564884e-28 1
## 3539 3539 GO:0070382 7.951954e-28 1
## 3540 3540 GO:0030016 1.114367e-27 1
## 3541 3541 GO:0097730 1.584595e-27 1
## 3542 3542 GO:0005775 1.960346e-27 1
## 3543 3543 GO:0032838 4.234770e-27 1
## 3544 3544 GO:0005798 4.997489e-27 1
## 3545 3545 GO:0031514 1.451893e-26 1
## 3546 3546 GO:0001650 2.382004e-26 1
## 3547 3547 GO:0030017 1.052909e-25 1
## 3548 3548 GO:0019867 1.872691e-25 1
## 3549 3549 GO:0031968 1.872691e-25 1
## 3550 3550 GO:0098858 2.798396e-25 1
## 3551 3551 GO:0005700 5.609302e-25 1
## 3552 3552 GO:0044306 7.540437e-25 1
## 3553 3553 GO:0005766 7.753925e-25 1
## 3554 3554 GO:0042582 7.753925e-25 1
## 3555 3555 GO:0036064 1.139891e-24 1
## 3556 3556 GO:0030662 1.140357e-24 1
## 3557 3557 GO:0072686 1.390101e-24 1
## 3558 3558 GO:0008021 1.719844e-24 1
## 3559 3559 GO:0005795 1.864103e-24 1
## 3560 3560 GO:0000922 2.436432e-24 1
## 3561 3561 GO:0030136 5.325124e-24 1
## 3562 3562 GO:1904813 5.401500e-24 1
## 3563 3563 GO:0071013 5.654243e-24 1
## 3564 3564 GO:0030684 9.774645e-24 1
## 3565 3565 GO:0043235 1.081756e-23 1
## 3566 3566 GO:0097060 3.299767e-23 1
## 3567 3567 GO:0030027 4.734357e-23 1
## 3568 3568 GO:0043679 1.048169e-22 1
## 3569 3569 GO:0005741 3.527748e-22 1
## 3570 3570 GO:0120114 6.356168e-22 1
## 3571 3571 GO:0045335 1.446825e-21 1
## 3572 3572 GO:0032153 2.140856e-21 1
## 3573 3573 GO:0031256 3.144648e-21 1
## 3574 3574 GO:0098800 4.553904e-21 1
## 3575 3575 GO:0097014 4.980454e-21 1
## 3576 3576 GO:0005791 5.598420e-21 1
## 3577 3577 GO:0005903 6.726913e-21 1
## 3578 3578 GO:0000428 2.027138e-20 1
## 3579 3579 GO:0030880 2.027138e-20 1
## 3580 3580 GO:0055029 2.027138e-20 1
## 3581 3581 GO:0005930 2.281251e-20 1
## 3582 3582 GO:0099738 2.534070e-20 1
## 3583 3583 GO:0031901 3.086841e-20 1
## 3584 3584 GO:0031594 3.726927e-20 1
## 3585 3585 GO:0016363 4.536314e-20 1
## 3586 3586 GO:0031012 5.041427e-20 1
## 3587 3587 GO:0005793 5.469393e-20 1
## 3588 3588 GO:0030532 7.961505e-20 1
## 3589 3589 GO:0015934 1.013166e-19 1
## 3590 3590 GO:0097729 1.260894e-19 1
## 3591 3591 GO:0000932 1.328412e-19 1
## 3592 3592 GO:0000313 1.391046e-19 1
## 3593 3593 GO:0005761 1.391046e-19 1
## 3594 3594 GO:0090575 2.885627e-19 1
## 3595 3595 GO:1905368 3.669398e-19 1
## 3596 3596 GO:0005684 3.994430e-19 1
## 3597 3597 GO:0032154 4.966260e-19 1
## 3598 3598 GO:0034708 7.630695e-19 1
## 3599 3599 GO:0030666 1.007947e-18 1
## 3600 3600 GO:0036126 1.105931e-18 1
## 3601 3601 GO:0030055 2.611971e-18 1
## 3602 3602 GO:0044853 2.811456e-18 1
## 3603 3603 GO:0035578 3.023028e-18 1
## 3604 3604 GO:0005777 3.191194e-18 1
## 3605 3605 GO:0042579 3.191194e-18 1
## 3606 3606 GO:0043296 5.420580e-18 1
## 3607 3607 GO:0031248 1.244387e-17 1
## 3608 3608 GO:1902493 1.244387e-17 1
## 3609 3609 GO:0031985 3.488092e-17 1
## 3610 3610 GO:0016591 3.763906e-17 1
## 3611 3611 GO:0000123 5.200499e-17 1
## 3612 3612 GO:1904949 6.479612e-17 1
## 3613 3613 GO:1990204 9.330750e-17 1
## 3614 3614 GO:0031902 1.136923e-16 1
## 3615 3615 GO:0000794 1.230184e-16 1
## 3616 3616 GO:0019897 1.353365e-16 1
## 3617 3617 GO:0031674 1.676517e-16 1
## 3618 3618 GO:0030658 3.406771e-16 1
## 3619 3619 GO:0043195 5.329244e-16 1
## 3620 3620 GO:0005925 6.452144e-16 1
## 3621 3621 GO:0045179 7.186359e-16 1
## 3622 3622 GO:0043202 7.232389e-16 1
## 3623 3623 GO:0045495 7.652440e-16 1
## 3624 3624 GO:0042581 1.870232e-15 1
## 3625 3625 GO:0097731 2.195797e-15 1
## 3626 3626 GO:0097733 2.195797e-15 1
## 3627 3627 GO:0097525 3.326930e-15 1
## 3628 3628 GO:0030018 3.578736e-15 1
## 3629 3629 GO:0005876 6.582066e-15 1
## 3630 3630 GO:0030660 1.095249e-14 1
## 3631 3631 GO:0042383 1.759618e-14 1
## 3632 3632 GO:0019005 1.856185e-14 1
## 3633 3633 GO:0022626 2.486932e-14 1
## 3634 3634 GO:1902562 2.667235e-14 1
## 3635 3635 GO:0005901 4.141157e-14 1
## 3636 3636 GO:1990351 4.457044e-14 1
## 3637 3637 GO:0005643 4.544699e-14 1
## 3638 3638 GO:0032993 4.747391e-14 1
## 3639 3639 GO:0042734 5.286754e-14 1
## 3640 3640 GO:0000792 6.009217e-14 1
## 3641 3641 GO:0071007 6.754737e-14 1
## 3642 3642 GO:0035869 1.014806e-13 1
## 3643 3643 GO:0030665 1.936440e-13 1
## 3644 3644 GO:0031234 1.980101e-13 1
## 3645 3645 GO:0009897 1.998901e-13 1
## 3646 3646 GO:0045178 2.393937e-13 1
## 3647 3647 GO:0045211 2.415962e-13 1
## 3648 3648 GO:0032587 2.545184e-13 1
## 3649 3649 GO:0005746 3.189823e-13 1
## 3650 3650 GO:0070469 3.189823e-13 1
## 3651 3651 GO:0070603 3.358070e-13 1
## 3652 3652 GO:0060293 3.567985e-13 1
## 3653 3653 GO:0097546 3.687904e-13 1
## 3654 3654 GO:0000779 4.850035e-13 1
## 3655 3655 GO:0060170 5.084721e-13 1
## 3656 3656 GO:0030863 5.496300e-13 1
## 3657 3657 GO:0030117 5.600274e-13 1
## 3658 3658 GO:0048475 5.600274e-13 1
## 3659 3659 GO:0005881 5.868081e-13 1
## 3660 3660 GO:0005776 5.869077e-13 1
## 3661 3661 GO:0005790 5.928299e-13 1
## 3662 3662 GO:0080008 6.220248e-13 1
## 3663 3663 GO:0005814 6.600840e-13 1
## 3664 3664 GO:0043204 6.962716e-13 1
## 3665 3665 GO:0071011 7.926160e-13 1
## 3666 3666 GO:0062023 7.996398e-13 1
## 3667 3667 GO:0005902 8.352925e-13 1
## 3668 3668 GO:0070820 1.074240e-12 1
## 3669 3669 GO:0005884 1.150508e-12 1
## 3670 3670 GO:0005871 2.413602e-12 1
## 3671 3671 GO:0016234 2.478205e-12 1
## 3672 3672 GO:0035097 2.811688e-12 1
## 3673 3673 GO:0043073 3.025917e-12 1
## 3674 3674 GO:0032040 3.079167e-12 1
## 3675 3675 GO:0070160 3.241084e-12 1
## 3676 3676 GO:0017053 3.460128e-12 1
## 3677 3677 GO:0000502 3.919564e-12 1
## 3678 3678 GO:1905369 3.919564e-12 1
## 3679 3679 GO:0055038 5.006015e-12 1
## 3680 3680 GO:0015935 5.011427e-12 1
## 3681 3681 GO:0051233 6.065215e-12 1
## 3682 3682 GO:0030686 6.325293e-12 1
## 3683 3683 GO:0031970 8.963947e-12 1
## 3684 3684 GO:0043186 1.106481e-11 1
## 3685 3685 GO:0032421 1.236216e-11 1
## 3686 3686 GO:0043230 1.407309e-11 1
## 3687 3687 GO:0045171 1.546113e-11 1
## 3688 3688 GO:0005604 2.160239e-11 1
## 3689 3689 GO:0005657 2.944504e-11 1
## 3690 3690 GO:0015030 3.134187e-11 1
## 3691 3691 GO:0098803 4.982172e-11 1
## 3692 3692 GO:0036452 5.009705e-11 1
## 3693 3693 GO:0098802 6.000949e-11 1
## 3694 3694 GO:1903561 7.216004e-11 1
## 3695 3695 GO:0032588 7.525959e-11 1
## 3696 3696 GO:0016459 1.119434e-10 1
## 3697 3697 GO:0097526 1.162286e-10 1
## 3698 3698 GO:1902495 1.172113e-10 1
## 3699 3699 GO:0005844 1.286553e-10 1
## 3700 3700 GO:0030286 1.499743e-10 1
## 3701 3701 GO:0030864 1.507657e-10 1
## 3702 3702 GO:0071010 1.559143e-10 1
## 3703 3703 GO:0000315 1.579017e-10 1
## 3704 3704 GO:0005762 1.579017e-10 1
## 3705 3705 GO:1902911 2.437066e-10 1
## 3706 3706 GO:0005811 2.627599e-10 1
## 3707 3707 GO:0000781 2.628833e-10 1
## 3708 3708 GO:0097542 2.724352e-10 1
## 3709 3709 GO:0044291 3.045920e-10 1
## 3710 3710 GO:0030175 3.172203e-10 1
## 3711 3711 GO:0005801 3.278228e-10 1
## 3712 3712 GO:0005703 3.397270e-10 1
## 3713 3713 GO:0001750 3.500347e-10 1
## 3714 3714 GO:0042641 3.693053e-10 1
## 3715 3715 GO:1903293 3.766847e-10 1
## 3716 3716 GO:0099023 4.278185e-10 1
## 3717 3717 GO:0000803 4.443739e-10 1
## 3718 3718 GO:0010494 5.190850e-10 1
## 3719 3719 GO:0070062 5.270100e-10 1
## 3720 3720 GO:0022625 6.177226e-10 1
## 3721 3721 GO:0030120 7.393286e-10 1
## 3722 3722 GO:0008023 7.652565e-10 1
## 3723 3723 GO:0032420 7.817085e-10 1
## 3724 3724 GO:0000314 8.481011e-10 1
## 3725 3725 GO:0005763 8.481011e-10 1
## 3726 3726 GO:0043198 9.018107e-10 1
## 3727 3727 GO:0030137 9.028801e-10 1
## 3728 3728 GO:0031201 1.232228e-09 1
## 3729 3729 GO:0045334 1.312171e-09 1
## 3730 3730 GO:0016528 1.414279e-09 1
## 3731 3731 GO:0046540 1.453911e-09 1
## 3732 3732 GO:0042470 1.485358e-09 1
## 3733 3733 GO:0048770 1.485358e-09 1
## 3734 3734 GO:0031312 1.590481e-09 1
## 3735 3735 GO:0030134 1.621958e-09 1
## 3736 3736 GO:0016605 1.643391e-09 1
## 3737 3737 GO:0032432 2.944060e-09 1
## 3738 3738 GO:0035579 3.038358e-09 1
## 3739 3739 GO:0008287 3.261655e-09 1
## 3740 3740 GO:0031526 3.517203e-09 1
## 3741 3741 GO:1990391 3.765179e-09 1
## 3742 3742 GO:0016461 3.841798e-09 1
## 3743 3743 GO:0032580 4.534981e-09 1
## 3744 3744 GO:0005758 4.921879e-09 1
## 3745 3745 GO:0097431 5.289353e-09 1
## 3746 3746 GO:0000791 6.153350e-09 1
## 3747 3747 GO:0001669 6.301028e-09 1
## 3748 3748 GO:0005905 7.195594e-09 1
## 3749 3749 GO:0032391 8.186084e-09 1
## 3750 3750 GO:0044295 9.785998e-09 1
## 3751 3751 GO:0016469 1.003274e-08 1
## 3752 3752 GO:0000118 1.004359e-08 1
## 3753 3753 GO:0030687 1.113599e-08 1
## 3754 3754 GO:0001725 1.440311e-08 1
## 3755 3755 GO:0097517 1.440311e-08 1
## 3756 3756 GO:0005923 1.882946e-08 1
## 3757 3757 GO:0034702 3.242508e-08 1
## 3758 3758 GO:0016529 3.646540e-08 1
## 3759 3759 GO:0009295 3.724631e-08 1
## 3760 3760 GO:0042645 3.724631e-08 1
## 3761 3761 GO:0031091 4.240138e-08 1
## 3762 3762 GO:0009925 4.719448e-08 1
## 3763 3763 GO:1902554 6.346354e-08 1
## 3764 3764 GO:0005697 6.369533e-08 1
## 3765 3765 GO:0032589 6.758714e-08 1
## 3766 3766 GO:0005732 8.244647e-08 1
## 3767 3767 GO:0045120 8.675274e-08 1
## 3768 3768 GO:1990752 9.974969e-08 1
## 3769 3769 GO:0044292 1.090806e-07 1
## 3770 3770 GO:0000815 1.104589e-07 1
## 3771 3771 GO:0005689 1.109665e-07 1
## 3772 3772 GO:0070938 1.120290e-07 1
## 3773 3773 GO:0030669 1.244207e-07 1
## 3774 3774 GO:0033116 1.246345e-07 1
## 3775 3775 GO:0005682 1.364575e-07 1
## 3776 3776 GO:0071014 1.418087e-07 1
## 3777 3777 GO:0005838 2.031395e-07 1
## 3778 3778 GO:0022624 2.031395e-07 1
## 3779 3779 GO:0120111 2.150613e-07 1
## 3780 3780 GO:0045169 2.223806e-07 1
## 3781 3781 GO:0060076 2.272552e-07 1
## 3782 3782 GO:0031476 2.546062e-07 1
## 3783 3783 GO:0031477 2.546062e-07 1
## 3784 3784 GO:0005771 2.583357e-07 1
## 3785 3785 GO:0035577 2.667889e-07 1
## 3786 3786 GO:0016235 2.776745e-07 1
## 3787 3787 GO:0005747 2.816494e-07 1
## 3788 3788 GO:0030964 2.816494e-07 1
## 3789 3789 GO:0045271 2.816494e-07 1
## 3790 3790 GO:0012507 3.459245e-07 1
## 3791 3791 GO:0048786 3.638165e-07 1
## 3792 3792 GO:0001674 4.217056e-07 1
## 3793 3793 GO:0005859 4.268941e-07 1
## 3794 3794 GO:0016460 4.268941e-07 1
## 3795 3795 GO:0072687 5.500717e-07 1
## 3796 3796 GO:0034703 5.549558e-07 1
## 3797 3797 GO:0014704 6.483602e-07 1
## 3798 3798 GO:0030672 7.782776e-07 1
## 3799 3799 GO:0099501 7.782776e-07 1
## 3800 3800 GO:0044665 7.933508e-07 1
## 3801 3801 GO:0045172 8.718000e-07 1
## 3802 3802 GO:0000974 1.001165e-06 1
## 3803 3803 GO:0030140 1.017034e-06 1
## 3804 3804 GO:0016028 1.022603e-06 1
## 3805 3805 GO:0035267 1.338798e-06 1
## 3806 3806 GO:0043189 1.338798e-06 1
## 3807 3807 GO:0005705 1.362126e-06 1
## 3808 3808 GO:0005868 1.501385e-06 1
## 3809 3809 GO:0005869 1.656351e-06 1
## 3810 3810 GO:0101003 2.013611e-06 1
## 3811 3811 GO:0031430 2.025317e-06 1
## 3812 3812 GO:0031672 2.025317e-06 1
## 3813 3813 GO:0034663 2.109148e-06 1
## 3814 3814 GO:1902555 2.312201e-06 1
## 3815 3815 GO:1905348 2.312201e-06 1
## 3816 3816 GO:0061174 2.569385e-06 1
## 3817 3817 GO:0005828 3.038733e-06 1
## 3818 3818 GO:0003674 0.000000e+00 1
## 3819 3819 GO:0003824 0.000000e+00 1
## 3820 3820 GO:0005488 0.000000e+00 1
## 3821 3821 GO:0005515 0.000000e+00 1
## 3822 3822 GO:0019899 0.000000e+00 1
## 3823 3823 GO:0097159 0.000000e+00 1
## 3824 3824 GO:1901363 0.000000e+00 1
## 3825 3825 GO:0043167 1.189728e-310 1
## 3826 3826 GO:0016787 1.218696e-287 1
## 3827 3827 GO:0016740 3.005228e-281 1
## 3828 3828 GO:0003676 5.968010e-277 1
## 3829 3829 GO:0042802 2.769129e-247 1
## 3830 3830 GO:0140096 9.335542e-244 1
## 3831 3831 GO:0043168 2.169979e-206 1
## 3832 3832 GO:0046983 8.897311e-167 1
## 3833 3833 GO:0098772 4.643636e-163 1
## 3834 3834 GO:0003723 1.269039e-158 1
## 3835 3835 GO:0036094 8.219351e-158 1
## 3836 3836 GO:0044877 1.472093e-156 1
## 3837 3837 GO:0043169 2.511009e-149 1
## 3838 3838 GO:0003677 4.142242e-142 1
## 3839 3839 GO:0046872 9.434114e-141 1
## 3840 3840 GO:0140110 4.850590e-136 1
## 3841 3841 GO:0005102 1.130751e-133 1
## 3842 3842 GO:0042803 2.749871e-130 1
## 3843 3843 GO:0097367 3.895645e-130 1
## 3844 3844 GO:1901265 9.457255e-127 1
## 3845 3845 GO:0000166 6.949129e-126 1
## 3846 3846 GO:0016462 7.643334e-124 1
## 3847 3847 GO:0016817 7.643334e-124 1
## 3848 3848 GO:0016818 7.643334e-124 1
## 3849 3849 GO:0030234 4.509048e-123 1
## 3850 3850 GO:0017111 3.960847e-122 1
## 3851 3851 GO:0016772 4.350105e-122 1
## 3852 3852 GO:0008092 2.051411e-112 1
## 3853 3853 GO:0019900 1.255266e-111 1
## 3854 3854 GO:0017076 8.617681e-107 1
## 3855 3855 GO:0032553 9.126054e-107 1
## 3856 3856 GO:0008134 2.401564e-106 1
## 3857 3857 GO:0019904 1.153713e-105 1
## 3858 3858 GO:0019901 2.418233e-104 1
## 3859 3859 GO:0032555 4.701706e-103 1
## 3860 3860 GO:0016301 3.738301e-101 1
## 3861 3861 GO:0003700 7.649410e-95 1
## 3862 3862 GO:0035639 2.318306e-93 1
## 3863 3863 GO:0005215 5.365588e-93 1
## 3864 3864 GO:0016773 2.089473e-91 1
## 3865 3865 GO:0016491 4.668651e-91 1
## 3866 3866 GO:0051020 1.280473e-83 1
## 3867 3867 GO:0004672 6.956709e-82 1
## 3868 3868 GO:0000981 2.350390e-80 1
## 3869 3869 GO:0016887 1.471737e-77 1
## 3870 3870 GO:0046914 1.701084e-77 1
## 3871 3871 GO:0043565 1.650529e-76 1
## 3872 3872 GO:0030554 3.224288e-76 1
## 3873 3873 GO:0016788 3.649441e-76 1
## 3874 3874 GO:0003682 5.355033e-76 1
## 3875 3875 GO:0032559 2.928293e-75 1
## 3876 3876 GO:0003690 8.255971e-74 1
## 3877 3877 GO:0008289 7.734850e-73 1
## 3878 3878 GO:0022857 2.254669e-70 1
## 3879 3879 GO:0031267 2.553925e-69 1
## 3880 3880 GO:0008047 2.964695e-67 1
## 3881 3881 GO:0005524 8.336820e-67 1
## 3882 3882 GO:0001067 2.275745e-64 1
## 3883 3883 GO:0005198 3.365041e-64 1
## 3884 3884 GO:0004674 3.440233e-64 1
## 3885 3885 GO:1990837 3.841152e-61 1
## 3886 3886 GO:0046982 4.623680e-60 1
## 3887 3887 GO:0140098 1.331334e-58 1
## 3888 3888 GO:0005543 2.148416e-57 1
## 3889 3889 GO:0044389 4.385067e-57 1
## 3890 3890 GO:0031625 1.872273e-56 1
## 3891 3891 GO:0015075 2.610333e-56 1
## 3892 3892 GO:0003712 3.484243e-56 1
## 3893 3893 GO:0060589 1.992658e-54 1
## 3894 3894 GO:0008233 5.717418e-54 1
## 3895 3895 GO:0000976 1.090238e-53 1
## 3896 3896 GO:0019787 2.524439e-52 1
## 3897 3897 GO:0015318 3.958733e-52 1
## 3898 3898 GO:0003729 1.960795e-50 1
## 3899 3899 GO:0004842 6.171215e-50 1
## 3900 3900 GO:0000977 7.078823e-50 1
## 3901 3901 GO:0008270 1.559983e-49 1
## 3902 3902 GO:0060089 3.304517e-48 1
## 3903 3903 GO:0038023 9.224477e-46 1
## 3904 3904 GO:0015631 1.510084e-44 1
## 3905 3905 GO:0008324 2.173337e-43 1
## 3906 3906 GO:0033218 2.763407e-42 1
## 3907 3907 GO:0030695 6.893414e-41 1
## 3908 3908 GO:0000987 2.702667e-40 1
## 3909 3909 GO:0005509 5.631301e-40 1
## 3910 3910 GO:0000978 1.218648e-39 1
## 3911 3911 GO:0022890 4.545453e-39 1
## 3912 3912 GO:0035091 6.017163e-39 1
## 3913 3913 GO:0003924 7.519814e-38 1
## 3914 3914 GO:0001228 5.545798e-36 1
## 3915 3915 GO:0005096 6.921886e-36 1
## 3916 3916 GO:0004888 1.654848e-35 1
## 3917 3917 GO:0042277 5.978957e-35 1
## 3918 3918 GO:0003779 8.620813e-35 1
## 3919 3919 GO:0061659 1.701432e-34 1
## 3920 3920 GO:0042578 2.565971e-34 1
## 3921 3921 GO:0003713 4.172012e-34 1
## 3922 3922 GO:0016757 4.238986e-34 1
## 3923 3923 GO:0008017 6.932045e-34 1
## 3924 3924 GO:0004857 1.179465e-33 1
## 3925 3925 GO:0019902 1.961751e-33 1
## 3926 3926 GO:0061630 5.917559e-33 1
## 3927 3927 GO:0019001 6.023415e-33 1
## 3928 3928 GO:0043021 1.603967e-32 1
## 3929 3929 GO:0032561 3.047977e-32 1
## 3930 3930 GO:0140097 5.538609e-32 1
## 3931 3931 GO:0001882 1.048769e-31 1
## 3932 3932 GO:0032549 1.048769e-31 1
## 3933 3933 GO:0016853 1.787631e-31 1
## 3934 3934 GO:0001883 3.127164e-31 1
## 3935 3935 GO:0032550 3.127164e-31 1
## 3936 3936 GO:0016741 1.856822e-30 1
## 3937 3937 GO:0005085 4.308412e-30 1
## 3938 3938 GO:0005525 8.797071e-30 1
## 3939 3939 GO:1901681 1.141500e-29 1
## 3940 3940 GO:0051082 1.249836e-29 1
## 3941 3941 GO:0046873 1.351291e-29 1
## 3942 3942 GO:0016758 1.898664e-29 1
## 3943 3943 GO:0022804 1.206276e-28 1
## 3944 3944 GO:0008168 1.891146e-28 1
## 3945 3945 GO:0000287 2.422384e-28 1
## 3946 3946 GO:0031072 8.833558e-28 1
## 3947 3947 GO:0019903 1.687982e-27 1
## 3948 3948 GO:0003735 3.709183e-27 1
## 3949 3949 GO:0051427 4.620648e-27 1
## 3950 3950 GO:1901981 5.495914e-27 1
## 3951 3951 GO:0051087 5.840557e-27 1
## 3952 3952 GO:0042393 6.067372e-27 1
## 3953 3953 GO:0050839 1.446463e-26 1
## 3954 3954 GO:0004175 1.473214e-25 1
## 3955 3955 GO:0019207 4.181209e-25 1
## 3956 3956 GO:0016829 2.478905e-24 1
## 3957 3957 GO:0060090 3.756486e-24 1
## 3958 3958 GO:0051117 5.729780e-24 1
## 3959 3959 GO:0008509 6.204684e-24 1
## 3960 3960 GO:0003774 9.035577e-24 1
## 3961 3961 GO:0016791 3.170389e-23 1
## 3962 3962 GO:0004386 3.806875e-23 1
## 3963 3963 GO:0008757 5.138615e-23 1
## 3964 3964 GO:0017022 8.986561e-23 1
## 3965 3965 GO:0030674 1.030663e-22 1
## 3966 3966 GO:0019887 2.553266e-22 1
## 3967 3967 GO:0003714 1.169710e-21 1
## 3968 3968 GO:0051015 2.206775e-21 1
## 3969 3969 GO:0004518 3.790886e-21 1
## 3970 3970 GO:0016779 6.710727e-21 1
## 3971 3971 GO:0016874 7.395596e-21 1
## 3972 3972 GO:0016798 1.178100e-20 1
## 3973 3973 GO:0140030 1.220136e-20 1
## 3974 3974 GO:0001664 1.512340e-20 1
## 3975 3975 GO:0016746 2.244295e-20 1
## 3976 3976 GO:0008234 2.529531e-20 1
## 3977 3977 GO:0008135 2.845565e-20 1
## 3978 3978 GO:0000149 8.277975e-20 1
## 3979 3979 GO:0004713 1.275624e-19 1
## 3980 3980 GO:0016747 1.502569e-19 1
## 3981 3981 GO:0031406 1.959425e-19 1
## 3982 3982 GO:0043177 1.959425e-19 1
## 3983 3983 GO:0042826 3.002800e-19 1
## 3984 3984 GO:0005216 4.825127e-19 1
## 3985 3985 GO:0015267 4.825127e-19 1
## 3986 3986 GO:0022803 4.825127e-19 1
## 3987 3987 GO:0140101 5.110058e-19 1
## 3988 3988 GO:0008237 5.399631e-19 1
## 3989 3989 GO:0051219 2.327512e-18 1
## 3990 3990 GO:0003724 8.074395e-18 1
## 3991 3991 GO:0008186 8.074395e-18 1
## 3992 3992 GO:1902936 1.393324e-17 1
## 3993 3993 GO:0016705 1.805556e-17 1
## 3994 3994 GO:0008194 1.976281e-17 1
## 3995 3995 GO:0015399 2.169074e-17 1
## 3996 3996 GO:0016298 4.095778e-17 1
## 3997 3997 GO:0052689 6.742909e-17 1
## 3998 3998 GO:0030165 9.178556e-17 1
## 3999 3999 GO:0005539 9.248269e-17 1
## 4000 4000 GO:0019838 1.045431e-16 1
## 4001 4001 GO:0002020 1.737511e-16 1
## 4002 4002 GO:0016810 3.197905e-16 1
## 4003 4003 GO:0004553 3.666097e-16 1
## 4004 4004 GO:0030544 3.945838e-16 1
## 4005 4005 GO:0030246 4.517718e-16 1
## 4006 4006 GO:0008173 4.779639e-16 1
## 4007 4007 GO:0005506 8.672044e-16 1
## 4008 4008 GO:0008201 2.762070e-15 1
## 4009 4009 GO:0008514 2.848130e-15 1
## 4010 4010 GO:0005516 3.844931e-15 1
## 4011 4011 GO:0004930 5.065445e-15 1
## 4012 4012 GO:0016651 6.345733e-15 1
## 4013 4013 GO:0017124 7.340642e-15 1
## 4014 4014 GO:0016614 8.914324e-15 1
## 4015 4015 GO:0016209 8.986528e-15 1
## 4016 4016 GO:0005261 1.392373e-14 1
## 4017 4017 GO:0003777 1.498036e-14 1
## 4018 4018 GO:0008238 1.930939e-14 1
## 4019 4019 GO:0060590 1.975702e-14 1
## 4020 4020 GO:0004620 2.174366e-14 1
## 4021 4021 GO:0101005 2.386947e-14 1
## 4022 4022 GO:0004721 2.441888e-14 1
## 4023 4023 GO:0003727 2.617727e-14 1
## 4024 4024 GO:0072341 2.826063e-14 1
## 4025 4025 GO:0016616 3.561868e-14 1
## 4026 4026 GO:0003730 3.963294e-14 1
## 4027 4027 GO:0003697 4.104235e-14 1
## 4028 4028 GO:0019783 4.185458e-14 1
## 4029 4029 GO:0001227 4.461593e-14 1
## 4030 4030 GO:0009055 4.879591e-14 1
## 4031 4031 GO:0003743 6.490547e-14 1
## 4032 4032 GO:0016667 8.485050e-14 1
## 4033 4033 GO:0019905 9.028090e-14 1
## 4034 4034 GO:0005126 9.353523e-14 1
## 4035 4035 GO:0015103 1.085125e-13 1
## 4036 4036 GO:0004519 1.101889e-13 1
## 4037 4037 GO:0016782 1.269052e-13 1
## 4038 4038 GO:0042626 3.044462e-13 1
## 4039 4039 GO:0005546 3.144740e-13 1
## 4040 4040 GO:0022836 3.627934e-13 1
## 4041 4041 GO:0022839 3.627934e-13 1
## 4042 4042 GO:0031369 5.738154e-13 1
## 4043 4043 GO:0043022 8.044427e-13 1
## 4044 4044 GO:0019003 9.169070e-13 1
## 4045 4045 GO:0016859 1.106032e-12 1
## 4046 4046 GO:0045309 1.440975e-12 1
## 4047 4047 GO:0001671 1.523414e-12 1
## 4048 4048 GO:0005319 1.701871e-12 1
## 4049 4049 GO:0008094 2.706636e-12 1
## 4050 4050 GO:1990782 2.745419e-12 1
## 4051 4051 GO:0050660 3.166349e-12 1
## 4052 4052 GO:0032182 3.207137e-12 1
## 4053 4053 GO:0031490 3.263453e-12 1
## 4054 4054 GO:0019208 3.656116e-12 1
## 4055 4055 GO:0016860 4.893333e-12 1
## 4056 4056 GO:0070063 5.065890e-12 1
## 4057 4057 GO:0016835 5.080090e-12 1
## 4058 4058 GO:0003755 5.093086e-12 1
## 4059 4059 GO:0017069 5.216114e-12 1
## 4060 4060 GO:0008307 5.492170e-12 1
## 4061 4061 GO:0015291 5.706335e-12 1
## 4062 4062 GO:0005547 6.146248e-12 1
## 4063 4063 GO:0030331 6.299484e-12 1
## 4064 4064 GO:0015085 6.302843e-12 1
## 4065 4065 GO:0016811 7.164044e-12 1
## 4066 4066 GO:0004860 7.510795e-12 1
## 4067 4067 GO:0019210 7.510795e-12 1
## 4068 4068 GO:0008081 7.868488e-12 1
## 4069 4069 GO:0035591 1.091030e-11 1
## 4070 4070 GO:0016247 1.215696e-11 1
## 4071 4071 GO:0002039 2.060880e-11 1
## 4072 4072 GO:0043621 2.845461e-11 1
## 4073 4073 GO:0070851 2.976636e-11 1
## 4074 4074 GO:0015081 3.060673e-11 1
## 4075 4075 GO:0001540 3.069701e-11 1
## 4076 4076 GO:0046906 3.085791e-11 1
## 4077 4077 GO:0005080 3.291049e-11 1
## 4078 4078 GO:0043130 3.361384e-11 1
## 4079 4079 GO:0044325 3.377963e-11 1
## 4080 4080 GO:0005342 4.182423e-11 1
## 4081 4081 GO:0046943 4.182423e-11 1
## 4082 4082 GO:0017171 4.591706e-11 1
## 4083 4083 GO:0015036 4.829432e-11 1
## 4084 4084 GO:0001098 5.080245e-11 1
## 4085 4085 GO:0001099 5.080245e-11 1
## 4086 4086 GO:0019888 5.250999e-11 1
## 4087 4087 GO:0016627 5.326776e-11 1
## 4088 4088 GO:0004540 6.098464e-11 1
## 4089 4089 GO:0005178 7.655863e-11 1
## 4090 4090 GO:0051213 9.495217e-11 1
## 4091 4091 GO:0004843 1.050369e-10 1
## 4092 4092 GO:0020037 1.196148e-10 1
## 4093 4093 GO:0016765 1.372306e-10 1
## 4094 4094 GO:0035254 1.565088e-10 1
## 4095 4095 GO:0008236 2.140293e-10 1
## 4096 4096 GO:0031435 2.201069e-10 1
## 4097 4097 GO:0019842 3.155715e-10 1
## 4098 4098 GO:0032794 3.291637e-10 1
## 4099 4099 GO:0019894 3.364610e-10 1
## 4100 4100 GO:0051879 3.390848e-10 1
## 4101 4101 GO:0019955 3.611379e-10 1
## 4102 4102 GO:0003684 3.760371e-10 1
## 4103 4103 GO:0052742 3.835424e-10 1
## 4104 4104 GO:0008013 4.505317e-10 1
## 4105 4105 GO:0035004 5.457381e-10 1
## 4106 4106 GO:0019843 6.179798e-10 1
## 4107 4107 GO:0097110 9.280072e-10 1
## 4108 4108 GO:0030971 9.311274e-10 1
## 4109 4109 GO:0005496 9.752408e-10 1
## 4110 4110 GO:0046934 1.422815e-09 1
## 4111 4111 GO:0052813 1.422815e-09 1
## 4112 4112 GO:0032266 1.589161e-09 1
## 4113 4113 GO:0019199 1.928973e-09 1
## 4114 4114 GO:0099106 2.096995e-09 1
## 4115 4115 GO:0016706 2.202184e-09 1
## 4116 4116 GO:0016303 2.220334e-09 1
## 4117 4117 GO:0015108 2.424682e-09 1
## 4118 4118 GO:0070034 2.450412e-09 1
## 4119 4119 GO:0005262 2.585607e-09 1
## 4120 4120 GO:0016597 2.685129e-09 1
## 4121 4121 GO:0005484 2.732409e-09 1
## 4122 4122 GO:0048029 2.746469e-09 1
## 4123 4123 GO:0000049 3.003712e-09 1
## 4124 4124 GO:0008157 3.084693e-09 1
## 4125 4125 GO:0035064 3.300316e-09 1
## 4126 4126 GO:0140034 3.300316e-09 1
## 4127 4127 GO:0004197 3.738254e-09 1
## 4128 4128 GO:0004722 4.802903e-09 1
## 4129 4129 GO:0004712 5.101186e-09 1
## 4130 4130 GO:0033293 5.815197e-09 1
## 4131 4131 GO:0004527 6.194360e-09 1
## 4132 4132 GO:0019213 7.064433e-09 1
## 4133 4133 GO:0016836 7.743339e-09 1
## 4134 4134 GO:0051536 8.226340e-09 1
## 4135 4135 GO:0051540 8.226340e-09 1
## 4136 4136 GO:0005507 9.289973e-09 1
## 4137 4137 GO:0019205 1.213157e-08 1
## 4138 4138 GO:0045296 1.258741e-08 1
## 4139 4139 GO:0004222 1.318169e-08 1
## 4140 4140 GO:0015276 1.356119e-08 1
## 4141 4141 GO:0022834 1.356119e-08 1
## 4142 4142 GO:0008235 1.385128e-08 1
## 4143 4143 GO:0019829 1.426642e-08 1
## 4144 4144 GO:0022853 1.426642e-08 1
## 4145 4145 GO:0042625 1.426642e-08 1
## 4146 4146 GO:0061134 1.475814e-08 1
## 4147 4147 GO:0015078 1.532256e-08 1
## 4148 4148 GO:0046875 1.629142e-08 1
## 4149 4149 GO:0031593 1.773939e-08 1
## 4150 4150 GO:0016776 1.836785e-08 1
## 4151 4151 GO:0051721 1.937630e-08 1
## 4152 4152 GO:0046915 2.259091e-08 1
## 4153 4153 GO:0005048 2.913546e-08 1
## 4154 4154 GO:0030374 3.293399e-08 1
## 4155 4155 GO:0016410 3.409335e-08 1
## 4156 4156 GO:0042562 3.619680e-08 1
## 4157 4157 GO:0034061 4.342224e-08 1
## 4158 4158 GO:0030545 4.497129e-08 1
## 4159 4159 GO:0001784 4.538050e-08 1
## 4160 4160 GO:0019209 4.900853e-08 1
## 4161 4161 GO:0008175 5.013607e-08 1
## 4162 4162 GO:0003725 6.817459e-08 1
## 4163 4163 GO:0038024 6.851260e-08 1
## 4164 4164 GO:0008146 7.491472e-08 1
## 4165 4165 GO:0000146 7.813034e-08 1
## 4166 4166 GO:0004536 7.901390e-08 1
## 4167 4167 GO:0004177 8.129407e-08 1
## 4168 4168 GO:0004715 8.361338e-08 1
## 4169 4169 GO:0043178 8.484491e-08 1
## 4170 4170 GO:0016830 9.232112e-08 1
## 4171 4171 GO:0003678 9.510592e-08 1
## 4172 4172 GO:0030276 9.936831e-08 1
## 4173 4173 GO:0005527 1.073022e-07 1
## 4174 4174 GO:0005528 1.073022e-07 1
## 4175 4175 GO:0051019 1.119479e-07 1
## 4176 4176 GO:0016407 1.515142e-07 1
## 4177 4177 GO:0035255 1.521644e-07 1
## 4178 4178 GO:0030515 2.042906e-07 1
## 4179 4179 GO:0030291 2.055940e-07 1
## 4180 4180 GO:0050661 2.112641e-07 1
## 4181 4181 GO:0008187 2.151403e-07 1
## 4182 4182 GO:0008408 2.227463e-07 1
## 4183 4183 GO:0003887 2.319140e-07 1
## 4184 4184 GO:0016796 2.327045e-07 1
## 4185 4185 GO:0016879 2.468509e-07 1
## 4186 4186 GO:0030145 2.630486e-07 1
## 4187 4187 GO:0004714 2.665332e-07 1
## 4188 4188 GO:0032036 2.667561e-07 1
## 4189 4189 GO:0017147 2.833838e-07 1
## 4190 4190 GO:0043175 3.218363e-07 1
## 4191 4191 GO:0001046 3.294357e-07 1
## 4192 4192 GO:0016684 3.607634e-07 1
## 4193 4193 GO:0051537 3.733956e-07 1
## 4194 4194 GO:0030295 3.925391e-07 1
## 4195 4195 GO:0043531 3.936494e-07 1
## 4196 4196 GO:0005385 4.120371e-07 1
## 4197 4197 GO:0080025 4.321240e-07 1
## 4198 4198 GO:0043394 4.325242e-07 1
## 4199 4199 GO:0050681 4.362312e-07 1
## 4200 4200 GO:0004812 4.379918e-07 1
## 4201 4201 GO:0016875 4.379918e-07 1
## 4202 4202 GO:0032813 4.634982e-07 1
## 4203 4203 GO:0033558 4.761649e-07 1
## 4204 4204 GO:0070888 5.170979e-07 1
## 4205 4205 GO:0051059 5.185518e-07 1
## 4206 4206 GO:0042162 5.508991e-07 1
## 4207 4207 GO:0017134 5.689269e-07 1
## 4208 4208 GO:0005112 5.905116e-07 1
## 4209 4209 GO:1990841 6.458397e-07 1
## 4210 4210 GO:0008170 6.699555e-07 1
## 4211 4211 GO:0035173 6.922827e-07 1
## 4212 4212 GO:0004521 6.980094e-07 1
## 4213 4213 GO:0070840 7.764255e-07 1
## 4214 4214 GO:0008080 7.972930e-07 1
## 4215 4215 GO:0001786 8.085614e-07 1
## 4216 4216 GO:0015293 9.257448e-07 1
## 4217 4217 GO:0015294 9.257448e-07 1
## 4218 4218 GO:0015370 9.257448e-07 1
## 4219 4219 GO:0004252 9.270318e-07 1
## 4220 4220 GO:0016763 9.740203e-07 1
## 4221 4221 GO:0051018 1.076626e-06 1
## 4222 4222 GO:0048018 1.094816e-06 1
## 4223 4223 GO:0005504 1.150837e-06 1
## 4224 4224 GO:0005253 1.175575e-06 1
## 4225 4225 GO:0005254 1.175575e-06 1
## 4226 4226 GO:0043548 1.232482e-06 1
## 4227 4227 GO:0005109 1.266310e-06 1
## 4228 4228 GO:0016668 1.286670e-06 1
## 4229 4229 GO:0048027 1.317932e-06 1
## 4230 4230 GO:0001221 1.369938e-06 1
## 4231 4231 GO:0001223 1.369938e-06 1
## 4232 4232 GO:0070273 1.569719e-06 1
## 4233 4233 GO:0015662 1.597804e-06 1
## 4234 4234 GO:0015297 1.628573e-06 1
## 4235 4235 GO:0004601 1.792253e-06 1
## 4236 4236 GO:0032934 1.857485e-06 1
## 4237 4237 GO:0004407 1.883121e-06 1
## 4238 4238 GO:0016538 1.897523e-06 1
## 4239 4239 GO:0070064 1.966316e-06 1
## 4240 4240 GO:0005200 1.975528e-06 1
## 4241 4241 GO:0001091 2.043709e-06 1
## 4242 4242 GO:0046332 2.149766e-06 1
## 4243 4243 GO:0004497 2.282486e-06 1
## 4244 4244 GO:0015020 2.283291e-06 1
## 4245 4245 GO:0050750 2.363445e-06 1
## 4246 4246 GO:0070325 2.363445e-06 1
## 4247 4247 GO:0090482 2.437625e-06 1
## 4248 4248 GO:0030170 2.514500e-06 1
## 4249 4249 GO:0070279 2.514500e-06 1
## 4250 4250 GO:0016655 2.605923e-06 1
## 4251 4251 GO:0044183 2.700803e-06 1
## 4252 4252 GO:0008276 2.746803e-06 1
## 4253 4253 GO:0061135 2.844725e-06 1
## 4254 4254 GO:0008574 2.929535e-06 1
## 4255 4255 GO:0003954 2.978200e-06 1
## 4256 4256 GO:0030332 3.109650e-06 1
## 4257 4257 GO:0005623 0.000000e+00 1
## 4258 4258 GO:0006464 0.000000e+00 1
## 4259 4259 GO:0032268 0.000000e+00 1
## 4260 4260 GO:0044267 0.000000e+00 1
## 4261 4261 GO:0044422 0.000000e+00 1
## 4262 4262 GO:0044424 0.000000e+00 1
## 4263 4263 GO:0044425 0.000000e+00 1
## 4264 4264 GO:0044428 0.000000e+00 1
## 4265 4265 GO:0044444 0.000000e+00 1
## 4266 4266 GO:0044446 0.000000e+00 1
## 4267 4267 GO:0044464 0.000000e+00 1
## 4268 4268 GO:0051704 0.000000e+00 1
## 4269 4269 GO:0006928 5.647372e-242 1
## 4270 4270 GO:0034613 1.446529e-236 1
## 4271 4271 GO:0032270 1.379237e-221 1
## 4272 4272 GO:0097458 2.777070e-218 1
## 4273 4273 GO:0044430 2.706314e-203 1
## 4274 4274 GO:0044459 3.136588e-199 1
## 4275 4275 GO:0044463 1.001485e-191 1
## 4276 4276 GO:0120038 1.001485e-191 1
## 4277 4277 GO:0031224 2.214626e-182 1
## 4278 4278 GO:0016021 9.336941e-177 1
## 4279 4279 GO:0098805 8.703221e-176 1
## 4280 4280 GO:0044433 3.157948e-165 1
## 4281 4281 GO:0044451 1.588274e-159 1
## 4282 4282 GO:0044432 6.349899e-149 1
## 4283 4283 GO:0034622 7.568585e-142 1
## 4284 4284 GO:0044429 3.063163e-134 1
## 4285 4285 GO:0032269 1.159203e-133 1
## 4286 4286 GO:0042493 1.626166e-131 1
## 4287 4287 GO:0055114 1.816151e-125 1
## 4288 4288 GO:0044427 4.642338e-124 1
## 4289 4289 GO:0051270 7.839889e-114 1
## 4290 4290 GO:0044431 1.110037e-104 1
## 4291 4291 GO:0044421 4.927276e-98 1
## 4292 4292 GO:0008144 1.791278e-96 1
## 4293 4293 GO:0044456 9.126551e-90 1
## 4294 4294 GO:1903827 8.508524e-89 1
## 4295 4295 GO:0031226 3.577755e-88 1
## 4296 4296 GO:0044257 2.764752e-86 1
## 4297 4297 GO:0005887 1.044848e-82 1
## 4298 4298 GO:0017144 1.548213e-81 1
## 4299 4299 GO:0044441 6.320250e-74 1
## 4300 4300 GO:0072358 1.989553e-72 1
## 4301 4301 GO:0043900 3.212323e-72 1
## 4302 4302 GO:0017016 1.671347e-66 1
## 4303 4303 GO:0055065 4.399194e-66 1
## 4304 4304 GO:0051272 4.013933e-65 1
## 4305 4305 GO:0044212 9.273509e-64 1
## 4306 4306 GO:0051186 3.715497e-63 1
## 4307 4307 GO:0044454 4.600502e-63 1
## 4308 4308 GO:0044440 8.000599e-63 1
## 4309 4309 GO:0042623 8.740266e-63 1
## 4310 4310 GO:0044437 3.721453e-62 1
## 4311 4311 GO:0006875 2.955740e-60 1
## 4312 4312 GO:0022610 8.738973e-60 1
## 4313 4313 GO:0033267 4.731876e-57 1
## 4314 4314 GO:0016569 1.102383e-52 1
## 4315 4315 GO:0072507 3.736020e-51 1
## 4316 4316 GO:0070011 6.657869e-51 1
## 4317 4317 GO:0001012 7.078823e-50 1
## 4318 4318 GO:0048037 4.280030e-49 1
## 4319 4319 GO:0072503 1.563140e-48 1
## 4320 4320 GO:1903362 5.055749e-47 1
## 4321 4321 GO:0023014 5.597829e-47 1
## 4322 4322 GO:0098589 3.215057e-42 1
## 4323 4323 GO:0000790 7.013132e-42 1
## 4324 4324 GO:0006732 5.587099e-40 1
## 4325 4325 GO:0044445 4.599562e-39 1
## 4326 4326 GO:0000982 6.648997e-39 1
## 4327 4327 GO:0035690 4.773980e-38 1
## 4328 4328 GO:0044452 6.818803e-38 1
## 4329 4329 GO:1903364 1.498190e-36 1
## 4330 4330 GO:0008022 1.776788e-36 1
## 4331 4331 GO:0044448 2.550554e-36 1
## 4332 4332 GO:0016458 1.976020e-34 1
## 4333 4333 GO:0044449 1.523691e-32 1
## 4334 4334 GO:0043902 2.916721e-32 1
## 4335 4335 GO:0017137 2.858248e-31 1
## 4336 4336 GO:0051271 6.739459e-31 1
## 4337 4337 GO:0051188 1.191987e-30 1
## 4338 4338 GO:0001077 1.387001e-30 1
## 4339 4339 GO:0070838 3.880536e-30 1
## 4340 4340 GO:0072511 3.880536e-30 1
## 4341 4341 GO:0097223 9.554510e-30 1
## 4342 4342 GO:0043901 1.349213e-28 1
## 4343 4343 GO:0050662 1.592626e-28 1
## 4344 4344 GO:0044455 1.597054e-28 1
## 4345 4345 GO:0035257 1.930286e-26 1
## 4346 4346 GO:0043624 1.992760e-26 1
## 4347 4347 GO:0031227 2.546119e-25 1
## 4348 4348 GO:0006323 8.344598e-25 1
## 4349 4349 GO:0001085 1.189315e-24 1
## 4350 4350 GO:0071426 3.262447e-24 1
## 4351 4351 GO:0009108 3.597792e-24 1
## 4352 4352 GO:0030176 4.787103e-24 1
## 4353 4353 GO:0015672 4.893611e-23 1
## 4354 4354 GO:0044798 2.377304e-22 1
## 4355 4355 GO:0031300 1.320475e-21 1
## 4356 4356 GO:0008026 3.426725e-21 1
## 4357 4357 GO:0070035 3.426725e-21 1
## 4358 4358 GO:0005088 3.856779e-21 1
## 4359 4359 GO:0007050 4.102222e-21 1
## 4360 4360 GO:0031301 8.446251e-21 1
## 4361 4361 GO:0032155 1.653194e-20 1
## 4362 4362 GO:0055076 3.263717e-20 1
## 4363 4363 GO:0071427 6.574905e-20 1
## 4364 4364 GO:0000187 1.469812e-19 1
## 4365 4365 GO:0050880 1.658833e-19 1
## 4366 4366 GO:0022838 4.825127e-19 1
## 4367 4367 GO:0035258 9.128770e-19 1
## 4368 4368 GO:0015077 1.840206e-18 1
## 4369 4369 GO:0055067 2.654895e-18 1
## 4370 4370 GO:0008565 3.277365e-18 1
## 4371 4371 GO:0044450 6.499060e-18 1
## 4372 4372 GO:0004004 8.074395e-18 1
## 4373 4373 GO:0015405 2.169074e-17 1
## 4374 4374 GO:0005924 2.888177e-17 1
## 4375 4375 GO:0060968 4.006383e-17 1
## 4376 4376 GO:0006733 4.886435e-17 1
## 4377 4377 GO:0042737 7.176064e-17 1
## 4378 4378 GO:0017048 7.961924e-17 1
## 4379 4379 GO:0046916 2.288027e-16 1
## 4380 4380 GO:0030004 4.489542e-16 1
## 4381 4381 GO:0047485 5.127746e-16 1
## 4382 4382 GO:0015893 8.221684e-16 1
## 4383 4383 GO:0006333 6.347782e-15 1
## 4384 4384 GO:0006342 3.886707e-14 1
## 4385 4385 GO:0043492 8.128586e-14 1
## 4386 4386 GO:1903363 1.513539e-13 1
## 4387 4387 GO:0036459 1.682778e-13 1
## 4388 4388 GO:0051817 5.406913e-13 1
## 4389 4389 GO:0050707 9.393716e-13 1
## 4390 4390 GO:0015696 1.288283e-12 1
## 4391 4391 GO:0060401 1.771901e-12 1
## 4392 4392 GO:0035326 2.131611e-12 1
## 4393 4393 GO:0003705 2.243821e-12 1
## 4394 4394 GO:0007569 3.970134e-12 1
## 4395 4395 GO:0031497 1.041339e-11 1
## 4396 4396 GO:0000988 1.429512e-11 1
## 4397 4397 GO:0043044 2.615977e-11 1
## 4398 4398 GO:0000777 8.849120e-11 1
## 4399 4399 GO:0070491 1.294172e-10 1
## 4400 4400 GO:0001078 1.542338e-10 1
## 4401 4401 GO:0000726 1.552163e-10 1
## 4402 4402 GO:0034754 1.674952e-10 1
## 4403 4403 GO:0055083 1.788984e-10 1
## 4404 4404 GO:0044728 2.545663e-10 1
## 4405 4405 GO:0050715 2.684972e-10 1
## 4406 4406 GO:0048747 3.022586e-10 1
## 4407 4407 GO:0044438 3.801588e-10 1
## 4408 4408 GO:0044439 3.801588e-10 1
## 4409 4409 GO:0001158 3.806440e-10 1
## 4410 4410 GO:0071156 4.737851e-10 1
## 4411 4411 GO:0033613 8.808718e-10 1
## 4412 4412 GO:0016572 9.985338e-10 1
## 4413 4413 GO:0000186 1.063277e-09 1
## 4414 4414 GO:0051193 1.196292e-09 1
## 4415 4415 GO:0000989 2.061393e-09 1
## 4416 4416 GO:0048365 2.652684e-09 1
## 4417 4417 GO:0000980 3.615306e-09 1
## 4418 4418 GO:0032947 4.534368e-09 1
## 4419 4419 GO:0005070 5.252840e-09 1
## 4420 4420 GO:0044126 6.540230e-09 1
## 4421 4421 GO:0044144 6.540230e-09 1
## 4422 4422 GO:0000784 8.578537e-09 1
## 4423 4423 GO:0030898 9.604656e-09 1
## 4424 4424 GO:0071158 1.000329e-08 1
## 4425 4425 GO:0030260 1.176105e-08 1
## 4426 4426 GO:0051806 1.176105e-08 1
## 4427 4427 GO:0051828 1.176105e-08 1
## 4428 4428 GO:0033683 1.214145e-08 1
## 4429 4429 GO:0090662 1.426642e-08 1
## 4430 4430 GO:0099131 1.426642e-08 1
## 4431 4431 GO:0099132 1.426642e-08 1
## 4432 4432 GO:0032592 2.087156e-08 1
## 4433 4433 GO:0098573 2.087156e-08 1
## 4434 4434 GO:0015238 2.278823e-08 1
## 4435 4435 GO:1990939 2.379651e-08 1
## 4436 4436 GO:0001047 2.414083e-08 1
## 4437 4437 GO:0031935 2.475452e-08 1
## 4438 4438 GO:0044130 2.491337e-08 1
## 4439 4439 GO:0044146 2.491337e-08 1
## 4440 4440 GO:0001076 3.101010e-08 1
## 4441 4441 GO:0051196 3.782906e-08 1
## 4442 4442 GO:0051187 8.141706e-08 1
## 4443 4443 GO:0044447 8.362443e-08 1
## 4444 4444 GO:0006296 9.606736e-08 1
## 4445 4445 GO:0005913 9.944502e-08 1
## 4446 4446 GO:0042035 1.251993e-07 1
## 4447 4447 GO:0043486 1.352568e-07 1
## 4448 4448 GO:0044106 2.987480e-07 1
## 4449 4449 GO:0072395 3.516642e-07 1
## 4450 4450 GO:0072401 3.516642e-07 1
## 4451 4451 GO:0072422 3.516642e-07 1
## 4452 4452 GO:0097755 3.770471e-07 1
## 4453 4453 GO:0072509 4.120371e-07 1
## 4454 4454 GO:0030173 4.199723e-07 1
## 4455 4455 GO:0031228 4.199723e-07 1
## 4456 4456 GO:0031572 4.770885e-07 1
## 4457 4457 GO:0000780 5.461230e-07 1
## 4458 4458 GO:0000060 8.453200e-07 1
## 4459 4459 GO:0071804 9.887149e-07 1
## 4460 4460 GO:0042769 1.027820e-06 1
## 4461 4461 GO:0018196 1.075787e-06 1
## 4462 4462 GO:0044783 1.584046e-06 1
## 4463 4463 GO:0004003 1.696177e-06 1
## 4464 4464 GO:0015037 1.712200e-06 1
## 4465 4465 GO:0007257 1.883494e-06 1
## 4466 4466 GO:0016246 2.206031e-06 1
## 4467 4467 GO:0034629 2.448232e-06 1
## 4468 4468 GO:0042108 2.771187e-06 1
## numDEInCat numInCat
## 1 465 465
## 2 608 608
## 3 462 462
## 4 650 650
## 5 1215 1215
## 6 664 664
## 7 601 601
## 8 714 714
## 9 631 631
## 10 549 549
## 11 978 978
## 12 528 528
## 13 2099 2099
## 14 1387 1387
## 15 529 529
## 16 539 539
## 17 621 621
## 18 506 506
## 19 581 581
## 20 523 523
## 21 1938 1938
## 22 494 494
## 23 655 655
## 24 584 584
## 25 550 550
## 26 472 472
## 27 572 572
## 28 1049 1049
## 29 581 581
## 30 982 982
## 31 687 687
## 32 532 532
## 33 580 580
## 34 605 605
## 35 718 718
## 36 900 900
## 37 447 447
## 38 537 537
## 39 612 612
## 40 1154 1154
## 41 1096 1096
## 42 464 464
## 43 468 468
## 44 717 717
## 45 490 490
## 46 649 649
## 47 1084 1084
## 48 541 541
## 49 593 593
## 50 1327 1327
## 51 1284 1284
## 52 512 512
## 53 896 896
## 54 633 633
## 55 484 484
## 56 657 657
## 57 950 950
## 58 875 875
## 59 856 856
## 60 800 800
## 61 650 650
## 62 852 852
## 63 1045 1045
## 64 734 734
## 65 1479 1479
## 66 513 513
## 67 1395 1395
## 68 1104 1104
## 69 548 548
## 70 847 847
## 71 522 522
## 72 900 900
## 73 695 695
## 74 547 547
## 75 494 494
## 76 522 522
## 77 546 546
## 78 856 856
## 79 903 903
## 80 1574 1574
## 81 693 693
## 82 509 509
## 83 438 438
## 84 1337 1337
## 85 1099 1099
## 86 878 878
## 87 490 490
## 88 678 678
## 89 856 856
## 90 524 524
## 91 471 471
## 92 567 567
## 93 471 471
## 94 419 419
## 95 449 449
## 96 430 430
## 97 425 425
## 98 422 422
## 99 418 418
## 100 423 423
## 101 407 407
## 102 390 390
## 103 396 396
## 104 376 376
## 105 375 375
## 106 377 377
## 107 356 356
## 108 370 370
## 109 365 365
## 110 367 367
## 111 365 365
## 112 355 355
## 113 350 350
## 114 347 347
## 115 361 361
## 116 353 353
## 117 345 345
## 118 357 357
## 119 331 331
## 120 340 340
## 121 357 357
## 122 336 336
## 123 350 350
## 124 324 324
## 125 343 343
## 126 342 342
## 127 320 320
## 128 327 327
## 129 339 339
## 130 334 334
## 131 326 326
## 132 339 339
## 133 318 318
## 134 326 326
## 135 317 317
## 136 323 323
## 137 315 315
## 138 320 320
## 139 319 319
## 140 308 308
## 141 313 313
## 142 307 307
## 143 313 313
## 144 295 295
## 145 303 303
## 146 312 312
## 147 313 313
## 148 308 308
## 149 312 312
## 150 310 310
## 151 298 298
## 152 301 301
## 153 307 307
## 154 296 296
## 155 291 291
## 156 296 296
## 157 294 294
## 158 298 298
## 159 293 293
## 160 285 285
## 161 281 281
## 162 281 281
## 163 287 287
## 164 279 279
## 165 276 276
## 166 274 274
## 167 278 278
## 168 287 287
## 169 274 274
## 170 272 272
## 171 268 268
## 172 274 274
## 173 273 273
## 174 273 273
## 175 277 277
## 176 273 273
## 177 273 273
## 178 273 273
## 179 271 271
## 180 264 264
## 181 264 264
## 182 271 271
## 183 249 249
## 184 251 251
## 185 265 265
## 186 263 263
## 187 253 253
## 188 252 252
## 189 258 258
## 190 251 251
## 191 255 255
## 192 250 250
## 193 258 258
## 194 253 253
## 195 244 244
## 196 234 234
## 197 237 237
## 198 249 249
## 199 233 233
## 200 240 240
## 201 237 237
## 202 238 238
## 203 238 238
## 204 233 233
## 205 242 242
## 206 231 231
## 207 235 235
## 208 235 235
## 209 227 227
## 210 219 219
## 211 229 229
## 212 227 227
## 213 232 232
## 214 218 218
## 215 218 218
## 216 233 233
## 217 220 220
## 218 226 226
## 219 214 214
## 220 226 226
## 221 225 225
## 222 219 219
## 223 217 217
## 224 214 214
## 225 215 215
## 226 215 215
## 227 221 221
## 228 216 216
## 229 211 211
## 230 213 213
## 231 209 209
## 232 211 211
## 233 216 216
## 234 207 207
## 235 210 210
## 236 211 211
## 237 196 196
## 238 206 206
## 239 200 200
## 240 196 196
## 241 208 208
## 242 194 194
## 243 201 201
## 244 202 202
## 245 197 197
## 246 201 201
## 247 194 194
## 248 205 205
## 249 192 192
## 250 197 197
## 251 186 186
## 252 181 181
## 253 184 184
## 254 187 187
## 255 189 189
## 256 194 194
## 257 185 185
## 258 186 186
## 259 188 188
## 260 178 178
## 261 185 185
## 262 180 180
## 263 186 186
## 264 179 179
## 265 188 188
## 266 182 182
## 267 181 181
## 268 187 187
## 269 183 183
## 270 183 183
## 271 189 189
## 272 182 182
## 273 180 180
## 274 180 180
## 275 187 187
## 276 181 181
## 277 189 189
## 278 179 179
## 279 173 173
## 280 179 179
## 281 175 175
## 282 181 181
## 283 176 176
## 284 177 177
## 285 172 172
## 286 173 173
## 287 180 180
## 288 175 175
## 289 172 172
## 290 172 172
## 291 170 170
## 292 178 178
## 293 170 170
## 294 168 168
## 295 176 176
## 296 173 173
## 297 166 166
## 298 158 158
## 299 160 160
## 300 166 166
## 301 165 165
## 302 170 170
## 303 169 169
## 304 161 161
## 305 168 168
## 306 164 164
## 307 155 155
## 308 162 162
## 309 159 159
## 310 156 156
## 311 155 155
## 312 156 156
## 313 158 158
## 314 158 158
## 315 160 160
## 316 158 158
## 317 156 156
## 318 157 157
## 319 153 153
## 320 155 155
## 321 157 157
## 322 148 148
## 323 152 152
## 324 153 153
## 325 157 157
## 326 149 149
## 327 152 152
## 328 153 153
## 329 141 141
## 330 150 150
## 331 149 149
## 332 150 150
## 333 144 144
## 334 148 148
## 335 150 150
## 336 145 145
## 337 145 145
## 338 146 146
## 339 144 144
## 340 142 142
## 341 142 142
## 342 142 142
## 343 144 144
## 344 143 143
## 345 146 146
## 346 143 143
## 347 145 145
## 348 137 137
## 349 138 138
## 350 145 145
## 351 140 140
## 352 141 141
## 353 136 136
## 354 135 135
## 355 133 133
## 356 133 133
## 357 129 129
## 358 137 137
## 359 133 133
## 360 124 124
## 361 124 124
## 362 124 124
## 363 132 132
## 364 136 136
## 365 136 136
## 366 129 129
## 367 135 135
## 368 129 129
## 369 132 132
## 370 130 130
## 371 128 128
## 372 125 125
## 373 131 131
## 374 127 127
## 375 130 130
## 376 129 129
## 377 133 133
## 378 130 130
## 379 125 125
## 380 129 129
## 381 132 132
## 382 132 132
## 383 125 125
## 384 127 127
## 385 122 122
## 386 121 121
## 387 122 122
## 388 131 131
## 389 123 123
## 390 126 126
## 391 123 123
## 392 121 121
## 393 123 123
## 394 120 120
## 395 120 120
## 396 126 126
## 397 124 124
## 398 126 126
## 399 122 122
## 400 123 123
## 401 122 122
## 402 115 115
## 403 122 122
## 404 116 116
## 405 120 120
## 406 117 117
## 407 120 120
## 408 119 119
## 409 120 120
## 410 116 116
## 411 116 116
## 412 119 119
## 413 121 121
## 414 122 122
## 415 109 109
## 416 121 121
## 417 118 118
## 418 115 115
## 419 107 107
## 420 113 113
## 421 114 114
## 422 118 118
## 423 117 117
## 424 115 115
## 425 111 111
## 426 115 115
## 427 115 115
## 428 111 111
## 429 117 117
## 430 111 111
## 431 116 116
## 432 114 114
## 433 113 113
## 434 104 104
## 435 116 116
## 436 106 106
## 437 109 109
## 438 112 112
## 439 106 106
## 440 111 111
## 441 100 100
## 442 104 104
## 443 109 109
## 444 103 103
## 445 110 110
## 446 111 111
## 447 109 109
## 448 110 110
## 449 104 104
## 450 108 108
## 451 106 106
## 452 103 103
## 453 106 106
## 454 106 106
## 455 105 105
## 456 110 110
## 457 106 106
## 458 103 103
## 459 104 104
## 460 104 104
## 461 106 106
## 462 106 106
## 463 109 109
## 464 102 102
## 465 107 107
## 466 101 101
## 467 101 101
## 468 104 104
## 469 106 106
## 470 100 100
## 471 104 104
## 472 95 95
## 473 106 106
## 474 103 103
## 475 98 98
## 476 101 101
## 477 101 101
## 478 106 106
## 479 100 100
## 480 101 101
## 481 97 97
## 482 98 98
## 483 102 102
## 484 98 98
## 485 100 100
## 486 94 94
## 487 99 99
## 488 98 98
## 489 96 96
## 490 100 100
## 491 101 101
## 492 97 97
## 493 96 96
## 494 98 98
## 495 100 100
## 496 98 98
## 497 96 96
## 498 99 99
## 499 98 98
## 500 98 98
## 501 95 95
## 502 100 100
## 503 97 97
## 504 96 96
## 505 94 94
## 506 98 98
## 507 99 99
## 508 93 93
## 509 92 92
## 510 96 96
## 511 92 92
## 512 92 92
## 513 93 93
## 514 95 95
## 515 93 93
## 516 95 95
## 517 88 88
## 518 89 89
## 519 90 90
## 520 92 92
## 521 89 89
## 522 85 85
## 523 91 91
## 524 89 89
## 525 89 89
## 526 91 91
## 527 94 94
## 528 91 91
## 529 86 86
## 530 91 91
## 531 94 94
## 532 87 87
## 533 87 87
## 534 89 89
## 535 85 85
## 536 85 85
## 537 97 97
## 538 88 88
## 539 84 84
## 540 90 90
## 541 93 93
## 542 89 89
## 543 85 85
## 544 91 91
## 545 86 86
## 546 87 87
## 547 85 85
## 548 84 84
## 549 89 89
## 550 87 87
## 551 84 84
## 552 87 87
## 553 89 89
## 554 79 79
## 555 87 87
## 556 87 87
## 557 84 84
## 558 82 82
## 559 88 88
## 560 85 85
## 561 80 80
## 562 83 83
## 563 88 88
## 564 87 87
## 565 82 82
## 566 87 87
## 567 85 85
## 568 80 80
## 569 83 83
## 570 82 82
## 571 82 82
## 572 80 80
## 573 78 78
## 574 83 83
## 575 79 79
## 576 85 85
## 577 77 77
## 578 81 81
## 579 81 81
## 580 82 82
## 581 80 80
## 582 83 83
## 583 81 81
## 584 76 76
## 585 80 80
## 586 83 83
## 587 84 84
## 588 81 81
## 589 81 81
## 590 79 79
## 591 79 79
## 592 81 81
## 593 82 82
## 594 79 79
## 595 80 80
## 596 80 80
## 597 81 81
## 598 78 78
## 599 78 78
## 600 80 80
## 601 80 80
## 602 82 82
## 603 78 78
## 604 74 74
## 605 74 74
## 606 74 74
## 607 80 80
## 608 78 78
## 609 80 80
## 610 77 77
## 611 74 74
## 612 77 77
## 613 76 76
## 614 79 79
## 615 75 75
## 616 78 78
## 617 74 74
## 618 75 75
## 619 71 71
## 620 74 74
## 621 82 82
## 622 78 78
## 623 77 77
## 624 68 68
## 625 71 71
## 626 69 69
## 627 72 72
## 628 76 76
## 629 74 74
## 630 76 76
## 631 76 76
## 632 77 77
## 633 71 71
## 634 72 72
## 635 67 67
## 636 75 75
## 637 76 76
## 638 71 71
## 639 74 74
## 640 75 75
## 641 75 75
## 642 75 75
## 643 73 73
## 644 71 71
## 645 76 76
## 646 73 73
## 647 72 72
## 648 74 74
## 649 74 74
## 650 75 75
## 651 73 73
## 652 67 67
## 653 71 71
## 654 74 74
## 655 67 67
## 656 70 70
## 657 74 74
## 658 73 73
## 659 73 73
## 660 69 69
## 661 74 74
## 662 71 71
## 663 72 72
## 664 71 71
## 665 65 65
## 666 73 73
## 667 71 71
## 668 67 67
## 669 65 65
## 670 71 71
## 671 68 68
## 672 71 71
## 673 66 66
## 674 69 69
## 675 73 73
## 676 71 71
## 677 72 72
## 678 71 71
## 679 69 69
## 680 63 63
## 681 69 69
## 682 68 68
## 683 68 68
## 684 70 70
## 685 70 70
## 686 65 65
## 687 70 70
## 688 71 71
## 689 68 68
## 690 68 68
## 691 63 63
## 692 67 67
## 693 69 69
## 694 68 68
## 695 66 66
## 696 62 62
## 697 64 64
## 698 69 69
## 699 69 69
## 700 69 69
## 701 63 63
## 702 68 68
## 703 64 64
## 704 65 65
## 705 66 66
## 706 66 66
## 707 66 66
## 708 64 64
## 709 65 65
## 710 65 65
## 711 62 62
## 712 62 62
## 713 66 66
## 714 66 66
## 715 63 63
## 716 63 63
## 717 63 63
## 718 63 63
## 719 64 64
## 720 62 62
## 721 61 61
## 722 64 64
## 723 62 62
## 724 65 65
## 725 63 63
## 726 64 64
## 727 58 58
## 728 62 62
## 729 64 64
## 730 64 64
## 731 61 61
## 732 62 62
## 733 62 62
## 734 62 62
## 735 61 61
## 736 63 63
## 737 60 60
## 738 63 63
## 739 62 62
## 740 61 61
## 741 61 61
## 742 64 64
## 743 65 65
## 744 63 63
## 745 60 60
## 746 61 61
## 747 63 63
## 748 63 63
## 749 57 57
## 750 59 59
## 751 60 60
## 752 60 60
## 753 57 57
## 754 62 62
## 755 58 58
## 756 61 61
## 757 58 58
## 758 60 60
## 759 61 61
## 760 61 61
## 761 58 58
## 762 57 57
## 763 60 60
## 764 55 55
## 765 58 58
## 766 59 59
## 767 56 56
## 768 57 57
## 769 56 56
## 770 56 56
## 771 56 56
## 772 61 61
## 773 58 58
## 774 58 58
## 775 55 55
## 776 57 57
## 777 56 56
## 778 57 57
## 779 56 56
## 780 60 60
## 781 57 57
## 782 56 56
## 783 58 58
## 784 52 52
## 785 56 56
## 786 58 58
## 787 55 55
## 788 58 58
## 789 57 57
## 790 53 53
## 791 58 58
## 792 53 53
## 793 57 57
## 794 58 58
## 795 57 57
## 796 56 56
## 797 57 57
## 798 58 58
## 799 56 56
## 800 56 56
## 801 54 54
## 802 57 57
## 803 52 52
## 804 54 54
## 805 56 56
## 806 56 56
## 807 57 57
## 808 55 55
## 809 52 52
## 810 55 55
## 811 57 57
## 812 55 55
## 813 55 55
## 814 58 58
## 815 56 56
## 816 52 52
## 817 55 55
## 818 54 54
## 819 58 58
## 820 54 54
## 821 51 51
## 822 52 52
## 823 56 56
## 824 57 57
## 825 54 54
## 826 54 54
## 827 56 56
## 828 56 56
## 829 48 48
## 830 53 53
## 831 53 53
## 832 51 51
## 833 54 54
## 834 53 53
## 835 51 51
## 836 52 52
## 837 49 49
## 838 49 49
## 839 53 53
## 840 53 53
## 841 53 53
## 842 52 52
## 843 52 52
## 844 50 50
## 845 52 52
## 846 50 50
## 847 52 52
## 848 48 48
## 849 48 48
## 850 51 51
## 851 48 48
## 852 51 51
## 853 49 49
## 854 51 51
## 855 52 52
## 856 51 51
## 857 52 52
## 858 53 53
## 859 51 51
## 860 48 48
## 861 51 51
## 862 50 50
## 863 48 48
## 864 48 48
## 865 48 48
## 866 49 49
## 867 49 49
## 868 49 49
## 869 49 49
## 870 50 50
## 871 48 48
## 872 50 50
## 873 50 50
## 874 50 50
## 875 47 47
## 876 49 49
## 877 51 51
## 878 48 48
## 879 51 51
## 880 50 50
## 881 49 49
## 882 49 49
## 883 49 49
## 884 49 49
## 885 49 49
## 886 49 49
## 887 49 49
## 888 46 46
## 889 50 50
## 890 49 49
## 891 44 44
## 892 48 48
## 893 50 50
## 894 48 48
## 895 49 49
## 896 48 48
## 897 49 49
## 898 50 50
## 899 50 50
## 900 47 47
## 901 47 47
## 902 49 49
## 903 51 51
## 904 48 48
## 905 50 50
## 906 47 47
## 907 46 46
## 908 49 49
## 909 45 45
## 910 44 44
## 911 48 48
## 912 49 49
## 913 47 47
## 914 48 48
## 915 47 47
## 916 45 45
## 917 48 48
## 918 46 46
## 919 46 46
## 920 47 47
## 921 49 49
## 922 48 48
## 923 47 47
## 924 46 46
## 925 49 49
## 926 45 45
## 927 46 46
## 928 44 44
## 929 47 47
## 930 46 46
## 931 48 48
## 932 47 47
## 933 46 46
## 934 47 47
## 935 47 47
## 936 46 46
## 937 43 43
## 938 46 46
## 939 46 46
## 940 45 45
## 941 46 46
## 942 46 46
## 943 44 44
## 944 44 44
## 945 44 44
## 946 45 45
## 947 42 42
## 948 45 45
## 949 43 43
## 950 44 44
## 951 43 43
## 952 46 46
## 953 43 43
## 954 45 45
## 955 44 44
## 956 48 48
## 957 46 46
## 958 44 44
## 959 44 44
## 960 44 44
## 961 46 46
## 962 44 44
## 963 41 41
## 964 46 46
## 965 44 44
## 966 42 42
## 967 45 45
## 968 45 45
## 969 43 43
## 970 45 45
## 971 43 43
## 972 41 41
## 973 44 44
## 974 41 41
## 975 43 43
## 976 45 45
## 977 43 43
## 978 45 45
## 979 45 45
## 980 43 43
## 981 45 45
## 982 44 44
## 983 42 42
## 984 44 44
## 985 43 43
## 986 45 45
## 987 43 43
## 988 40 40
## 989 42 42
## 990 44 44
## 991 41 41
## 992 43 43
## 993 44 44
## 994 42 42
## 995 43 43
## 996 42 42
## 997 42 42
## 998 42 42
## 999 40 40
## 1000 42 42
## 1001 44 44
## 1002 42 42
## 1003 41 41
## 1004 42 42
## 1005 44 44
## 1006 39 39
## 1007 41 41
## 1008 42 42
## 1009 41 41
## 1010 39 39
## 1011 40 40
## 1012 41 41
## 1013 42 42
## 1014 42 42
## 1015 42 42
## 1016 44 44
## 1017 42 42
## 1018 41 41
## 1019 41 41
## 1020 39 39
## 1021 40 40
## 1022 42 42
## 1023 42 42
## 1024 42 42
## 1025 41 41
## 1026 41 41
## 1027 42 42
## 1028 42 42
## 1029 38 38
## 1030 43 43
## 1031 42 42
## 1032 42 42
## 1033 41 41
## 1034 39 39
## 1035 41 41
## 1036 41 41
## 1037 38 38
## 1038 38 38
## 1039 40 40
## 1040 41 41
## 1041 42 42
## 1042 40 40
## 1043 41 41
## 1044 38 38
## 1045 43 43
## 1046 42 42
## 1047 37 37
## 1048 41 41
## 1049 42 42
## 1050 41 41
## 1051 41 41
## 1052 39 39
## 1053 39 39
## 1054 41 41
## 1055 39 39
## 1056 37 37
## 1057 38 38
## 1058 41 41
## 1059 42 42
## 1060 41 41
## 1061 38 38
## 1062 40 40
## 1063 41 41
## 1064 41 41
## 1065 38 38
## 1066 41 41
## 1067 39 39
## 1068 43 43
## 1069 39 39
## 1070 40 40
## 1071 40 40
## 1072 40 40
## 1073 38 38
## 1074 37 37
## 1075 36 36
## 1076 43 43
## 1077 38 38
## 1078 40 40
## 1079 40 40
## 1080 39 39
## 1081 39 39
## 1082 37 37
## 1083 34 34
## 1084 38 38
## 1085 41 41
## 1086 39 39
## 1087 35 35
## 1088 35 35
## 1089 35 35
## 1090 36 36
## 1091 40 40
## 1092 38 38
## 1093 39 39
## 1094 38 38
## 1095 39 39
## 1096 39 39
## 1097 39 39
## 1098 39 39
## 1099 39 39
## 1100 38 38
## 1101 38 38
## 1102 38 38
## 1103 40 40
## 1104 40 40
## 1105 37 37
## 1106 35 35
## 1107 38 38
## 1108 40 40
## 1109 38 38
## 1110 39 39
## 1111 37 37
## 1112 38 38
## 1113 39 39
## 1114 37 37
## 1115 38 38
## 1116 37 37
## 1117 36 36
## 1118 38 38
## 1119 36 36
## 1120 38 38
## 1121 38 38
## 1122 38 38
## 1123 37 37
## 1124 37 37
## 1125 37 37
## 1126 36 36
## 1127 37 37
## 1128 37 37
## 1129 37 37
## 1130 38 38
## 1131 34 34
## 1132 34 34
## 1133 37 37
## 1134 37 37
## 1135 38 38
## 1136 36 36
## 1137 35 35
## 1138 37 37
## 1139 37 37
## 1140 38 38
## 1141 36 36
## 1142 36 36
## 1143 36 36
## 1144 35 35
## 1145 36 36
## 1146 36 36
## 1147 37 37
## 1148 34 34
## 1149 38 38
## 1150 36 36
## 1151 37 37
## 1152 35 35
## 1153 35 35
## 1154 36 36
## 1155 36 36
## 1156 36 36
## 1157 37 37
## 1158 34 34
## 1159 33 33
## 1160 36 36
## 1161 36 36
## 1162 36 36
## 1163 34 34
## 1164 32 32
## 1165 37 37
## 1166 32 32
## 1167 36 36
## 1168 35 35
## 1169 36 36
## 1170 36 36
## 1171 35 35
## 1172 35 35
## 1173 37 37
## 1174 34 34
## 1175 35 35
## 1176 37 37
## 1177 37 37
## 1178 35 35
## 1179 34 34
## 1180 34 34
## 1181 37 37
## 1182 35 35
## 1183 35 35
## 1184 35 35
## 1185 35 35
## 1186 35 35
## 1187 35 35
## 1188 36 36
## 1189 34 34
## 1190 27 27
## 1191 36 36
## 1192 35 35
## 1193 34 34
## 1194 35 35
## 1195 33 33
## 1196 38 38
## 1197 35 35
## 1198 35 35
## 1199 34 34
## 1200 35 35
## 1201 34 34
## 1202 34 34
## 1203 34 34
## 1204 34 34
## 1205 36 36
## 1206 36 36
## 1207 34 34
## 1208 35 35
## 1209 35 35
## 1210 34 34
## 1211 34 34
## 1212 31 31
## 1213 35 35
## 1214 33 33
## 1215 33 33
## 1216 35 35
## 1217 34 34
## 1218 31 31
## 1219 34 34
## 1220 35 35
## 1221 32 32
## 1222 34 34
## 1223 33 33
## 1224 33 33
## 1225 34 34
## 1226 33 33
## 1227 34 34
## 1228 33 33
## 1229 31 31
## 1230 34 34
## 1231 34 34
## 1232 32 32
## 1233 31 31
## 1234 31 31
## 1235 33 33
## 1236 34 34
## 1237 29 29
## 1238 32 32
## 1239 33 33
## 1240 33 33
## 1241 33 33
## 1242 33 33
## 1243 25 25
## 1244 34 34
## 1245 33 33
## 1246 34 34
## 1247 32 32
## 1248 33 33
## 1249 33 33
## 1250 32 32
## 1251 33 33
## 1252 34 34
## 1253 32 32
## 1254 31 31
## 1255 31 31
## 1256 31 31
## 1257 32 32
## 1258 32 32
## 1259 30 30
## 1260 31 31
## 1261 30 30
## 1262 30 30
## 1263 33 33
## 1264 30 30
## 1265 34 34
## 1266 32 32
## 1267 33 33
## 1268 33 33
## 1269 33 33
## 1270 32 32
## 1271 32 32
## 1272 32 32
## 1273 31 31
## 1274 31 31
## 1275 31 31
## 1276 31 31
## 1277 32 32
## 1278 32 32
## 1279 30 30
## 1280 31 31
## 1281 31 31
## 1282 32 32
## 1283 31 31
## 1284 31 31
## 1285 28 28
## 1286 30 30
## 1287 30 30
## 1288 31 31
## 1289 29 29
## 1290 29 29
## 1291 31 31
## 1292 30 30
## 1293 30 30
## 1294 31 31
## 1295 30 30
## 1296 32 32
## 1297 31 31
## 1298 29 29
## 1299 32 32
## 1300 32 32
## 1301 33 33
## 1302 30 30
## 1303 29 29
## 1304 29 29
## 1305 30 30
## 1306 33 33
## 1307 32 32
## 1308 31 31
## 1309 31 31
## 1310 31 31
## 1311 29 29
## 1312 33 33
## 1313 33 33
## 1314 30 30
## 1315 30 30
## 1316 31 31
## 1317 29 29
## 1318 30 30
## 1319 30 30
## 1320 31 31
## 1321 30 30
## 1322 30 30
## 1323 30 30
## 1324 31 31
## 1325 28 28
## 1326 30 30
## 1327 27 27
## 1328 27 27
## 1329 27 27
## 1330 30 30
## 1331 31 31
## 1332 29 29
## 1333 29 29
## 1334 31 31
## 1335 31 31
## 1336 30 30
## 1337 29 29
## 1338 29 29
## 1339 29 29
## 1340 28 28
## 1341 32 32
## 1342 29 29
## 1343 31 31
## 1344 29 29
## 1345 28 28
## 1346 30 30
## 1347 28 28
## 1348 29 29
## 1349 28 28
## 1350 29 29
## 1351 28 28
## 1352 29 29
## 1353 28 28
## 1354 29 29
## 1355 29 29
## 1356 28 28
## 1357 28 28
## 1358 28 28
## 1359 29 29
## 1360 26 26
## 1361 28 28
## 1362 28 28
## 1363 29 29
## 1364 29 29
## 1365 28 28
## 1366 29 29
## 1367 29 29
## 1368 29 29
## 1369 28 28
## 1370 27 27
## 1371 30 30
## 1372 26 26
## 1373 27 27
## 1374 28 28
## 1375 29 29
## 1376 29 29
## 1377 29 29
## 1378 29 29
## 1379 26 26
## 1380 28 28
## 1381 29 29
## 1382 28 28
## 1383 26 26
## 1384 28 28
## 1385 28 28
## 1386 27 27
## 1387 28 28
## 1388 27 27
## 1389 27 27
## 1390 28 28
## 1391 28 28
## 1392 28 28
## 1393 27 27
## 1394 27 27
## 1395 27 27
## 1396 28 28
## 1397 31 31
## 1398 28 28
## 1399 27 27
## 1400 29 29
## 1401 27 27
## 1402 24 24
## 1403 28 28
## 1404 27 27
## 1405 27 27
## 1406 27 27
## 1407 28 28
## 1408 27 27
## 1409 29 29
## 1410 28 28
## 1411 27 27
## 1412 28 28
## 1413 28 28
## 1414 25 25
## 1415 29 29
## 1416 28 28
## 1417 27 27
## 1418 28 28
## 1419 25 25
## 1420 25 25
## 1421 27 27
## 1422 27 27
## 1423 27 27
## 1424 28 28
## 1425 26 26
## 1426 27 27
## 1427 26 26
## 1428 27 27
## 1429 27 27
## 1430 25 25
## 1431 27 27
## 1432 25 25
## 1433 27 27
## 1434 24 24
## 1435 27 27
## 1436 26 26
## 1437 28 28
## 1438 27 27
## 1439 26 26
## 1440 24 24
## 1441 28 28
## 1442 27 27
## 1443 27 27
## 1444 27 27
## 1445 28 28
## 1446 27 27
## 1447 26 26
## 1448 27 27
## 1449 29 29
## 1450 26 26
## 1451 26 26
## 1452 26 26
## 1453 25 25
## 1454 29 29
## 1455 27 27
## 1456 29 29
## 1457 26 26
## 1458 26 26
## 1459 25 25
## 1460 27 27
## 1461 27 27
## 1462 24 24
## 1463 27 27
## 1464 24 24
## 1465 20 20
## 1466 25 25
## 1467 27 27
## 1468 25 25
## 1469 25 25
## 1470 26 26
## 1471 24 24
## 1472 25 25
## 1473 20 20
## 1474 27 27
## 1475 26 26
## 1476 26 26
## 1477 27 27
## 1478 27 27
## 1479 26 26
## 1480 26 26
## 1481 27 27
## 1482 26 26
## 1483 26 26
## 1484 26 26
## 1485 25 25
## 1486 25 25
## 1487 28 28
## 1488 26 26
## 1489 23 23
## 1490 26 26
## 1491 24 24
## 1492 26 26
## 1493 24 24
## 1494 25 25
## 1495 26 26
## 1496 25 25
## 1497 24 24
## 1498 23 23
## 1499 25 25
## 1500 24 24
## 1501 26 26
## 1502 26 26
## 1503 25 25
## 1504 25 25
## 1505 26 26
## 1506 25 25
## 1507 26 26
## 1508 25 25
## 1509 25 25
## 1510 25 25
## 1511 26 26
## 1512 25 25
## 1513 23 23
## 1514 26 26
## 1515 24 24
## 1516 26 26
## 1517 18 18
## 1518 25 25
## 1519 18 18
## 1520 25 25
## 1521 23 23
## 1522 25 25
## 1523 24 24
## 1524 25 25
## 1525 24 24
## 1526 25 25
## 1527 24 24
## 1528 22 22
## 1529 23 23
## 1530 24 24
## 1531 22 22
## 1532 23 23
## 1533 22 22
## 1534 23 23
## 1535 25 25
## 1536 26 26
## 1537 25 25
## 1538 24 24
## 1539 23 23
## 1540 23 23
## 1541 26 26
## 1542 25 25
## 1543 24 24
## 1544 24 24
## 1545 25 25
## 1546 26 26
## 1547 24 24
## 1548 24 24
## 1549 24 24
## 1550 24 24
## 1551 25 25
## 1552 20 20
## 1553 25 25
## 1554 25 25
## 1555 24 24
## 1556 24 24
## 1557 25 25
## 1558 20 20
## 1559 25 25
## 1560 25 25
## 1561 23 23
## 1562 23 23
## 1563 22 22
## 1564 25 25
## 1565 23 23
## 1566 24 24
## 1567 23 23
## 1568 22 22
## 1569 21 21
## 1570 24 24
## 1571 18 18
## 1572 22 22
## 1573 24 24
## 1574 24 24
## 1575 23 23
## 1576 24 24
## 1577 24 24
## 1578 23 23
## 1579 23 23
## 1580 24 24
## 1581 24 24
## 1582 23 23
## 1583 23 23
## 1584 24 24
## 1585 21 21
## 1586 23 23
## 1587 25 25
## 1588 23 23
## 1589 23 23
## 1590 23 23
## 1591 24 24
## 1592 20 20
## 1593 20 20
## 1594 23 23
## 1595 21 21
## 1596 22 22
## 1597 22 22
## 1598 22 22
## 1599 22 22
## 1600 23 23
## 1601 23 23
## 1602 22 22
## 1603 25 25
## 1604 25 25
## 1605 23 23
## 1606 22 22
## 1607 22 22
## 1608 22 22
## 1609 24 24
## 1610 22 22
## 1611 23 23
## 1612 23 23
## 1613 23 23
## 1614 22 22
## 1615 23 23
## 1616 24 24
## 1617 24 24
## 1618 21 21
## 1619 22 22
## 1620 21 21
## 1621 21 21
## 1622 23 23
## 1623 25 25
## 1624 23 23
## 1625 23 23
## 1626 24 24
## 1627 23 23
## 1628 24 24
## 1629 22 22
## 1630 21 21
## 1631 23 23
## 1632 23 23
## 1633 22 22
## 1634 24 24
## 1635 24 24
## 1636 22 22
## 1637 23 23
## 1638 22 22
## 1639 23 23
## 1640 23 23
## 1641 21 21
## 1642 23 23
## 1643 22 22
## 1644 19 19
## 1645 20 20
## 1646 23 23
## 1647 22 22
## 1648 21 21
## 1649 23 23
## 1650 21 21
## 1651 21 21
## 1652 23 23
## 1653 21 21
## 1654 22 22
## 1655 22 22
## 1656 20 20
## 1657 23 23
## 1658 21 21
## 1659 23 23
## 1660 22 22
## 1661 21 21
## 1662 21 21
## 1663 23 23
## 1664 21 21
## 1665 21 21
## 1666 21 21
## 1667 22 22
## 1668 22 22
## 1669 20 20
## 1670 21 21
## 1671 21 21
## 1672 21 21
## 1673 24 24
## 1674 21 21
## 1675 23 23
## 1676 22 22
## 1677 23 23
## 1678 22 22
## 1679 20 20
## 1680 22 22
## 1681 21 21
## 1682 21 21
## 1683 21 21
## 1684 21 21
## 1685 20 20
## 1686 22 22
## 1687 20 20
## 1688 21 21
## 1689 20 20
## 1690 21 21
## 1691 19 19
## 1692 20 20
## 1693 22 22
## 1694 22 22
## 1695 20 20
## 1696 19 19
## 1697 22 22
## 1698 22 22
## 1699 23 23
## 1700 22 22
## 1701 21 21
## 1702 20 20
## 1703 21 21
## 1704 21 21
## 1705 22 22
## 1706 21 21
## 1707 22 22
## 1708 21 21
## 1709 21 21
## 1710 21 21
## 1711 22 22
## 1712 22 22
## 1713 19 19
## 1714 20 20
## 1715 21 21
## 1716 19 19
## 1717 19 19
## 1718 19 19
## 1719 20 20
## 1720 21 21
## 1721 20 20
## 1722 20 20
## 1723 21 21
## 1724 21 21
## 1725 21 21
## 1726 21 21
## 1727 22 22
## 1728 19 19
## 1729 21 21
## 1730 19 19
## 1731 20 20
## 1732 21 21
## 1733 20 20
## 1734 20 20
## 1735 19 19
## 1736 19 19
## 1737 21 21
## 1738 20 20
## 1739 20 20
## 1740 20 20
## 1741 20 20
## 1742 19 19
## 1743 21 21
## 1744 22 22
## 1745 22 22
## 1746 21 21
## 1747 20 20
## 1748 22 22
## 1749 20 20
## 1750 20 20
## 1751 21 21
## 1752 20 20
## 1753 20 20
## 1754 20 20
## 1755 20 20
## 1756 21 21
## 1757 21 21
## 1758 20 20
## 1759 22 22
## 1760 20 20
## 1761 21 21
## 1762 21 21
## 1763 21 21
## 1764 19 19
## 1765 21 21
## 1766 20 20
## 1767 21 21
## 1768 23 23
## 1769 20 20
## 1770 19 19
## 1771 20 20
## 1772 20 20
## 1773 21 21
## 1774 20 20
## 1775 19 19
## 1776 20 20
## 1777 21 21
## 1778 21 21
## 1779 18 18
## 1780 20 20
## 1781 20 20
## 1782 20 20
## 1783 20 20
## 1784 21 21
## 1785 21 21
## 1786 19 19
## 1787 18 18
## 1788 18 18
## 1789 17 17
## 1790 18 18
## 1791 20 20
## 1792 21 21
## 1793 19 19
## 1794 20 20
## 1795 20 20
## 1796 20 20
## 1797 20 20
## 1798 19 19
## 1799 20 20
## 1800 21 21
## 1801 19 19
## 1802 20 20
## 1803 18 18
## 1804 20 20
## 1805 20 20
## 1806 20 20
## 1807 20 20
## 1808 20 20
## 1809 20 20
## 1810 20 20
## 1811 19 19
## 1812 18 18
## 1813 19 19
## 1814 18 18
## 1815 21 21
## 1816 21 21
## 1817 21 21
## 1818 20 20
## 1819 20 20
## 1820 21 21
## 1821 20 20
## 1822 21 21
## 1823 18 18
## 1824 19 19
## 1825 20 20
## 1826 20 20
## 1827 18 18
## 1828 19 19
## 1829 19 19
## 1830 19 19
## 1831 19 19
## 1832 19 19
## 1833 20 20
## 1834 20 20
## 1835 20 20
## 1836 19 19
## 1837 18 18
## 1838 20 20
## 1839 19 19
## 1840 20 20
## 1841 20 20
## 1842 19 19
## 1843 19 19
## 1844 18 18
## 1845 20 20
## 1846 19 19
## 1847 18 18
## 1848 19 19
## 1849 19 19
## 1850 19 19
## 1851 18 18
## 1852 20 20
## 1853 17 17
## 1854 21 21
## 1855 19 19
## 1856 15 15
## 1857 19 19
## 1858 18 18
## 1859 16 16
## 1860 19 19
## 1861 19 19
## 1862 20 20
## 1863 17 17
## 1864 17 17
## 1865 19 19
## 1866 20 20
## 1867 18 18
## 1868 20 20
## 1869 18 18
## 1870 18 18
## 1871 18 18
## 1872 19 19
## 1873 19 19
## 1874 19 19
## 1875 20 20
## 1876 19 19
## 1877 18 18
## 1878 18 18
## 1879 18 18
## 1880 18 18
## 1881 17 17
## 1882 17 17
## 1883 19 19
## 1884 19 19
## 1885 19 19
## 1886 18 18
## 1887 18 18
## 1888 18 18
## 1889 19 19
## 1890 19 19
## 1891 18 18
## 1892 18 18
## 1893 19 19
## 1894 18 18
## 1895 18 18
## 1896 19 19
## 1897 19 19
## 1898 18 18
## 1899 18 18
## 1900 18 18
## 1901 17 17
## 1902 17 17
## 1903 19 19
## 1904 18 18
## 1905 18 18
## 1906 17 17
## 1907 18 18
## 1908 18 18
## 1909 19 19
## 1910 18 18
## 1911 18 18
## 1912 17 17
## 1913 16 16
## 1914 19 19
## 1915 19 19
## 1916 20 20
## 1917 20 20
## 1918 19 19
## 1919 18 18
## 1920 19 19
## 1921 17 17
## 1922 17 17
## 1923 19 19
## 1924 18 18
## 1925 18 18
## 1926 16 16
## 1927 19 19
## 1928 16 16
## 1929 16 16
## 1930 19 19
## 1931 19 19
## 1932 17 17
## 1933 17 17
## 1934 17 17
## 1935 18 18
## 1936 18 18
## 1937 18 18
## 1938 17 17
## 1939 17 17
## 1940 16 16
## 1941 19 19
## 1942 17 17
## 1943 19 19
## 1944 18 18
## 1945 19 19
## 1946 19 19
## 1947 18 18
## 1948 16 16
## 1949 18 18
## 1950 18 18
## 1951 17 17
## 1952 17 17
## 1953 18 18
## 1954 20 20
## 1955 19 19
## 1956 17 17
## 1957 18 18
## 1958 17 17
## 1959 19 19
## 1960 19 19
## 1961 17 17
## 1962 18 18
## 1963 17 17
## 1964 17 17
## 1965 18 18
## 1966 17 17
## 1967 17 17
## 1968 17 17
## 1969 18 18
## 1970 16 16
## 1971 17 17
## 1972 18 18
## 1973 17 17
## 1974 18 18
## 1975 15 15
## 1976 15 15
## 1977 18 18
## 1978 18 18
## 1979 17 17
## 1980 15 15
## 1981 19 19
## 1982 17 17
## 1983 16 16
## 1984 18 18
## 1985 18 18
## 1986 16 16
## 1987 17 17
## 1988 17 17
## 1989 17 17
## 1990 17 17
## 1991 17 17
## 1992 17 17
## 1993 16 16
## 1994 17 17
## 1995 17 17
## 1996 18 18
## 1997 18 18
## 1998 17 17
## 1999 17 17
## 2000 17 17
## 2001 15 15
## 2002 17 17
## 2003 17 17
## 2004 18 18
## 2005 18 18
## 2006 16 16
## 2007 18 18
## 2008 18 18
## 2009 16 16
## 2010 17 17
## 2011 13 13
## 2012 16 16
## 2013 17 17
## 2014 16 16
## 2015 18 18
## 2016 18 18
## 2017 17 17
## 2018 18 18
## 2019 18 18
## 2020 17 17
## 2021 19 19
## 2022 17 17
## 2023 17 17
## 2024 17 17
## 2025 18 18
## 2026 17 17
## 2027 16 16
## 2028 18 18
## 2029 18 18
## 2030 16 16
## 2031 16 16
## 2032 15 15
## 2033 17 17
## 2034 16 16
## 2035 17 17
## 2036 18 18
## 2037 17 17
## 2038 16 16
## 2039 16 16
## 2040 16 16
## 2041 18 18
## 2042 17 17
## 2043 17 17
## 2044 17 17
## 2045 14 14
## 2046 16 16
## 2047 16 16
## 2048 15 15
## 2049 16 16
## 2050 17 17
## 2051 15 15
## 2052 16 16
## 2053 17 17
## 2054 17 17
## 2055 17 17
## 2056 16 16
## 2057 17 17
## 2058 17 17
## 2059 17 17
## 2060 17 17
## 2061 17 17
## 2062 15 15
## 2063 18 18
## 2064 18 18
## 2065 16 16
## 2066 17 17
## 2067 15 15
## 2068 16 16
## 2069 16 16
## 2070 16 16
## 2071 16 16
## 2072 16 16
## 2073 16 16
## 2074 15 15
## 2075 16 16
## 2076 16 16
## 2077 17 17
## 2078 17 17
## 2079 17 17
## 2080 15 15
## 2081 16 16
## 2082 17 17
## 2083 15 15
## 2084 16 16
## 2085 17 17
## 2086 15 15
## 2087 17 17
## 2088 16 16
## 2089 16 16
## 2090 16 16
## 2091 16 16
## 2092 15 15
## 2093 16 16
## 2094 17 17
## 2095 16 16
## 2096 16 16
## 2097 16 16
## 2098 16 16
## 2099 17 17
## 2100 16 16
## 2101 15 15
## 2102 17 17
## 2103 17 17
## 2104 16 16
## 2105 16 16
## 2106 16 16
## 2107 17 17
## 2108 15 15
## 2109 16 16
## 2110 16 16
## 2111 15 15
## 2112 16 16
## 2113 16 16
## 2114 16 16
## 2115 13 13
## 2116 13 13
## 2117 17 17
## 2118 15 15
## 2119 17 17
## 2120 17 17
## 2121 15 15
## 2122 17 17
## 2123 15 15
## 2124 15 15
## 2125 15 15
## 2126 16 16
## 2127 16 16
## 2128 14 14
## 2129 16 16
## 2130 15 15
## 2131 16 16
## 2132 16 16
## 2133 15 15
## 2134 16 16
## 2135 16 16
## 2136 14 14
## 2137 16 16
## 2138 17 17
## 2139 15 15
## 2140 16 16
## 2141 14 14
## 2142 15 15
## 2143 17 17
## 2144 16 16
## 2145 17 17
## 2146 15 15
## 2147 16 16
## 2148 15 15
## 2149 14 14
## 2150 16 16
## 2151 16 16
## 2152 15 15
## 2153 15 15
## 2154 16 16
## 2155 16 16
## 2156 14 14
## 2157 16 16
## 2158 16 16
## 2159 16 16
## 2160 15 15
## 2161 16 16
## 2162 16 16
## 2163 16 16
## 2164 14 14
## 2165 16 16
## 2166 14 14
## 2167 14 14
## 2168 16 16
## 2169 17 17
## 2170 15 15
## 2171 15 15
## 2172 14 14
## 2173 15 15
## 2174 16 16
## 2175 14 14
## 2176 15 15
## 2177 15 15
## 2178 16 16
## 2179 16 16
## 2180 13 13
## 2181 15 15
## 2182 15 15
## 2183 14 14
## 2184 14 14
## 2185 15 15
## 2186 15 15
## 2187 16 16
## 2188 14 14
## 2189 15 15
## 2190 15 15
## 2191 16 16
## 2192 15 15
## 2193 15 15
## 2194 15 15
## 2195 14 14
## 2196 15 15
## 2197 15 15
## 2198 15 15
## 2199 16 16
## 2200 13 13
## 2201 15 15
## 2202 14 14
## 2203 14 14
## 2204 13 13
## 2205 15 15
## 2206 15 15
## 2207 15 15
## 2208 15 15
## 2209 16 16
## 2210 15 15
## 2211 13 13
## 2212 15 15
## 2213 15 15
## 2214 16 16
## 2215 16 16
## 2216 15 15
## 2217 15 15
## 2218 16 16
## 2219 16 16
## 2220 15 15
## 2221 15 15
## 2222 14 14
## 2223 14 14
## 2224 14 14
## 2225 14 14
## 2226 12 12
## 2227 15 15
## 2228 14 14
## 2229 15 15
## 2230 14 14
## 2231 14 14
## 2232 15 15
## 2233 15 15
## 2234 14 14
## 2235 14 14
## 2236 14 14
## 2237 15 15
## 2238 16 16
## 2239 15 15
## 2240 14 14
## 2241 15 15
## 2242 16 16
## 2243 14 14
## 2244 14 14
## 2245 16 16
## 2246 16 16
## 2247 15 15
## 2248 15 15
## 2249 14 14
## 2250 14 14
## 2251 13 13
## 2252 14 14
## 2253 14 14
## 2254 14 14
## 2255 13 13
## 2256 16 16
## 2257 15 15
## 2258 13 13
## 2259 15 15
## 2260 15 15
## 2261 15 15
## 2262 15 15
## 2263 15 15
## 2264 13 13
## 2265 14 14
## 2266 14 14
## 2267 15 15
## 2268 13 13
## 2269 13 13
## 2270 15 15
## 2271 15 15
## 2272 14 14
## 2273 15 15
## 2274 15 15
## 2275 15 15
## 2276 15 15
## 2277 13 13
## 2278 14 14
## 2279 15 15
## 2280 15 15
## 2281 13 13
## 2282 14 14
## 2283 13 13
## 2284 14 14
## 2285 15 15
## 2286 14 14
## 2287 15 15
## 2288 13 13
## 2289 13 13
## 2290 14 14
## 2291 14 14
## 2292 14 14
## 2293 14 14
## 2294 14 14
## 2295 15 15
## 2296 15 15
## 2297 12 12
## 2298 15 15
## 2299 15 15
## 2300 15 15
## 2301 15 15
## 2302 14 14
## 2303 13 13
## 2304 14 14
## 2305 14 14
## 2306 14 14
## 2307 14 14
## 2308 14 14
## 2309 15 15
## 2310 13 13
## 2311 13 13
## 2312 14 14
## 2313 14 14
## 2314 14 14
## 2315 13 13
## 2316 13 13
## 2317 14 14
## 2318 15 15
## 2319 14 14
## 2320 14 14
## 2321 14 14
## 2322 14 14
## 2323 14 14
## 2324 14 14
## 2325 14 14
## 2326 14 14
## 2327 14 14
## 2328 13 13
## 2329 13 13
## 2330 15 15
## 2331 15 15
## 2332 14 14
## 2333 14 14
## 2334 14 14
## 2335 14 14
## 2336 14 14
## 2337 14 14
## 2338 14 14
## 2339 14 14
## 2340 14 14
## 2341 14 14
## 2342 14 14
## 2343 14 14
## 2344 13 13
## 2345 15 15
## 2346 13 13
## 2347 13 13
## 2348 15 15
## 2349 14 14
## 2350 14 14
## 2351 12 12
## 2352 14 14
## 2353 15 15
## 2354 12 12
## 2355 13 13
## 2356 13 13
## 2357 11 11
## 2358 11 11
## 2359 14 14
## 2360 14 14
## 2361 14 14
## 2362 13 13
## 2363 14 14
## 2364 15 15
## 2365 12 12
## 2366 12 12
## 2367 12 12
## 2368 13 13
## 2369 14 14
## 2370 15 15
## 2371 15 15
## 2372 13 13
## 2373 13 13
## 2374 13 13
## 2375 14 14
## 2376 14 14
## 2377 14 14
## 2378 12 12
## 2379 14 14
## 2380 13 13
## 2381 14 14
## 2382 14 14
## 2383 13 13
## 2384 14 14
## 2385 14 14
## 2386 13 13
## 2387 13 13
## 2388 12 12
## 2389 14 14
## 2390 13 13
## 2391 13 13
## 2392 14 14
## 2393 14 14
## 2394 14 14
## 2395 14 14
## 2396 12 12
## 2397 14 14
## 2398 14 14
## 2399 12 12
## 2400 14 14
## 2401 13 13
## 2402 14 14
## 2403 12 12
## 2404 14 14
## 2405 15 15
## 2406 14 14
## 2407 14 14
## 2408 14 14
## 2409 10 10
## 2410 10 10
## 2411 13 13
## 2412 13 13
## 2413 12 12
## 2414 13 13
## 2415 12 12
## 2416 12 12
## 2417 13 13
## 2418 13 13
## 2419 11 11
## 2420 12 12
## 2421 12 12
## 2422 15 15
## 2423 14 14
## 2424 13 13
## 2425 13 13
## 2426 12 12
## 2427 12 12
## 2428 12 12
## 2429 12 12
## 2430 14 14
## 2431 12 12
## 2432 13 13
## 2433 13 13
## 2434 13 13
## 2435 13 13
## 2436 13 13
## 2437 13 13
## 2438 13 13
## 2439 13 13
## 2440 13 13
## 2441 11 11
## 2442 14 14
## 2443 13 13
## 2444 12 12
## 2445 13 13
## 2446 12 12
## 2447 11 11
## 2448 14 14
## 2449 12 12
## 2450 12 12
## 2451 12 12
## 2452 12 12
## 2453 13 13
## 2454 13 13
## 2455 13 13
## 2456 13 13
## 2457 12 12
## 2458 12 12
## 2459 14 14
## 2460 13 13
## 2461 12 12
## 2462 14 14
## 2463 12 12
## 2464 10 10
## 2465 13 13
## 2466 14 14
## 2467 12 12
## 2468 12 12
## 2469 12 12
## 2470 13 13
## 2471 14 14
## 2472 12 12
## 2473 12 12
## 2474 13 13
## 2475 13 13
## 2476 12 12
## 2477 13 13
## 2478 13 13
## 2479 13 13
## 2480 13 13
## 2481 9 9
## 2482 12 12
## 2483 13 13
## 2484 13 13
## 2485 13 13
## 2486 12 12
## 2487 14 14
## 2488 13 13
## 2489 13 13
## 2490 11 11
## 2491 12 12
## 2492 12 12
## 2493 12 12
## 2494 12 12
## 2495 12 12
## 2496 13 13
## 2497 13 13
## 2498 12 12
## 2499 12 12
## 2500 13 13
## 2501 13 13
## 2502 13 13
## 2503 13 13
## 2504 13 13
## 2505 12 12
## 2506 13 13
## 2507 13 13
## 2508 13 13
## 2509 13 13
## 2510 13 13
## 2511 13 13
## 2512 13 13
## 2513 11 11
## 2514 12 12
## 2515 12 12
## 2516 11 11
## 2517 14 14
## 2518 13 13
## 2519 13 13
## 2520 12 12
## 2521 12 12
## 2522 11 11
## 2523 12 12
## 2524 12 12
## 2525 12 12
## 2526 11 11
## 2527 13 13
## 2528 13 13
## 2529 13 13
## 2530 13 13
## 2531 14 14
## 2532 13 13
## 2533 13 13
## 2534 13 13
## 2535 12 12
## 2536 12 12
## 2537 12 12
## 2538 12 12
## 2539 11 11
## 2540 12 12
## 2541 12 12
## 2542 12 12
## 2543 12 12
## 2544 13 13
## 2545 13 13
## 2546 12 12
## 2547 11 11
## 2548 12 12
## 2549 13 13
## 2550 10 10
## 2551 12 12
## 2552 13 13
## 2553 12 12
## 2554 13 13
## 2555 12 12
## 2556 12 12
## 2557 12 12
## 2558 12 12
## 2559 12 12
## 2560 12 12
## 2561 12 12
## 2562 14 14
## 2563 12 12
## 2564 12 12
## 2565 12 12
## 2566 12 12
## 2567 11 11
## 2568 11 11
## 2569 11 11
## 2570 12 12
## 2571 12 12
## 2572 12 12
## 2573 12 12
## 2574 12 12
## 2575 11 11
## 2576 10 10
## 2577 10 10
## 2578 10 10
## 2579 12 12
## 2580 12 12
## 2581 12 12
## 2582 12 12
## 2583 11 11
## 2584 12 12
## 2585 11 11
## 2586 13 13
## 2587 9 9
## 2588 12 12
## 2589 12 12
## 2590 12 12
## 2591 12 12
## 2592 11 11
## 2593 12 12
## 2594 12 12
## 2595 12 12
## 2596 10 10
## 2597 12 12
## 2598 12 12
## 2599 13 13
## 2600 13 13
## 2601 11 11
## 2602 13 13
## 2603 12 12
## 2604 12 12
## 2605 12 12
## 2606 12 12
## 2607 13 13
## 2608 13 13
## 2609 11 11
## 2610 12 12
## 2611 12 12
## 2612 11 11
## 2613 12 12
## 2614 11 11
## 2615 10 10
## 2616 10 10
## 2617 11 11
## 2618 12 12
## 2619 12 12
## 2620 12 12
## 2621 12 12
## 2622 12 12
## 2623 11 11
## 2624 11 11
## 2625 12 12
## 2626 11 11
## 2627 11 11
## 2628 11 11
## 2629 11 11
## 2630 12 12
## 2631 12 12
## 2632 10 10
## 2633 11 11
## 2634 13 13
## 2635 11 11
## 2636 12 12
## 2637 12 12
## 2638 12 12
## 2639 10 10
## 2640 11 11
## 2641 10 10
## 2642 13 13
## 2643 12 12
## 2644 11 11
## 2645 11 11
## 2646 11 11
## 2647 12 12
## 2648 12 12
## 2649 11 11
## 2650 11 11
## 2651 12 12
## 2652 10 10
## 2653 12 12
## 2654 11 11
## 2655 12 12
## 2656 11 11
## 2657 12 12
## 2658 12 12
## 2659 12 12
## 2660 10 10
## 2661 11 11
## 2662 11 11
## 2663 11 11
## 2664 10 10
## 2665 11 11
## 2666 12 12
## 2667 12 12
## 2668 12 12
## 2669 11 11
## 2670 12 12
## 2671 11 11
## 2672 12 12
## 2673 11 11
## 2674 10 10
## 2675 11 11
## 2676 11 11
## 2677 11 11
## 2678 11 11
## 2679 11 11
## 2680 12 12
## 2681 12 12
## 2682 11 11
## 2683 12 12
## 2684 12 12
## 2685 11 11
## 2686 11 11
## 2687 11 11
## 2688 11 11
## 2689 10 10
## 2690 12 12
## 2691 11 11
## 2692 11 11
## 2693 11 11
## 2694 10 10
## 2695 11 11
## 2696 12 12
## 2697 11 11
## 2698 12 12
## 2699 12 12
## 2700 12 12
## 2701 10 10
## 2702 11 11
## 2703 11 11
## 2704 11 11
## 2705 11 11
## 2706 11 11
## 2707 10 10
## 2708 10 10
## 2709 10 10
## 2710 11 11
## 2711 11 11
## 2712 11 11
## 2713 11 11
## 2714 11 11
## 2715 12 12
## 2716 11 11
## 2717 11 11
## 2718 10 10
## 2719 11 11
## 2720 12 12
## 2721 10 10
## 2722 10 10
## 2723 10 10
## 2724 11 11
## 2725 11 11
## 2726 10 10
## 2727 11 11
## 2728 11 11
## 2729 11 11
## 2730 10 10
## 2731 10 10
## 2732 11 11
## 2733 12 12
## 2734 10 10
## 2735 11 11
## 2736 11 11
## 2737 11 11
## 2738 12 12
## 2739 10 10
## 2740 11 11
## 2741 10 10
## 2742 10 10
## 2743 10 10
## 2744 11 11
## 2745 11 11
## 2746 10 10
## 2747 11 11
## 2748 11 11
## 2749 11 11
## 2750 11 11
## 2751 11 11
## 2752 11 11
## 2753 11 11
## 2754 11 11
## 2755 11 11
## 2756 10 10
## 2757 12 12
## 2758 10 10
## 2759 10 10
## 2760 9 9
## 2761 12 12
## 2762 9 9
## 2763 11 11
## 2764 10 10
## 2765 11 11
## 2766 10 10
## 2767 10 10
## 2768 10 10
## 2769 10 10
## 2770 11 11
## 2771 11 11
## 2772 11 11
## 2773 11 11
## 2774 10 10
## 2775 11 11
## 2776 10 10
## 2777 8 8
## 2778 11 11
## 2779 11 11
## 2780 11 11
## 2781 11 11
## 2782 11 11
## 2783 11 11
## 2784 9 9
## 2785 11 11
## 2786 11 11
## 2787 10 10
## 2788 11 11
## 2789 10 10
## 2790 12 12
## 2791 11 11
## 2792 11 11
## 2793 10 10
## 2794 10 10
## 2795 10 10
## 2796 10 10
## 2797 10 10
## 2798 11 11
## 2799 10 10
## 2800 10 10
## 2801 10 10
## 2802 11 11
## 2803 11 11
## 2804 10 10
## 2805 10 10
## 2806 10 10
## 2807 10 10
## 2808 11 11
## 2809 11 11
## 2810 10 10
## 2811 10 10
## 2812 12 12
## 2813 11 11
## 2814 9 9
## 2815 11 11
## 2816 10 10
## 2817 12 12
## 2818 10 10
## 2819 9 9
## 2820 11 11
## 2821 11 11
## 2822 9 9
## 2823 9 9
## 2824 10 10
## 2825 10 10
## 2826 10 10
## 2827 11 11
## 2828 10 10
## 2829 10 10
## 2830 10 10
## 2831 10 10
## 2832 10 10
## 2833 10 10
## 2834 11 11
## 2835 11 11
## 2836 11 11
## 2837 10 10
## 2838 10 10
## 2839 11 11
## 2840 10 10
## 2841 9 9
## 2842 9 9
## 2843 11 11
## 2844 9 9
## 2845 9 9
## 2846 10 10
## 2847 10 10
## 2848 10 10
## 2849 10 10
## 2850 11 11
## 2851 8 8
## 2852 8 8
## 2853 11 11
## 2854 11 11
## 2855 10 10
## 2856 10 10
## 2857 9 9
## 2858 11 11
## 2859 10 10
## 2860 10 10
## 2861 10 10
## 2862 10 10
## 2863 8 8
## 2864 10 10
## 2865 9 9
## 2866 10 10
## 2867 10 10
## 2868 11 11
## 2869 10 10
## 2870 10 10
## 2871 11 11
## 2872 9 9
## 2873 10 10
## 2874 10 10
## 2875 10 10
## 2876 11 11
## 2877 9 9
## 2878 9 9
## 2879 10 10
## 2880 10 10
## 2881 10 10
## 2882 10 10
## 2883 11 11
## 2884 10 10
## 2885 10 10
## 2886 11 11
## 2887 11 11
## 2888 10 10
## 2889 10 10
## 2890 9 9
## 2891 11 11
## 2892 11 11
## 2893 10 10
## 2894 11 11
## 2895 10 10
## 2896 10 10
## 2897 11 11
## 2898 10 10
## 2899 10 10
## 2900 10 10
## 2901 10 10
## 2902 10 10
## 2903 9 9
## 2904 10 10
## 2905 10 10
## 2906 9 9
## 2907 10 10
## 2908 10 10
## 2909 10 10
## 2910 9 9
## 2911 11 11
## 2912 10 10
## 2913 10 10
## 2914 11 11
## 2915 10 10
## 2916 10 10
## 2917 9 9
## 2918 10 10
## 2919 10 10
## 2920 11 11
## 2921 9 9
## 2922 10 10
## 2923 10 10
## 2924 10 10
## 2925 9 9
## 2926 9 9
## 2927 10 10
## 2928 9 9
## 2929 10 10
## 2930 10 10
## 2931 10 10
## 2932 9 9
## 2933 10 10
## 2934 8 8
## 2935 10 10
## 2936 10 10
## 2937 9 9
## 2938 10 10
## 2939 10 10
## 2940 10 10
## 2941 9 9
## 2942 10 10
## 2943 10 10
## 2944 9 9
## 2945 9 9
## 2946 9 9
## 2947 10 10
## 2948 10 10
## 2949 9 9
## 2950 9 9
## 2951 9 9
## 2952 9 9
## 2953 9 9
## 2954 9 9
## 2955 8 8
## 2956 9 9
## 2957 10 10
## 2958 10 10
## 2959 11 11
## 2960 9 9
## 2961 10 10
## 2962 9 9
## 2963 9 9
## 2964 9 9
## 2965 10 10
## 2966 10 10
## 2967 10 10
## 2968 10 10
## 2969 9 9
## 2970 10 10
## 2971 9 9
## 2972 10 10
## 2973 9 9
## 2974 9 9
## 2975 9 9
## 2976 10 10
## 2977 9 9
## 2978 9 9
## 2979 10 10
## 2980 9 9
## 2981 9 9
## 2982 9 9
## 2983 10 10
## 2984 8 8
## 2985 9 9
## 2986 8 8
## 2987 8 8
## 2988 9 9
## 2989 9 9
## 2990 10 10
## 2991 9 9
## 2992 9 9
## 2993 9 9
## 2994 10 10
## 2995 10 10
## 2996 9 9
## 2997 9 9
## 2998 9 9
## 2999 10 10
## 3000 8 8
## 3001 8 8
## 3002 9 9
## 3003 10 10
## 3004 10 10
## 3005 10 10
## 3006 10 10
## 3007 10 10
## 3008 8 8
## 3009 9 9
## 3010 8 8
## 3011 9 9
## 3012 9 9
## 3013 9 9
## 3014 10 10
## 3015 8 8
## 3016 8 8
## 3017 10 10
## 3018 9 9
## 3019 9 9
## 3020 8 8
## 3021 9 9
## 3022 9 9
## 3023 9 9
## 3024 8 8
## 3025 7 7
## 3026 9 9
## 3027 9 9
## 3028 9 9
## 3029 9 9
## 3030 9 9
## 3031 9 9
## 3032 9 9
## 3033 7 7
## 3034 10 10
## 3035 10 10
## 3036 9 9
## 3037 10 10
## 3038 9 9
## 3039 9 9
## 3040 10 10
## 3041 9 9
## 3042 7 7
## 3043 7 7
## 3044 9 9
## 3045 9 9
## 3046 9 9
## 3047 10 10
## 3048 10 10
## 3049 8 8
## 3050 8 8
## 3051 10 10
## 3052 9 9
## 3053 8 8
## 3054 8 8
## 3055 8 8
## 3056 9 9
## 3057 9 9
## 3058 9 9
## 3059 8 8
## 3060 8 8
## 3061 9 9
## 3062 9 9
## 3063 9 9
## 3064 9 9
## 3065 10 10
## 3066 10 10
## 3067 8 8
## 3068 9 9
## 3069 9 9
## 3070 9 9
## 3071 9 9
## 3072 9 9
## 3073 10 10
## 3074 8 8
## 3075 9 9
## 3076 8 8
## 3077 10 10
## 3078 8 8
## 3079 9 9
## 3080 9 9
## 3081 9 9
## 3082 9 9
## 3083 9 9
## 3084 10 10
## 3085 9 9
## 3086 10 10
## 3087 10 10
## 3088 10 10
## 3089 11 11
## 3090 9 9
## 3091 9 9
## 3092 10 10
## 3093 9 9
## 3094 7 7
## 3095 10 10
## 3096 10 10
## 3097 10 10
## 3098 10 10
## 3099 9 9
## 3100 9 9
## 3101 9 9
## 3102 10 10
## 3103 9 9
## 3104 8 8
## 3105 8 8
## 3106 9 9
## 3107 9 9
## 3108 8 8
## 3109 10 10
## 3110 9 9
## 3111 9 9
## 3112 9 9
## 3113 10 10
## 3114 10 10
## 3115 9 9
## 3116 9 9
## 3117 9 9
## 3118 9 9
## 3119 9 9
## 3120 9 9
## 3121 9 9
## 3122 9 9
## 3123 9 9
## 3124 9 9
## 3125 9 9
## 3126 8 8
## 3127 9 9
## 3128 7 7
## 3129 9 9
## 3130 9 9
## 3131 10 10
## 3132 8 8
## 3133 9 9
## 3134 9 9
## 3135 8 8
## 3136 8 8
## 3137 7 7
## 3138 9 9
## 3139 9 9
## 3140 9 9
## 3141 9 9
## 3142 8 8
## 3143 8 8
## 3144 9 9
## 3145 8 8
## 3146 9 9
## 3147 9 9
## 3148 9 9
## 3149 9 9
## 3150 9 9
## 3151 9 9
## 3152 8 8
## 3153 8 8
## 3154 9 9
## 3155 9 9
## 3156 8 8
## 3157 9 9
## 3158 9 9
## 3159 9 9
## 3160 9 9
## 3161 9 9
## 3162 9 9
## 3163 9 9
## 3164 8 8
## 3165 8 8
## 3166 8 8
## 3167 9 9
## 3168 9 9
## 3169 8 8
## 3170 8 8
## 3171 10 10
## 3172 10 10
## 3173 9 9
## 3174 9 9
## 3175 9 9
## 3176 8 8
## 3177 9 9
## 3178 9 9
## 3179 9 9
## 3180 9 9
## 3181 9 9
## 3182 9 9
## 3183 10 10
## 3184 7 7
## 3185 9 9
## 3186 9 9
## 3187 8 8
## 3188 9 9
## 3189 10 10
## 3190 9 9
## 3191 9 9
## 3192 8 8
## 3193 10 10
## 3194 9 9
## 3195 9 9
## 3196 8 8
## 3197 8 8
## 3198 8 8
## 3199 9 9
## 3200 9 9
## 3201 9 9
## 3202 9 9
## 3203 9 9
## 3204 8 8
## 3205 9 9
## 3206 7 7
## 3207 9 9
## 3208 8 8
## 3209 9 9
## 3210 9 9
## 3211 8 8
## 3212 8 8
## 3213 9 9
## 3214 9 9
## 3215 9 9
## 3216 7 7
## 3217 7 7
## 3218 9 9
## 3219 9 9
## 3220 6 6
## 3221 9 9
## 3222 8 8
## 3223 8 8
## 3224 8 8
## 3225 8 8
## 3226 8 8
## 3227 8 8
## 3228 8 8
## 3229 8 8
## 3230 8 8
## 3231 9 9
## 3232 9 9
## 3233 9 9
## 3234 9 9
## 3235 8 8
## 3236 8 8
## 3237 9 9
## 3238 9 9
## 3239 9 9
## 3240 9 9
## 3241 9 9
## 3242 9 9
## 3243 7 7
## 3244 7 7
## 3245 7 7
## 3246 8 8
## 3247 9 9
## 3248 8 8
## 3249 8 8
## 3250 8 8
## 3251 8 8
## 3252 8 8
## 3253 9 9
## 3254 7 7
## 3255 9 9
## 3256 9 9
## 3257 9 9
## 3258 8 8
## 3259 9 9
## 3260 8 8
## 3261 8 8
## 3262 9 9
## 3263 8 8
## 3264 9 9
## 3265 9 9
## 3266 9 9
## 3267 8 8
## 3268 9 9
## 3269 8 8
## 3270 8 8
## 3271 9 9
## 3272 9 9
## 3273 6 6
## 3274 10 10
## 3275 8 8
## 3276 9 9
## 3277 9 9
## 3278 8 8
## 3279 9 9
## 3280 8 8
## 3281 8 8
## 3282 8 8
## 3283 7 7
## 3284 8 8
## 3285 8 8
## 3286 8 8
## 3287 8 8
## 3288 8 8
## 3289 8 8
## 3290 8 8
## 3291 7 7
## 3292 9 9
## 3293 9 9
## 3294 8 8
## 3295 9 9
## 3296 9 9
## 3297 9 9
## 3298 8 8
## 3299 8 8
## 3300 8 8
## 3301 8 8
## 3302 8 8
## 3303 9 9
## 3304 9 9
## 3305 7 7
## 3306 9 9
## 3307 8 8
## 3308 8 8
## 3309 9 9
## 3310 8 8
## 3311 8 8
## 3312 8 8
## 3313 8 8
## 3314 8 8
## 3315 9 9
## 3316 9 9
## 3317 7 7
## 3318 8 8
## 3319 9 9
## 3320 8 8
## 3321 8 8
## 3322 9 9
## 3323 8 8
## 3324 9 9
## 3325 9 9
## 3326 8 8
## 3327 7 7
## 3328 7 7
## 3329 8 8
## 3330 7 7
## 3331 8 8
## 3332 7 7
## 3333 7 7
## 3334 7 7
## 3335 8 8
## 3336 8 8
## 3337 9 9
## 3338 8 8
## 3339 8 8
## 3340 8 8
## 3341 8 8
## 3342 7 7
## 3343 8 8
## 3344 8 8
## 3345 8 8
## 3346 6 6
## 3347 8 8
## 3348 8 8
## 3349 8 8
## 3350 7 7
## 3351 8 8
## 3352 8 8
## 3353 7 7
## 3354 8 8
## 3355 8 8
## 3356 8 8
## 3357 7 7
## 3358 8 8
## 3359 8 8
## 3360 7 7
## 3361 9 9
## 3362 9 9
## 3363 9 9
## 3364 9 9
## 3365 9 9
## 3366 8 8
## 3367 8 8
## 3368 7 7
## 3369 7 7
## 3370 7 7
## 3371 7 7
## 3372 8 8
## 3373 8 8
## 3374 8 8
## 3375 8 8
## 3376 7 7
## 3377 8 8
## 3378 7 7
## 3379 8 8
## 3380 8 8
## 3381 8 8
## 3382 7 7
## 3383 2091 2091
## 3384 1993 1993
## 3385 1065 1065
## 3386 633 633
## 3387 1705 1705
## 3388 883 883
## 3389 496 496
## 3390 717 717
## 3391 867 867
## 3392 431 431
## 3393 911 911
## 3394 743 743
## 3395 927 927
## 3396 1819 1819
## 3397 1668 1668
## 3398 733 733
## 3399 1791 1791
## 3400 1579 1579
## 3401 733 733
## 3402 911 911
## 3403 909 909
## 3404 540 540
## 3405 407 407
## 3406 390 390
## 3407 390 390
## 3408 368 368
## 3409 364 364
## 3410 334 334
## 3411 306 306
## 3412 286 286
## 3413 294 294
## 3414 280 280
## 3415 257 257
## 3416 246 246
## 3417 245 245
## 3418 239 239
## 3419 216 216
## 3420 212 212
## 3421 212 212
## 3422 217 217
## 3423 212 212
## 3424 210 210
## 3425 209 209
## 3426 192 192
## 3427 177 177
## 3428 176 176
## 3429 157 157
## 3430 150 150
## 3431 150 150
## 3432 154 154
## 3433 154 154
## 3434 157 157
## 3435 145 145
## 3436 148 148
## 3437 148 148
## 3438 152 152
## 3439 144 144
## 3440 138 138
## 3441 140 140
## 3442 136 136
## 3443 136 136
## 3444 130 130
## 3445 131 131
## 3446 115 115
## 3447 130 130
## 3448 133 133
## 3449 110 110
## 3450 119 119
## 3451 118 118
## 3452 118 118
## 3453 117 117
## 3454 119 119
## 3455 115 115
## 3456 107 107
## 3457 110 110
## 3458 105 105
## 3459 110 110
## 3460 105 105
## 3461 98 98
## 3462 100 100
## 3463 104 104
## 3464 102 102
## 3465 98 98
## 3466 87 87
## 3467 85 85
## 3468 79 79
## 3469 82 82
## 3470 81 81
## 3471 80 80
## 3472 73 73
## 3473 78 78
## 3474 80 80
## 3475 78 78
## 3476 75 75
## 3477 78 78
## 3478 74 74
## 3479 74 74
## 3480 77 77
## 3481 72 72
## 3482 73 73
## 3483 72 72
## 3484 74 74
## 3485 62 62
## 3486 50 50
## 3487 60 60
## 3488 60 60
## 3489 56 56
## 3490 58 58
## 3491 54 54
## 3492 57 57
## 3493 57 57
## 3494 57 57
## 3495 53 53
## 3496 56 56
## 3497 56 56
## 3498 55 55
## 3499 50 50
## 3500 54 54
## 3501 53 53
## 3502 50 50
## 3503 51 51
## 3504 52 52
## 3505 52 52
## 3506 52 52
## 3507 51 51
## 3508 40 40
## 3509 52 52
## 3510 51 51
## 3511 46 46
## 3512 51 51
## 3513 51 51
## 3514 46 46
## 3515 45 45
## 3516 49 49
## 3517 45 45
## 3518 42 42
## 3519 45 45
## 3520 45 45
## 3521 44 44
## 3522 47 47
## 3523 44 44
## 3524 43 43
## 3525 46 46
## 3526 46 46
## 3527 45 45
## 3528 40 40
## 3529 30 30
## 3530 39 39
## 3531 44 44
## 3532 42 42
## 3533 42 42
## 3534 44 44
## 3535 40 40
## 3536 40 40
## 3537 35 35
## 3538 41 41
## 3539 39 39
## 3540 38 38
## 3541 38 38
## 3542 36 36
## 3543 40 40
## 3544 37 37
## 3545 34 34
## 3546 37 37
## 3547 35 35
## 3548 32 32
## 3549 32 32
## 3550 36 36
## 3551 35 35
## 3552 35 35
## 3553 33 33
## 3554 33 33
## 3555 35 35
## 3556 34 34
## 3557 35 35
## 3558 35 35
## 3559 34 34
## 3560 36 36
## 3561 34 34
## 3562 31 31
## 3563 31 31
## 3564 33 33
## 3565 35 35
## 3566 34 34
## 3567 33 33
## 3568 32 32
## 3569 28 28
## 3570 28 28
## 3571 29 29
## 3572 28 28
## 3573 31 31
## 3574 24 24
## 3575 31 31
## 3576 25 25
## 3577 29 29
## 3578 27 27
## 3579 27 27
## 3580 27 27
## 3581 30 30
## 3582 28 28
## 3583 28 28
## 3584 29 29
## 3585 28 28
## 3586 28 28
## 3587 25 25
## 3588 25 25
## 3589 18 18
## 3590 24 24
## 3591 24 24
## 3592 19 19
## 3593 19 19
## 3594 25 25
## 3595 24 24
## 3596 24 24
## 3597 25 25
## 3598 24 24
## 3599 24 24
## 3600 23 23
## 3601 26 26
## 3602 25 25
## 3603 24 24
## 3604 24 24
## 3605 24 24
## 3606 25 25
## 3607 23 23
## 3608 23 23
## 3609 23 23
## 3610 23 23
## 3611 22 22
## 3612 24 24
## 3613 20 20
## 3614 21 21
## 3615 23 23
## 3616 22 22
## 3617 22 22
## 3618 22 22
## 3619 22 22
## 3620 22 22
## 3621 21 21
## 3622 19 19
## 3623 20 20
## 3624 20 20
## 3625 21 21
## 3626 21 21
## 3627 19 19
## 3628 20 20
## 3629 21 21
## 3630 20 20
## 3631 20 20
## 3632 15 15
## 3633 16 16
## 3634 18 18
## 3635 19 19
## 3636 20 20
## 3637 20 20
## 3638 18 18
## 3639 20 20
## 3640 19 19
## 3641 17 17
## 3642 18 18
## 3643 18 18
## 3644 17 17
## 3645 19 19
## 3646 21 21
## 3647 20 20
## 3648 19 19
## 3649 15 15
## 3650 15 15
## 3651 18 18
## 3652 17 17
## 3653 16 16
## 3654 17 17
## 3655 16 16
## 3656 18 18
## 3657 18 18
## 3658 18 18
## 3659 17 17
## 3660 17 17
## 3661 17 17
## 3662 17 17
## 3663 18 18
## 3664 18 18
## 3665 16 16
## 3666 18 18
## 3667 18 18
## 3668 16 16
## 3669 17 17
## 3670 18 18
## 3671 18 18
## 3672 16 16
## 3673 15 15
## 3674 17 17
## 3675 17 17
## 3676 16 16
## 3677 15 15
## 3678 15 15
## 3679 15 15
## 3680 13 13
## 3681 17 17
## 3682 17 17
## 3683 14 14
## 3684 15 15
## 3685 14 14
## 3686 15 15
## 3687 16 16
## 3688 16 16
## 3689 16 16
## 3690 14 14
## 3691 12 12
## 3692 13 13
## 3693 16 16
## 3694 14 14
## 3695 15 15
## 3696 14 14
## 3697 12 12
## 3698 16 16
## 3699 13 13
## 3700 16 16
## 3701 14 14
## 3702 12 12
## 3703 9 9
## 3704 9 9
## 3705 13 13
## 3706 13 13
## 3707 14 14
## 3708 14 14
## 3709 14 14
## 3710 15 15
## 3711 12 12
## 3712 13 13
## 3713 14 14
## 3714 14 14
## 3715 13 13
## 3716 14 14
## 3717 14 14
## 3718 12 12
## 3719 13 13
## 3720 9 9
## 3721 14 14
## 3722 13 13
## 3723 12 12
## 3724 10 10
## 3725 10 10
## 3726 13 13
## 3727 12 12
## 3728 11 11
## 3729 12 12
## 3730 13 13
## 3731 11 11
## 3732 13 13
## 3733 13 13
## 3734 13 13
## 3735 12 12
## 3736 13 13
## 3737 12 12
## 3738 12 12
## 3739 12 12
## 3740 12 12
## 3741 13 13
## 3742 12 12
## 3743 11 11
## 3744 10 10
## 3745 13 13
## 3746 12 12
## 3747 12 12
## 3748 13 13
## 3749 11 11
## 3750 12 12
## 3751 10 10
## 3752 11 11
## 3753 11 11
## 3754 11 11
## 3755 11 11
## 3756 11 11
## 3757 12 12
## 3758 11 11
## 3759 10 10
## 3760 10 10
## 3761 11 11
## 3762 12 12
## 3763 10 10
## 3764 10 10
## 3765 11 11
## 3766 9 9
## 3767 10 10
## 3768 11 11
## 3769 10 10
## 3770 8 8
## 3771 8 8
## 3772 9 9
## 3773 9 9
## 3774 8 8
## 3775 10 10
## 3776 9 9
## 3777 9 9
## 3778 9 9
## 3779 10 10
## 3780 9 9
## 3781 10 10
## 3782 8 8
## 3783 8 8
## 3784 9 9
## 3785 9 9
## 3786 10 10
## 3787 7 7
## 3788 7 7
## 3789 7 7
## 3790 9 9
## 3791 10 10
## 3792 8 8
## 3793 6 6
## 3794 6 6
## 3795 8 8
## 3796 10 10
## 3797 10 10
## 3798 9 9
## 3799 9 9
## 3800 8 8
## 3801 9 9
## 3802 8 8
## 3803 9 9
## 3804 9 9
## 3805 8 8
## 3806 8 8
## 3807 8 8
## 3808 9 9
## 3809 8 8
## 3810 8 8
## 3811 9 9
## 3812 9 9
## 3813 7 7
## 3814 7 7
## 3815 7 7
## 3816 8 8
## 3817 9 9
## 3818 1859 1859
## 3819 932 932
## 3820 1490 1490
## 3821 1165 1165
## 3822 471 471
## 3823 555 555
## 3824 547 547
## 3825 427 427
## 3826 401 401
## 3827 386 386
## 3828 368 368
## 3829 332 332
## 3830 345 345
## 3831 293 293
## 3832 222 222
## 3833 232 232
## 3834 211 211
## 3835 224 224
## 3836 221 221
## 3837 201 201
## 3838 193 193
## 3839 189 189
## 3840 183 183
## 3841 193 193
## 3842 172 172
## 3843 183 183
## 3844 180 180
## 3845 179 179
## 3846 179 179
## 3847 179 179
## 3848 179 179
## 3849 173 173
## 3850 177 177
## 3851 176 176
## 3852 158 158
## 3853 160 160
## 3854 151 151
## 3855 151 151
## 3856 146 146
## 3857 148 148
## 3858 149 149
## 3859 146 146
## 3860 148 148
## 3861 125 125
## 3862 133 133
## 3863 133 133
## 3864 134 134
## 3865 118 118
## 3866 127 127
## 3867 120 120
## 3868 105 105
## 3869 118 118
## 3870 104 104
## 3871 101 101
## 3872 111 111
## 3873 103 103
## 3874 108 108
## 3875 110 110
## 3876 99 99
## 3877 108 108
## 3878 100 100
## 3879 106 106
## 3880 98 98
## 3881 99 99
## 3882 85 85
## 3883 80 80
## 3884 94 94
## 3885 80 80
## 3886 80 80
## 3887 81 81
## 3888 86 86
## 3889 76 76
## 3890 75 75
## 3891 81 81
## 3892 78 78
## 3893 80 80
## 3894 78 78
## 3895 70 70
## 3896 73 73
## 3897 75 75
## 3898 68 68
## 3899 70 70
## 3900 64 64
## 3901 68 68
## 3902 68 68
## 3903 65 65
## 3904 63 63
## 3905 62 62
## 3906 58 58
## 3907 62 62
## 3908 51 51
## 3909 54 54
## 3910 50 50
## 3911 56 56
## 3912 58 58
## 3913 48 48
## 3914 44 44
## 3915 55 55
## 3916 50 50
## 3917 47 47
## 3918 51 51
## 3919 48 48
## 3920 48 48
## 3921 48 48
## 3922 46 46
## 3923 48 48
## 3924 45 45
## 3925 47 47
## 3926 46 46
## 3927 42 42
## 3928 44 44
## 3929 41 41
## 3930 44 44
## 3931 40 40
## 3932 40 40
## 3933 40 40
## 3934 39 39
## 3935 39 39
## 3936 39 39
## 3937 46 46
## 3938 37 37
## 3939 41 41
## 3940 38 38
## 3941 43 43
## 3942 40 40
## 3943 41 41
## 3944 36 36
## 3945 36 36
## 3946 36 36
## 3947 38 38
## 3948 27 27
## 3949 40 40
## 3950 40 40
## 3951 35 35
## 3952 39 39
## 3953 40 40
## 3954 38 38
## 3955 32 32
## 3956 31 31
## 3957 34 34
## 3958 31 31
## 3959 34 34
## 3960 36 36
## 3961 33 33
## 3962 34 34
## 3963 29 29
## 3964 28 28
## 3965 32 32
## 3966 28 28
## 3967 29 29
## 3968 31 31
## 3969 27 27
## 3970 27 27
## 3971 31 31
## 3972 27 27
## 3973 29 29
## 3974 29 29
## 3975 27 27
## 3976 29 29
## 3977 28 28
## 3978 27 27
## 3979 27 27
## 3980 26 26
## 3981 28 28
## 3982 28 28
## 3983 26 26
## 3984 27 27
## 3985 27 27
## 3986 27 27
## 3987 25 25
## 3988 28 28
## 3989 25 25
## 3990 26 26
## 3991 26 26
## 3992 26 26
## 3993 21 21
## 3994 23 23
## 3995 25 25
## 3996 22 22
## 3997 22 22
## 3998 23 23
## 3999 23 23
## 4000 23 23
## 4001 23 23
## 4002 21 21
## 4003 22 22
## 4004 19 19
## 4005 21 21
## 4006 20 20
## 4007 19 19
## 4008 21 21
## 4009 21 21
## 4010 23 23
## 4011 17 17
## 4012 17 17
## 4013 20 20
## 4014 18 18
## 4015 18 18
## 4016 20 20
## 4017 23 23
## 4018 19 19
## 4019 18 18
## 4020 18 18
## 4021 20 20
## 4022 20 20
## 4023 19 19
## 4024 19 19
## 4025 17 17
## 4026 18 18
## 4027 20 20
## 4028 20 20
## 4029 17 17
## 4030 18 18
## 4031 19 19
## 4032 17 17
## 4033 19 19
## 4034 19 19
## 4035 19 19
## 4036 17 17
## 4037 16 16
## 4038 20 20
## 4039 19 19
## 4040 19 19
## 4041 19 19
## 4042 17 17
## 4043 17 17
## 4044 14 14
## 4045 14 14
## 4046 17 17
## 4047 15 15
## 4048 18 18
## 4049 18 18
## 4050 18 18
## 4051 17 17
## 4052 17 17
## 4053 17 17
## 4054 17 17
## 4055 15 15
## 4056 16 16
## 4057 15 15
## 4058 13 13
## 4059 14 14
## 4060 13 13
## 4061 16 16
## 4062 18 18
## 4063 17 17
## 4064 17 17
## 4065 14 14
## 4066 14 14
## 4067 14 14
## 4068 15 15
## 4069 16 16
## 4070 16 16
## 4071 15 15
## 4072 15 15
## 4073 16 16
## 4074 16 16
## 4075 15 15
## 4076 14 14
## 4077 15 15
## 4078 15 15
## 4079 15 15
## 4080 15 15
## 4081 15 15
## 4082 15 15
## 4083 13 13
## 4084 14 14
## 4085 14 14
## 4086 15 15
## 4087 14 14
## 4088 13 13
## 4089 16 16
## 4090 13 13
## 4091 15 15
## 4092 13 13
## 4093 11 11
## 4094 15 15
## 4095 14 14
## 4096 14 14
## 4097 14 14
## 4098 11 11
## 4099 14 14
## 4100 13 13
## 4101 13 13
## 4102 14 14
## 4103 14 14
## 4104 13 13
## 4105 14 14
## 4106 10 10
## 4107 14 14
## 4108 14 14
## 4109 14 14
## 4110 13 13
## 4111 13 13
## 4112 13 13
## 4113 13 13
## 4114 13 13
## 4115 11 11
## 4116 13 13
## 4117 13 13
## 4118 11 11
## 4119 13 13
## 4120 13 13
## 4121 10 10
## 4122 12 12
## 4123 12 12
## 4124 12 12
## 4125 12 12
## 4126 12 12
## 4127 13 13
## 4128 10 10
## 4129 12 12
## 4130 12 12
## 4131 11 11
## 4132 11 11
## 4133 11 11
## 4134 9 9
## 4135 9 9
## 4136 10 10
## 4137 11 11
## 4138 12 12
## 4139 13 13
## 4140 12 12
## 4141 12 12
## 4142 11 11
## 4143 12 12
## 4144 12 12
## 4145 12 12
## 4146 11 11
## 4147 11 11
## 4148 11 11
## 4149 11 11
## 4150 11 11
## 4151 11 11
## 4152 11 11
## 4153 11 11
## 4154 11 11
## 4155 11 11
## 4156 11 11
## 4157 10 10
## 4158 10 10
## 4159 11 11
## 4160 10 10
## 4161 9 9
## 4162 10 10
## 4163 12 12
## 4164 9 9
## 4165 10 10
## 4166 10 10
## 4167 11 11
## 4168 10 10
## 4169 11 11
## 4170 9 9
## 4171 11 11
## 4172 10 10
## 4173 8 8
## 4174 8 8
## 4175 10 10
## 4176 10 10
## 4177 10 10
## 4178 10 10
## 4179 7 7
## 4180 10 10
## 4181 10 10
## 4182 9 9
## 4183 9 9
## 4184 9 9
## 4185 10 10
## 4186 9 9
## 4187 10 10
## 4188 7 7
## 4189 8 8
## 4190 9 9
## 4191 9 9
## 4192 9 9
## 4193 6 6
## 4194 9 9
## 4195 10 10
## 4196 9 9
## 4197 10 10
## 4198 10 10
## 4199 9 9
## 4200 10 10
## 4201 10 10
## 4202 8 8
## 4203 9 9
## 4204 8 8
## 4205 8 8
## 4206 9 9
## 4207 9 9
## 4208 9 9
## 4209 10 10
## 4210 9 9
## 4211 10 10
## 4212 8 8
## 4213 9 9
## 4214 9 9
## 4215 9 9
## 4216 9 9
## 4217 9 9
## 4218 9 9
## 4219 9 9
## 4220 8 8
## 4221 8 8
## 4222 8 8
## 4223 8 8
## 4224 9 9
## 4225 9 9
## 4226 9 9
## 4227 8 8
## 4228 7 7
## 4229 8 8
## 4230 7 7
## 4231 7 7
## 4232 9 9
## 4233 9 9
## 4234 8 8
## 4235 8 8
## 4236 9 9
## 4237 8 8
## 4238 6 6
## 4239 7 7
## 4240 8 8
## 4241 8 8
## 4242 9 9
## 4243 7 7
## 4244 7 7
## 4245 8 8
## 4246 8 8
## 4247 8 8
## 4248 8 8
## 4249 8 8
## 4250 6 6
## 4251 8 8
## 4252 8 8
## 4253 8 8
## 4254 9 9
## 4255 6 6
## 4256 8 8
## 4257 2058 2058
## 4258 490 490
## 4259 465 465
## 4260 622 622
## 4261 1477 1477
## 4262 1985 1985
## 4263 553 553
## 4264 808 808
## 4265 1527 1527
## 4266 1443 1443
## 4267 2057 2057
## 4268 495 495
## 4269 344 344
## 4270 331 331
## 4271 304 304
## 4272 306 306
## 4273 287 287
## 4274 283 283
## 4275 270 270
## 4276 270 270
## 4277 253 253
## 4278 245 245
## 4279 241 241
## 4280 229 229
## 4281 217 217
## 4282 194 194
## 4283 193 193
## 4284 167 167
## 4285 189 189
## 4286 183 183
## 4287 162 162
## 4288 175 175
## 4289 162 162
## 4290 146 146
## 4291 135 135
## 4292 138 138
## 4293 130 130
## 4294 129 129
## 4295 127 127
## 4296 118 118
## 4297 119 119
## 4298 111 111
## 4299 103 103
## 4300 100 100
## 4301 101 101
## 4302 101 101
## 4303 89 89
## 4304 92 92
## 4305 84 84
## 4306 84 84
## 4307 90 90
## 4308 87 87
## 4309 96 96
## 4310 85 85
## 4311 82 82
## 4312 85 85
## 4313 83 83
## 4314 76 76
## 4315 70 70
## 4316 74 74
## 4317 64 64
## 4318 66 66
## 4319 67 67
## 4320 65 65
## 4321 67 67
## 4322 59 59
## 4323 59 59
## 4324 53 53
## 4325 48 48
## 4326 47 47
## 4327 52 52
## 4328 52 52
## 4329 50 50
## 4330 50 50
## 4331 51 51
## 4332 48 48
## 4333 43 43
## 4334 45 45
## 4335 47 47
## 4336 43 43
## 4337 40 40
## 4338 37 37
## 4339 43 43
## 4340 43 43
## 4341 38 38
## 4342 39 39
## 4343 41 41
## 4344 35 35
## 4345 39 39
## 4346 32 32
## 4347 32 32
## 4348 36 36
## 4349 34 34
## 4350 33 33
## 4351 31 31
## 4352 30 30
## 4353 32 32
## 4354 30 30
## 4355 28 28
## 4356 31 31
## 4357 31 31
## 4358 32 32
## 4359 28 28
## 4360 27 27
## 4361 27 27
## 4362 26 26
## 4363 27 27
## 4364 28 28
## 4365 27 27
## 4366 27 27
## 4367 27 27
## 4368 26 26
## 4369 24 24
## 4370 24 24
## 4371 25 25
## 4372 26 26
## 4373 25 25
## 4374 24 24
## 4375 24 24
## 4376 22 22
## 4377 22 22
## 4378 26 26
## 4379 21 21
## 4380 21 21
## 4381 21 21
## 4382 21 21
## 4383 21 21
## 4384 19 19
## 4385 21 21
## 4386 19 19
## 4387 19 19
## 4388 17 17
## 4389 17 17
## 4390 16 16
## 4391 18 18
## 4392 15 15
## 4393 15 15
## 4394 17 17
## 4395 16 16
## 4396 14 14
## 4397 15 15
## 4398 14 14
## 4399 14 14
## 4400 12 12
## 4401 15 15
## 4402 12 12
## 4403 13 13
## 4404 14 14
## 4405 13 13
## 4406 13 13
## 4407 13 13
## 4408 13 13
## 4409 12 12
## 4410 13 13
## 4411 11 11
## 4412 14 14
## 4413 13 13
## 4414 12 12
## 4415 11 11
## 4416 14 14
## 4417 11 11
## 4418 12 12
## 4419 12 12
## 4420 11 11
## 4421 11 11
## 4422 12 12
## 4423 11 11
## 4424 11 11
## 4425 12 12
## 4426 12 12
## 4427 12 12
## 4428 11 11
## 4429 12 12
## 4430 12 12
## 4431 12 12
## 4432 10 10
## 4433 10 10
## 4434 11 11
## 4435 13 13
## 4436 11 11
## 4437 11 11
## 4438 10 10
## 4439 10 10
## 4440 9 9
## 4441 10 10
## 4442 10 10
## 4443 12 12
## 4444 10 10
## 4445 11 11
## 4446 10 10
## 4447 9 9
## 4448 9 9
## 4449 9 9
## 4450 9 9
## 4451 9 9
## 4452 10 10
## 4453 9 9
## 4454 8 8
## 4455 8 8
## 4456 9 9
## 4457 9 9
## 4458 8 8
## 4459 9 9
## 4460 9 9
## 4461 8 8
## 4462 8 8
## 4463 9 9
## 4464 7 7
## 4465 9 9
## 4466 8 8
## 4467 8 8
## 4468 8 8
## term
## 1 reproduction
## 2 nucleobase-containing compound metabolic process
## 3 regulation of DNA-templated transcription
## 4 cellular aromatic compound metabolic process
## 5 nitrogen compound metabolic process
## 6 transport
## 7 response to stress
## 8 organelle organization
## 9 cell communication
## 10 signal transduction
## 11 multicellular organism development
## 12 nervous system development
## 13 biological_process
## 14 metabolic process
## 15 biosynthetic process
## 16 anatomical structure morphogenesis
## 17 regulation of biosynthetic process
## 18 negative regulation of metabolic process
## 19 positive regulation of metabolic process
## 20 regulation of signal transduction
## 21 cellular process
## 22 response to organic substance
## 23 regulation of gene expression
## 24 regulation of macromolecule biosynthetic process
## 25 positive regulation of macromolecule metabolic process
## 26 negative regulation of macromolecule metabolic process
## 27 regulation of cell communication
## 28 cellular component organization
## 29 regulation of nucleobase-containing compound metabolic process
## 30 regulation of metabolic process
## 31 protein metabolic process
## 32 cellular component assembly
## 33 regulation of signaling
## 34 signaling
## 35 cell differentiation
## 36 regulation of cellular metabolic process
## 37 negative regulation of cellular metabolic process
## 38 positive regulation of cellular metabolic process
## 39 regulation of cellular biosynthetic process
## 40 multicellular organismal process
## 41 developmental process
## 42 regulation of localization
## 43 macromolecule localization
## 44 cellular nitrogen compound metabolic process
## 45 protein modification process
## 46 response to chemical
## 47 macromolecule metabolic process
## 48 macromolecule modification
## 49 cellular component biogenesis
## 50 cellular metabolic process
## 51 primary metabolic process
## 52 cellular biosynthetic process
## 53 cellular macromolecule metabolic process
## 54 heterocycle metabolic process
## 55 cell development
## 56 animal organ development
## 57 positive regulation of biological process
## 58 negative regulation of biological process
## 59 positive regulation of cellular process
## 60 negative regulation of cellular process
## 61 regulation of response to stimulus
## 62 system development
## 63 anatomical structure development
## 64 cellular developmental process
## 65 regulation of biological process
## 66 regulation of developmental process
## 67 regulation of cellular process
## 68 response to stimulus
## 69 regulation of cellular component organization
## 70 regulation of nitrogen compound metabolic process
## 71 positive regulation of nitrogen compound metabolic process
## 72 localization
## 73 establishment of localization
## 74 regulation of multicellular organismal process
## 75 regulation of protein metabolic process
## 76 regulation of RNA metabolic process
## 77 cellular localization
## 78 cellular response to stimulus
## 79 regulation of macromolecule metabolic process
## 80 biological regulation
## 81 regulation of biological quality
## 82 regulation of molecular function
## 83 cellular response to chemical stimulus
## 84 organic substance metabolic process
## 85 cellular component organization or biogenesis
## 86 regulation of primary metabolic process
## 87 nucleic acid metabolic process
## 88 organic cyclic compound metabolic process
## 89 organonitrogen compound metabolic process
## 90 organic substance biosynthetic process
## 91 regulation of nucleic acid-templated transcription
## 92 regulation of cellular macromolecule biosynthetic process
## 93 regulation of RNA biosynthetic process
## 94 gene expression
## 95 reproductive process
## 96 regulation of multicellular organismal development
## 97 establishment of localization in cell
## 98 negative regulation of nitrogen compound metabolic process
## 99 tissue development
## 100 neurogenesis
## 101 protein localization
## 102 regulation of catalytic activity
## 103 generation of neurons
## 104 protein-containing complex organization
## 105 cellular response to stress
## 106 phosphorus metabolic process
## 107 RNA metabolic process
## 108 intracellular transport
## 109 cellular response to organic substance
## 110 phosphate-containing compound metabolic process
## 111 response to external stimulus
## 112 regulation of cell differentiation
## 113 positive regulation of biosynthetic process
## 114 positive regulation of cellular biosynthetic process
## 115 multicellular organism reproduction
## 116 immune system process
## 117 regulation of transcription by RNA polymerase II
## 118 multicellular organismal reproductive process
## 119 macromolecule biosynthetic process
## 120 positive regulation of gene expression
## 121 multi-organism reproductive process
## 122 catabolic process
## 123 vesicle-mediated transport
## 124 cellular macromolecule biosynthetic process
## 125 epithelium development
## 126 cellular macromolecule localization
## 127 cellular nitrogen compound biosynthetic process
## 128 negative regulation of gene expression
## 129 positive regulation of response to stimulus
## 130 embryo development
## 131 positive regulation of macromolecule biosynthetic process
## 132 sexual reproduction
## 133 small molecule metabolic process
## 134 regulation of cell death
## 135 cellular catabolic process
## 136 positive regulation of protein metabolic process
## 137 positive regulation of nucleobase-containing compound metabolic process
## 138 regulation of protein modification process
## 139 positive regulation of molecular function
## 140 protein-containing complex assembly
## 141 developmental process involved in reproduction
## 142 positive regulation of multicellular organismal process
## 143 gamete generation
## 144 organic substance catabolic process
## 145 organic substance transport
## 146 positive regulation of cellular component organization
## 147 cell projection organization
## 148 negative regulation of response to stimulus
## 149 plasma membrane bounded cell projection organization
## 150 regulation of intracellular signal transduction
## 151 negative regulation of biosynthetic process
## 152 response to abiotic stimulus
## 153 regulation of transport
## 154 homeostatic process
## 155 negative regulation of cellular biosynthetic process
## 156 positive regulation of signaling
## 157 positive regulation of cell communication
## 158 locomotion
## 159 regulation of organelle organization
## 160 regulation of programmed cell death
## 161 positive regulation of RNA metabolic process
## 162 response to oxygen-containing compound
## 163 tube development
## 164 response to endogenous stimulus
## 165 negative regulation of macromolecule biosynthetic process
## 166 negative regulation of nucleobase-containing compound metabolic process
## 167 regulation of apoptotic process
## 168 neuron differentiation
## 169 positive regulation of developmental process
## 170 nitrogen compound transport
## 171 negative regulation of cellular macromolecule biosynthetic process
## 172 cell cycle
## 173 regulation of phosphate metabolic process
## 174 regulation of phosphorus metabolic process
## 175 animal organ morphogenesis
## 176 cell surface receptor signaling pathway
## 177 negative regulation of cell communication
## 178 negative regulation of signaling
## 179 positive regulation of signal transduction
## 180 positive regulation of RNA biosynthetic process
## 181 positive regulation of nucleic acid-templated transcription
## 182 regulation of cell cycle
## 183 organonitrogen compound biosynthetic process
## 184 organic cyclic compound biosynthetic process
## 185 positive regulation of catalytic activity
## 186 cellular process involved in reproduction in multicellular organism
## 187 establishment of protein localization
## 188 positive regulation of DNA-templated transcription
## 189 negative regulation of signal transduction
## 190 regulation of cell population proliferation
## 191 regulation of nervous system development
## 192 cell cycle process
## 193 neuron development
## 194 cellular component morphogenesis
## 195 intracellular signal transduction
## 196 heterocycle biosynthetic process
## 197 negative regulation of RNA metabolic process
## 198 regulation of response to stress
## 199 aromatic compound biosynthetic process
## 200 anatomical structure formation involved in morphogenesis
## 201 system process
## 202 tissue morphogenesis
## 203 regulation of phosphorylation
## 204 amide transport
## 205 regulation of cellular component biogenesis
## 206 peptide transport
## 207 regulation of cell development
## 208 negative regulation of multicellular organismal process
## 209 protein transport
## 210 nucleobase-containing compound biosynthetic process
## 211 tube morphogenesis
## 212 morphogenesis of an epithelium
## 213 regulation of hydrolase activity
## 214 negative regulation of RNA biosynthetic process
## 215 negative regulation of nucleic acid-templated transcription
## 216 cytoskeleton organization
## 217 cellular response to endogenous stimulus
## 218 localization of cell
## 219 negative regulation of DNA-templated transcription
## 220 phosphorylation
## 221 cell motility
## 222 regulation of protein phosphorylation
## 223 embryo development ending in birth or egg hatching
## 224 proteolysis
## 225 positive regulation of protein modification process
## 226 regulation of neurogenesis
## 227 cell morphogenesis
## 228 germ cell development
## 229 regulation of catabolic process
## 230 negative regulation of developmental process
## 231 response to nitrogen compound
## 232 regulation of immune system process
## 233 chromosome organization
## 234 mitotic cell cycle
## 235 regulation of growth
## 236 central nervous system development
## 237 carbohydrate derivative metabolic process
## 238 organelle assembly
## 239 positive regulation of cell differentiation
## 240 RNA processing
## 241 neuron projection development
## 242 macromolecule catabolic process
## 243 post-embryonic development
## 244 regulation of anatomical structure morphogenesis
## 245 response to organonitrogen compound
## 246 cell migration
## 247 negative regulation of cell death
## 248 regulation of protein localization
## 249 cell population proliferation
## 250 negative regulation of protein metabolic process
## 251 pattern specification process
## 252 organic acid metabolic process
## 253 positive regulation of transcription by RNA polymerase II
## 254 chemical homeostasis
## 255 regulation of cell projection organization
## 256 regulation of cellular localization
## 257 regulation of cellular catabolic process
## 258 secretion
## 259 regulation of plasma membrane bounded cell projection organization
## 260 oxoacid metabolic process
## 261 sensory organ development
## 262 organophosphate metabolic process
## 263 regulation of neuron differentiation
## 264 organonitrogen compound catabolic process
## 265 behavior
## 266 response to hormone
## 267 intracellular protein transport
## 268 microtubule-based process
## 269 epithelial tube morphogenesis
## 270 organelle localization
## 271 positive regulation of transport
## 272 regulation of cell cycle process
## 273 cellular response to oxygen-containing compound
## 274 response to organic cyclic compound
## 275 regulation of locomotion
## 276 negative regulation of molecular function
## 277 negative regulation of cellular component organization
## 278 regulation of transferase activity
## 279 cellular macromolecule catabolic process
## 280 immune response
## 281 lipid metabolic process
## 282 female gamete generation
## 283 protein localization to organelle
## 284 positive regulation of intracellular signal transduction
## 285 embryonic morphogenesis
## 286 mitotic cell cycle process
## 287 cell morphogenesis involved in differentiation
## 288 head development
## 289 positive regulation of phosphorus metabolic process
## 290 positive regulation of phosphate metabolic process
## 291 negative regulation of programmed cell death
## 292 cell part morphogenesis
## 293 secretion by cell
## 294 negative regulation of apoptotic process
## 295 protein phosphorylation
## 296 regulation of mitotic cell cycle
## 297 peptidyl-amino acid modification
## 298 mRNA metabolic process
## 299 carboxylic acid metabolic process
## 300 DNA metabolic process
## 301 positive regulation of phosphorylation
## 302 cell projection morphogenesis
## 303 plasma membrane bounded cell projection morphogenesis
## 304 circulatory system development
## 305 neuron projection morphogenesis
## 306 brain development
## 307 negative regulation of transcription by RNA polymerase II
## 308 nervous system process
## 309 positive regulation of cell death
## 310 regionalization
## 311 cellular lipid metabolic process
## 312 cellular homeostasis
## 313 regulation of cellular response to stress
## 314 cell death
## 315 oogenesis
## 316 cell activation
## 317 cellular response to DNA damage stimulus
## 318 positive regulation of protein phosphorylation
## 319 positive regulation of nervous system development
## 320 regulation of kinase activity
## 321 positive regulation of hydrolase activity
## 322 positive regulation of cell development
## 323 cell-cell signaling
## 324 regulation of neuron projection development
## 325 cell morphogenesis involved in neuron differentiation
## 326 membrane organization
## 327 eye development
## 328 regulation of anatomical structure size
## 329 amide metabolic process
## 330 programmed cell death
## 331 immune effector process
## 332 epithelial cell differentiation
## 333 protein modification by small protein conjugation or removal
## 334 leukocyte activation
## 335 positive regulation of organelle organization
## 336 response to lipid
## 337 negative regulation of cell differentiation
## 338 immune system development
## 339 positive regulation of programmed cell death
## 340 response to biotic stimulus
## 341 regulation of proteolysis
## 342 defense response
## 343 regulation of protein kinase activity
## 344 regulation of developmental growth
## 345 male gamete generation
## 346 establishment of organelle localization
## 347 monoatomic ion transport
## 348 positive regulation of neurogenesis
## 349 positive regulation of apoptotic process
## 350 regulation of establishment of protein localization
## 351 hematopoietic or lymphoid organ development
## 352 transmembrane transport
## 353 response to cytokine
## 354 chordate embryonic development
## 355 response to external biotic stimulus
## 356 response to other organism
## 357 nucleobase-containing small molecule metabolic process
## 358 regulation of cell motility
## 359 positive regulation of cell population proliferation
## 360 DNA-templated transcription
## 361 RNA biosynthetic process
## 362 nucleic acid-templated transcription
## 363 apoptotic process
## 364 microtubule cytoskeleton organization
## 365 regulation of response to external stimulus
## 366 positive regulation of cell projection organization
## 367 import into cell
## 368 cellular response to cytokine stimulus
## 369 response to extracellular stimulus
## 370 post-embryonic animal organ development
## 371 cell division
## 372 monoatomic ion homeostasis
## 373 spermatogenesis
## 374 exocytosis
## 375 response to nutrient levels
## 376 response to radiation
## 377 regulation of peptide transport
## 378 regulation of cell migration
## 379 protein catabolic process
## 380 hemopoiesis
## 381 positive regulation of cellular component biogenesis
## 382 regulation of protein transport
## 383 positive regulation of transferase activity
## 384 imaginal disc development
## 385 post-transcriptional regulation of gene expression
## 386 response to toxic substance
## 387 muscle structure development
## 388 regulation of vesicle-mediated transport
## 389 negative regulation of cell population proliferation
## 390 growth
## 391 cellular response to nitrogen compound
## 392 ribonucleoprotein complex biogenesis
## 393 regulation of MAPK cascade
## 394 ncRNA metabolic process
## 395 positive regulation of neuron differentiation
## 396 endocytosis
## 397 developmental growth
## 398 axon development
## 399 negative regulation of catalytic activity
## 400 negative regulation of protein modification process
## 401 cell projection assembly
## 402 inorganic ion homeostasis
## 403 aging
## 404 intracellular chemical homeostasis
## 405 negative regulation of cell cycle
## 406 positive regulation of catabolic process
## 407 plasma membrane bounded cell projection assembly
## 408 positive regulation of immune system process
## 409 enzyme-linked receptor protein signaling pathway
## 410 regulated exocytosis
## 411 gland development
## 412 regulation of cell morphogenesis
## 413 chromatin organization
## 414 reproductive system development
## 415 carbohydrate derivative biosynthetic process
## 416 reproductive structure development
## 417 regulation of secretion
## 418 response to wounding
## 419 peptide metabolic process
## 420 proteolysis involved in protein catabolic process
## 421 cell fate commitment
## 422 actin filament-based process
## 423 regulation of cellular component size
## 424 instar larval or pupal development
## 425 response to oxidative stress
## 426 regulation of cytoskeleton organization
## 427 appendage development
## 428 cellular response to organonitrogen compound
## 429 taxis
## 430 cellular response to hormone stimulus
## 431 regulation of immune response
## 432 epithelial cell development
## 433 endomembrane system organization
## 434 transcription by RNA polymerase II
## 435 axonogenesis
## 436 mRNA processing
## 437 embryonic organ development
## 438 positive regulation of growth
## 439 nucleoside phosphate metabolic process
## 440 sensory organ morphogenesis
## 441 mitochondrion organization
## 442 small molecule biosynthetic process
## 443 heart development
## 444 amide biosynthetic process
## 445 post-embryonic animal morphogenesis
## 446 positive regulation of locomotion
## 447 metamorphosis
## 448 regulation of secretion by cell
## 449 monoatomic cation homeostasis
## 450 response to growth factor
## 451 cell activation involved in immune response
## 452 nucleotide metabolic process
## 453 negative regulation of phosphorus metabolic process
## 454 negative regulation of phosphate metabolic process
## 455 leukocyte activation involved in immune response
## 456 chemotaxis
## 457 cellular response to growth factor stimulus
## 458 modification-dependent macromolecule catabolic process
## 459 regulation of amide metabolic process
## 460 regulation of protein serine/threonine kinase activity
## 461 positive regulation of kinase activity
## 462 negative regulation of intracellular signal transduction
## 463 regulation of intracellular transport
## 464 positive regulation of neuron projection development
## 465 organelle fission
## 466 intracellular monoatomic ion homeostasis
## 467 modification-dependent protein catabolic process
## 468 organophosphate biosynthetic process
## 469 regulation of protein-containing complex assembly
## 470 ubiquitin-dependent protein catabolic process
## 471 instar larval or pupal morphogenesis
## 472 cellular component disassembly
## 473 monoatomic ion transmembrane transport
## 474 appendage morphogenesis
## 475 cellular response to organic cyclic compound
## 476 regulation of cell cycle phase transition
## 477 DNA repair
## 478 negative regulation of organelle organization
## 479 response to inorganic substance
## 480 monoatomic cation transport
## 481 myeloid leukocyte activation
## 482 respiratory system development
## 483 regulation of chromosome organization
## 484 positive regulation of cellular catabolic process
## 485 post-embryonic animal organ morphogenesis
## 486 RNA splicing
## 487 positive regulation of protein kinase activity
## 488 regulation of protein catabolic process
## 489 intracellular monoatomic cation homeostasis
## 490 regulation of cell adhesion
## 491 nuclear division
## 492 vasculature development
## 493 leukocyte mediated immunity
## 494 imaginal disc morphogenesis
## 495 actin cytoskeleton organization
## 496 cilium organization
## 497 response to peptide
## 498 columnar/cuboidal epithelial cell differentiation
## 499 developmental maturation
## 500 regulation of DNA metabolic process
## 501 protein modification by small protein conjugation
## 502 negative regulation of nervous system development
## 503 cilium assembly
## 504 wing disc development
## 505 positive regulation of proteolysis
## 506 larval development
## 507 sex differentiation
## 508 lipid biosynthetic process
## 509 myeloid cell activation involved in immune response
## 510 transmembrane receptor protein tyrosine kinase signaling pathway
## 511 response to bacterium
## 512 regulation of cell growth
## 513 regulation of apoptotic signaling pathway
## 514 response to light stimulus
## 515 protein localization to membrane
## 516 eye morphogenesis
## 517 response to antibiotic
## 518 establishment of protein localization to organelle
## 519 myeloid leukocyte mediated immunity
## 520 positive regulation of cell cycle
## 521 regulation of protein stability
## 522 peptide biosynthetic process
## 523 regulation of mitotic cell cycle phase transition
## 524 granulocyte activation
## 525 leukocyte degranulation
## 526 blood vessel development
## 527 columnar/cuboidal epithelial cell development
## 528 wound healing
## 529 RNA splicing, via transesterification reactions
## 530 ameboidal-type cell migration
## 531 regulation of defense response
## 532 neutrophil activation involved in immune response
## 533 neutrophil activation
## 534 protein ubiquitination
## 535 RNA splicing, via transesterification reactions with bulged adenosine as nucleophile
## 536 mRNA splicing, via spliceosome
## 537 regulation of GTPase activity
## 538 negative regulation of phosphorylation
## 539 organic cyclic compound catabolic process
## 540 positive regulation of MAPK cascade
## 541 positive regulation of establishment of protein localization
## 542 protein complex oligomerization
## 543 regulation of translation
## 544 neuron projection guidance
## 545 neutrophil mediated immunity
## 546 supramolecular fiber organization
## 547 neutrophil degranulation
## 548 monocarboxylic acid metabolic process
## 549 forebrain development
## 550 cellular response to lipid
## 551 ncRNA processing
## 552 regulation of cell morphogenesis involved in differentiation
## 553 establishment or maintenance of cell polarity
## 554 translation
## 555 Golgi vesicle transport
## 556 regulation of lipid metabolic process
## 557 urogenital system development
## 558 purine-containing compound metabolic process
## 559 axon guidance
## 560 regulation of system process
## 561 aromatic compound catabolic process
## 562 regulation of Wnt signaling pathway
## 563 negative regulation of cell development
## 564 regulation of synapse structure or activity
## 565 response to acid chemical
## 566 anatomical structure homeostasis
## 567 cell adhesion
## 568 carbohydrate metabolic process
## 569 regulation of binding
## 570 response to peptide hormone
## 571 regulation of hemopoiesis
## 572 ribose phosphate metabolic process
## 573 generation of precursor metabolites and energy
## 574 regulation of cytokine production
## 575 ribonucleotide metabolic process
## 576 microtubule-based movement
## 577 cellular nitrogen compound catabolic process
## 578 sensory perception
## 579 regulation of hormone levels
## 580 imaginal disc-derived appendage development
## 581 negative regulation of protein phosphorylation
## 582 response to temperature stimulus
## 583 positive regulation of developmental growth
## 584 heterocycle catabolic process
## 585 vesicle organization
## 586 regulation of synapse organization
## 587 positive regulation of protein transport
## 588 in utero embryonic development
## 589 organic hydroxy compound metabolic process
## 590 biological process involved in symbiotic interaction
## 591 biological process involved in interspecies interaction between organisms
## 592 positive regulation of immune response
## 593 negative regulation of transport
## 594 response to endoplasmic reticulum stress
## 595 positive regulation of cell migration
## 596 positive regulation of cell motility
## 597 chromosome segregation
## 598 response to oxygen levels
## 599 renal system development
## 600 imaginal disc-derived appendage morphogenesis
## 601 post-embryonic appendage morphogenesis
## 602 positive regulation of protein localization
## 603 regulation of monoatomic ion transport
## 604 purine nucleotide metabolic process
## 605 purine ribonucleotide metabolic process
## 606 anterior/posterior pattern specification
## 607 negative regulation of neurogenesis
## 608 compound eye development
## 609 cognition
## 610 regulation of autophagy
## 611 muscle organ development
## 612 regulation of neuron death
## 613 camera-type eye development
## 614 monoatomic cation transmembrane transport
## 615 positive regulation of protein catabolic process
## 616 regulation of cell size
## 617 nuclear transport
## 618 blood vessel morphogenesis
## 619 nucleobase-containing compound catabolic process
## 620 defense response to other organism
## 621 positive regulation of GTPase activity
## 622 regulation of neurotransmitter levels
## 623 vesicle localization
## 624 protein-containing complex disassembly
## 625 skeletal system development
## 626 protein folding
## 627 regulation of animal organ morphogenesis
## 628 regulation of actin filament-based process
## 629 RNA localization
## 630 establishment of vesicle localization
## 631 regulation of endocytosis
## 632 inorganic ion transmembrane transport
## 633 proteasomal protein catabolic process
## 634 nucleocytoplasmic transport
## 635 sulfur compound metabolic process
## 636 synaptic signaling
## 637 follicle cell of egg chamber development
## 638 axis specification
## 639 negative regulation of growth
## 640 response to alcohol
## 641 cellular response to abiotic stimulus
## 642 cellular response to environmental stimulus
## 643 positive regulation of protein serine/threonine kinase activity
## 644 regulation of small molecule metabolic process
## 645 learning or memory
## 646 wing disc morphogenesis
## 647 positive regulation of cell cycle process
## 648 positive regulation of secretion
## 649 trans-synaptic signaling
## 650 histone modification
## 651 morphogenesis of embryonic epithelium
## 652 muscle tissue development
## 653 epigenetic regulation of gene expression
## 654 endosomal transport
## 655 embryonic organ morphogenesis
## 656 ribosome biogenesis
## 657 multicellular organism aging
## 658 chemical synaptic transmission
## 659 anterograde trans-synaptic signaling
## 660 regulation of canonical Wnt signaling pathway
## 661 metal ion transport
## 662 negative regulation of cell cycle process
## 663 regulation of actin cytoskeleton organization
## 664 regulation of protein modification by small protein conjugation or removal
## 665 glycoprotein metabolic process
## 666 regulation of supramolecular fiber organization
## 667 tissue migration
## 668 proteasome-mediated ubiquitin-dependent protein catabolic process
## 669 methylation
## 670 digestive system development
## 671 ribonucleoprotein complex subunit organization
## 672 positive regulation of secretion by cell
## 673 gastrulation
## 674 regulation of nuclear division
## 675 meiotic cell cycle
## 676 regulation of MAP kinase activity
## 677 cellular response to external stimulus
## 678 nematode larval development
## 679 response to metal ion
## 680 post-translational protein modification
## 681 glycerolipid metabolic process
## 682 cellular response to peptide
## 683 segmentation
## 684 modulation of chemical synaptic transmission
## 685 regulation of trans-synaptic signaling
## 686 muscle cell differentiation
## 687 nuclear chromosome segregation
## 688 determination of adult lifespan
## 689 cell maturation
## 690 imaginal disc-derived wing morphogenesis
## 691 striated muscle tissue development
## 692 regulation of DNA-binding transcription factor activity
## 693 inorganic cation transmembrane transport
## 694 regulation of peptide secretion
## 695 response to decreased oxygen levels
## 696 protein targeting
## 697 cytokine-mediated signaling pathway
## 698 meiotic cell cycle process
## 699 gonad development
## 700 development of primary sexual characteristics
## 701 dorsal/ventral pattern formation
## 702 regulation of intracellular protein transport
## 703 regulation of mRNA metabolic process
## 704 viral process
## 705 digestive tract development
## 706 stem cell population maintenance
## 707 maintenance of cell number
## 708 phospholipid metabolic process
## 709 regulation of cellular response to growth factor stimulus
## 710 regulation of microtubule-based process
## 711 organic acid biosynthetic process
## 712 carboxylic acid biosynthetic process
## 713 regulation of protein secretion
## 714 negative regulation of mitotic cell cycle
## 715 regulation of peptidase activity
## 716 calcium ion homeostasis
## 717 negative regulation of transferase activity
## 718 response to steroid hormone
## 719 epidermis development
## 720 embryonic pattern specification
## 721 ribonucleoprotein complex assembly
## 722 response to starvation
## 723 intracellular calcium ion homeostasis
## 724 regulation of cell activation
## 725 response to hypoxia
## 726 MAPK cascade
## 727 small molecule catabolic process
## 728 apoptotic signaling pathway
## 729 regulation of immune effector process
## 730 locomotory behavior
## 731 kidney development
## 732 telencephalon development
## 733 epithelial cell migration
## 734 epithelium migration
## 735 regulation of mitotic nuclear division
## 736 response to heat
## 737 cell cycle phase transition
## 738 activation of protein kinase activity
## 739 positive regulation of protein-containing complex assembly
## 740 gliogenesis
## 741 circulatory system process
## 742 positive regulation of intracellular transport
## 743 regulation of small GTPase mediated signal transduction
## 744 regulation of transmembrane transport
## 745 regulation of reproductive process
## 746 regulation of protein ubiquitination
## 747 synapse organization
## 748 lymphocyte activation
## 749 protein modification by small protein removal
## 750 regulation of epithelial cell proliferation
## 751 blood circulation
## 752 regulation of membrane potential
## 753 fatty acid metabolic process
## 754 negative regulation of catabolic process
## 755 regulation of embryonic development
## 756 regulation of leukocyte activation
## 757 mitotic cell cycle phase transition
## 758 protein-containing complex localization
## 759 positive regulation of chromosome organization
## 760 cellular response to extracellular stimulus
## 761 cellular response to peptide hormone stimulus
## 762 morphogenesis of a branching structure
## 763 regulation of cell-cell adhesion
## 764 nucleoside triphosphate metabolic process
## 765 regulation of endopeptidase activity
## 766 regulation of organelle assembly
## 767 striated muscle cell differentiation
## 768 small GTPase mediated signal transduction
## 769 cellular response to oxidative stress
## 770 open tracheal system development
## 771 morphogenesis of a branching epithelium
## 772 leukocyte differentiation
## 773 negative regulation of kinase activity
## 774 multicellular organismal-level homeostasis
## 775 macromolecule methylation
## 776 innate immune response
## 777 positive regulation of cell growth
## 778 regulation of axonogenesis
## 779 G protein-coupled receptor signaling pathway
## 780 monoatomic anion transport
## 781 regulation of proteolysis involved in protein catabolic process
## 782 positive regulation of cell morphogenesis involved in differentiation
## 783 regulation of dendrite development
## 784 energy derivation by oxidation of organic compounds
## 785 heart morphogenesis
## 786 negative regulation of hydrolase activity
## 787 defense response to bacterium
## 788 regulation of actin filament organization
## 789 compound eye morphogenesis
## 790 cytokinesis
## 791 phagocytosis
## 792 protein stabilization
## 793 mitotic nuclear division
## 794 protein autophosphorylation
## 795 positive regulation of DNA metabolic process
## 796 regulation of protein binding
## 797 positive regulation of response to external stimulus
## 798 cellular response to nutrient levels
## 799 response to nutrient
## 800 pallium development
## 801 cell surface receptor signaling pathway involved in cell-cell signaling
## 802 positive regulation of MAP kinase activity
## 803 cytoskeleton-dependent cytokinesis
## 804 developmental growth involved in morphogenesis
## 805 activation of immune response
## 806 response to insulin
## 807 dendrite development
## 808 negative regulation of protein kinase activity
## 809 ribonucleoside triphosphate metabolic process
## 810 positive regulation of cell adhesion
## 811 negative regulation of cellular catabolic process
## 812 regulation of stress-activated MAPK cascade
## 813 regulation of stress-activated protein kinase signaling cascade
## 814 regulation of body fluid levels
## 815 protein localization to cell periphery
## 816 protein deubiquitination
## 817 cellular response to radiation
## 818 regulation of microtubule cytoskeleton organization
## 819 regulation of innate immune response
## 820 rRNA metabolic process
## 821 RNA catabolic process
## 822 response to topologically incorrect protein
## 823 regulation of synapse assembly
## 824 meiotic nuclear division
## 825 photoreceptor cell differentiation
## 826 glycerophospholipid metabolic process
## 827 negative regulation of neuron differentiation
## 828 spindle organization
## 829 glycoprotein biosynthetic process
## 830 nucleobase-containing compound transport
## 831 angiogenesis
## 832 regulation of Notch signaling pathway
## 833 regulation of myeloid cell differentiation
## 834 regulation of lymphocyte activation
## 835 tube formation
## 836 amino acid metabolic process
## 837 purine nucleoside triphosphate metabolic process
## 838 purine ribonucleoside triphosphate metabolic process
## 839 vesicle-mediated transport in synapse
## 840 response to UV
## 841 protein polyubiquitination
## 842 positive regulation of mitotic cell cycle
## 843 protein localization to nucleus
## 844 nucleoside monophosphate metabolic process
## 845 immune response-regulating signaling pathway
## 846 nucleic acid phosphodiester bond hydrolysis
## 847 maintenance of location
## 848 specification of symmetry
## 849 determination of bilateral symmetry
## 850 spermatid differentiation
## 851 cell-cell signaling by wnt
## 852 regulation of epithelial cell migration
## 853 protein maturation
## 854 mesoderm development
## 855 sister chromatid segregation
## 856 protein-DNA complex subunit organization
## 857 regulation of neuromuscular junction development
## 858 cytosolic transport
## 859 cytoskeleton-dependent intracellular transport
## 860 response to unfolded protein
## 861 negative regulation of immune system process
## 862 rRNA processing
## 863 autophagy
## 864 process utilizing autophagic mechanism
## 865 positive regulation of amide metabolic process
## 866 cell growth
## 867 regulation of cell projection assembly
## 868 regulation of plasma membrane bounded cell projection assembly
## 869 Ras protein signal transduction
## 870 embryonic development via the syncytial blastoderm
## 871 mitochondrial transport
## 872 regulation of neuron apoptotic process
## 873 lipid localization
## 874 establishment of RNA localization
## 875 ear development
## 876 branching morphogenesis of an epithelial tube
## 877 microtubule cytoskeleton organization involved in mitosis
## 878 peptidyl-lysine modification
## 879 negative regulation of cell projection organization
## 880 immune response-activating signaling pathway
## 881 nucleic acid transport
## 882 RNA transport
## 883 nucleotide biosynthetic process
## 884 nucleoside phosphate biosynthetic process
## 885 regulation of proteasomal protein catabolic process
## 886 epidermal cell differentiation
## 887 regulation of leukocyte differentiation
## 888 regulation of morphogenesis of an epithelium
## 889 DNA replication
## 890 Golgi organization
## 891 mitotic cytokinesis
## 892 response to reactive oxygen species
## 893 response to ketone
## 894 regulation of transmembrane receptor protein serine/threonine kinase signaling pathway
## 895 protein homooligomerization
## 896 oocyte differentiation
## 897 regulation of multicellular organism growth
## 898 regulation of response to wounding
## 899 regulation of chromatin organization
## 900 negative regulation of neuron death
## 901 negative regulation of Wnt signaling pathway
## 902 positive regulation of cytokine production
## 903 DNA conformation change
## 904 detection of stimulus
## 905 cell cycle checkpoint signaling
## 906 regulation of metal ion transport
## 907 ribonucleoside monophosphate metabolic process
## 908 peptidyl-serine modification
## 909 Wnt signaling pathway
## 910 mRNA catabolic process
## 911 regulation of cell division
## 912 response to mechanical stimulus
## 913 cellular response to insulin stimulus
## 914 dendrite morphogenesis
## 915 regeneration
## 916 response to ethanol
## 917 regulation of synaptic assembly at neuromuscular junction
## 918 actin filament organization
## 919 spermatid development
## 920 regulation of protein polymerization
## 921 organic anion transport
## 922 peptidyl-serine phosphorylation
## 923 regulation of behavior
## 924 response to carbohydrate
## 925 positive regulation of endocytosis
## 926 anterior/posterior axis specification
## 927 hindbrain development
## 928 inner ear development
## 929 regulation of lipid biosynthetic process
## 930 signal release
## 931 negative regulation of developmental growth
## 932 establishment of cell polarity
## 933 phospholipid biosynthetic process
## 934 response to ionizing radiation
## 935 neurotransmitter transport
## 936 regulation of cell cycle G2/M phase transition
## 937 cellular component assembly involved in morphogenesis
## 938 transport along microtubule
## 939 microtubule-based transport
## 940 positive regulation of proteolysis involved in protein catabolic process
## 941 stem cell differentiation
## 942 lipid modification
## 943 endoplasmic reticulum to Golgi vesicle-mediated transport
## 944 purine nucleoside monophosphate metabolic process
## 945 purine ribonucleoside monophosphate metabolic process
## 946 homeostasis of number of cells
## 947 cellular response to toxic substance
## 948 response to molecule of bacterial origin
## 949 skeletal system morphogenesis
## 950 antigen processing and presentation
## 951 lipid catabolic process
## 952 negative regulation of locomotion
## 953 positive regulation of monoatomic ion transport
## 954 negative regulation of cell adhesion
## 955 regulation of biological process involved in symbiotic interaction
## 956 memory
## 957 molting cycle
## 958 gland morphogenesis
## 959 nuclear export
## 960 neural precursor cell proliferation
## 961 positive regulation of defense response
## 962 epithelial tube formation
## 963 RNA modification
## 964 extracellular structure organization
## 965 mesenchyme development
## 966 determination of left/right symmetry
## 967 stress-activated protein kinase signaling cascade
## 968 mitotic sister chromatid segregation
## 969 regulation of tube size
## 970 regulation of monoatomic ion transmembrane transport
## 971 negative regulation of apoptotic signaling pathway
## 972 vacuole organization
## 973 vacuolar transport
## 974 regulation of cysteine-type endopeptidase activity
## 975 regulation of muscle system process
## 976 rhythmic process
## 977 regulation of T cell activation
## 978 regulation of nucleocytoplasmic transport
## 979 carbohydrate homeostasis
## 980 positive regulation of DNA-binding transcription factor activity
## 981 cell fate determination
## 982 stem cell division
## 983 regulation of intrinsic apoptotic signaling pathway
## 984 pigmentation
## 985 response to xenobiotic stimulus
## 986 negative regulation of response to external stimulus
## 987 positive regulation of cytoskeleton organization
## 988 skeletal muscle organ development
## 989 positive regulation of proteasomal protein catabolic process
## 990 regulation of response to biotic stimulus
## 991 cell recognition
## 992 regulation of JNK cascade
## 993 anatomical structure maturation
## 994 regulation of ubiquitin-dependent protein catabolic process
## 995 positive regulation of apoptotic signaling pathway
## 996 negative regulation of binding
## 997 blastoderm segmentation
## 998 protein export from nucleus
## 999 formation of primary germ layer
## 1000 regulation of RNA splicing
## 1001 glucose homeostasis
## 1002 glial cell differentiation
## 1003 cellular response to topologically incorrect protein
## 1004 response to lipopolysaccharide
## 1005 lymphocyte differentiation
## 1006 regulation of muscle cell differentiation
## 1007 cellular response to acid chemical
## 1008 glycerolipid biosynthetic process
## 1009 regulation of vasculature development
## 1010 glycosyl compound metabolic process
## 1011 cell fate specification
## 1012 oocyte development
## 1013 synaptic vesicle transport
## 1014 synaptic vesicle localization
## 1015 establishment of synaptic vesicle localization
## 1016 regulation of Ras protein signal transduction
## 1017 cellular response to starvation
## 1018 developmental cell growth
## 1019 regulation of G2/M transition of mitotic cell cycle
## 1020 negative regulation of canonical Wnt signaling pathway
## 1021 alcohol metabolic process
## 1022 adult behavior
## 1023 tissue homeostasis
## 1024 dephosphorylation
## 1025 regulation of actin polymerization or depolymerization
## 1026 regulation of actin filament length
## 1027 regulation of response to DNA damage stimulus
## 1028 eye photoreceptor cell differentiation
## 1029 establishment of protein localization to membrane
## 1030 cell junction organization
## 1031 positive regulation of peptide secretion
## 1032 positive regulation of protein secretion
## 1033 photoreceptor cell development
## 1034 regulation of blood circulation
## 1035 positive regulation of supramolecular fiber organization
## 1036 regulation of mRNA processing
## 1037 organic acid catabolic process
## 1038 carboxylic acid catabolic process
## 1039 regulation of cell cycle G1/S phase transition
## 1040 glycerophospholipid biosynthetic process
## 1041 negative regulation of proteolysis
## 1042 negative regulation of cell cycle phase transition
## 1043 cerebral cortex development
## 1044 nuclear-transcribed mRNA catabolic process
## 1045 negative regulation of chromosome organization
## 1046 regulation of lipid localization
## 1047 regulation of cysteine-type endopeptidase activity involved in apoptotic process
## 1048 immune response-regulating cell surface receptor signaling pathway
## 1049 positive regulation of intracellular protein transport
## 1050 positive regulation of leukocyte activation
## 1051 positive regulation of cell activation
## 1052 ossification
## 1053 bone development
## 1054 regulation of macroautophagy
## 1055 protein import
## 1056 muscle cell development
## 1057 connective tissue development
## 1058 myeloid cell differentiation
## 1059 lipid homeostasis
## 1060 negative regulation of neuron projection development
## 1061 ATP metabolic process
## 1062 positive regulation of protein modification by small protein conjugation or removal
## 1063 male sex differentiation
## 1064 learning
## 1065 positive regulation of peptidase activity
## 1066 regulation of dendrite morphogenesis
## 1067 embryonic axis specification
## 1068 DNA recombination
## 1069 sensory perception of mechanical stimulus
## 1070 neural tube development
## 1071 respiratory tube development
## 1072 regulation of protein localization to nucleus
## 1073 cellular response to unfolded protein
## 1074 regulation of muscle organ development
## 1075 positive regulation of translation
## 1076 receptor-mediated endocytosis
## 1077 cellular lipid catabolic process
## 1078 protein-DNA complex assembly
## 1079 mitotic spindle organization
## 1080 regulation of organ growth
## 1081 negative regulation of amide metabolic process
## 1082 tRNA metabolic process
## 1083 cellular respiration
## 1084 cellular response to inorganic substance
## 1085 double-strand break repair
## 1086 positive regulation of binding
## 1087 protein glycosylation
## 1088 macromolecule glycosylation
## 1089 glycosylation
## 1090 monosaccharide metabolic process
## 1091 extracellular matrix organization
## 1092 stem cell proliferation
## 1093 protein localization to plasma membrane
## 1094 negative regulation of mitotic cell cycle phase transition
## 1095 asymmetric cell division
## 1096 regulation of hormone secretion
## 1097 lung development
## 1098 follicle cell of egg chamber migration
## 1099 regulation of chemotaxis
## 1100 retina development in camera-type eye
## 1101 synaptic vesicle cycle
## 1102 regulation of angiogenesis
## 1103 monoatomic anion transmembrane transport
## 1104 multi-multicellular organism process
## 1105 intrinsic apoptotic signaling pathway
## 1106 striated muscle cell development
## 1107 regulation of DNA biosynthetic process
## 1108 regulation of peptidyl-tyrosine phosphorylation
## 1109 hair cell differentiation
## 1110 negative regulation of cell motility
## 1111 second-messenger-mediated signaling
## 1112 digestive tract morphogenesis
## 1113 regulation of cell shape
## 1114 monocarboxylic acid biosynthetic process
## 1115 regulation of histone modification
## 1116 regulation of leukocyte cell-cell adhesion
## 1117 muscle system process
## 1118 lysosomal transport
## 1119 import into nucleus
## 1120 reproductive behavior
## 1121 immune response-activating cell surface receptor signaling pathway
## 1122 lipid transport
## 1123 protein processing
## 1124 morphogenesis of a polarized epithelium
## 1125 regulation of dephosphorylation
## 1126 cellular carbohydrate metabolic process
## 1127 regulation of extent of cell growth
## 1128 regulation of cytosolic calcium ion concentration
## 1129 dorsal closure
## 1130 cell-cell adhesion
## 1131 regulation of striated muscle tissue development
## 1132 regulation of muscle tissue development
## 1133 phosphatidylinositol metabolic process
## 1134 exocrine system development
## 1135 cell-cell junction organization
## 1136 T cell activation
## 1137 viral life cycle
## 1138 negative regulation of establishment of protein localization
## 1139 border follicle cell migration
## 1140 hemostasis
## 1141 membrane docking
## 1142 organelle localization by membrane tethering
## 1143 positive regulation of lipid metabolic process
## 1144 alpha-amino acid metabolic process
## 1145 response to monosaccharide
## 1146 antigen processing and presentation of peptide antigen
## 1147 regulation of smooth muscle cell proliferation
## 1148 cellular modified amino acid metabolic process
## 1149 positive regulation of innate immune response
## 1150 regulation of actin filament polymerization
## 1151 regulation of monoatomic cation transmembrane transport
## 1152 pigment metabolic process
## 1153 negative regulation of translation
## 1154 salivary gland development
## 1155 regulation of ERK1 and ERK2 cascade
## 1156 positive regulation of protein ubiquitination
## 1157 limb development
## 1158 membrane lipid metabolic process
## 1159 sulfur compound biosynthetic process
## 1160 positive regulation of stress-activated MAPK cascade
## 1161 positive regulation of stress-activated protein kinase signaling cascade
## 1162 limbic system development
## 1163 positive regulation of axonogenesis
## 1164 cellular response to antibiotic
## 1165 negative regulation of cell migration
## 1166 chaperone-mediated protein folding
## 1167 regulation of post-embryonic development
## 1168 cardiac muscle tissue development
## 1169 renal tubule development
## 1170 inflammatory response
## 1171 positive regulation of proteasomal ubiquitin-dependent protein catabolic process
## 1172 positive regulation of cell-cell adhesion
## 1173 stress-activated MAPK cascade
## 1174 positive regulation of endopeptidase activity
## 1175 regulation of endothelial cell migration
## 1176 blood coagulation
## 1177 coagulation
## 1178 regulation of proteasomal ubiquitin-dependent protein catabolic process
## 1179 peptide secretion
## 1180 protein secretion
## 1181 mitotic cell cycle checkpoint signaling
## 1182 response to hexose
## 1183 positive regulation of ubiquitin-dependent protein catabolic process
## 1184 negative regulation of MAPK cascade
## 1185 ribose phosphate biosynthetic process
## 1186 regulation of reactive oxygen species metabolic process
## 1187 positive regulation of epithelial cell proliferation
## 1188 regulation of synaptic plasticity
## 1189 cellular response to steroid hormone stimulus
## 1190 mitochondrial gene expression
## 1191 cellular response to light stimulus
## 1192 chromatin remodeling
## 1193 cellular response to metal ion
## 1194 positive regulation of lymphocyte activation
## 1195 intracellular receptor signaling pathway
## 1196 meiosis I cell cycle process
## 1197 neurotransmitter secretion
## 1198 signal release from synapse
## 1199 protein acylation
## 1200 placenta development
## 1201 RNA export from nucleus
## 1202 regulation of ossification
## 1203 regulation of signal transduction by p53 class mediator
## 1204 endoplasmic reticulum unfolded protein response
## 1205 regulation of ERBB signaling pathway
## 1206 negative regulation of DNA metabolic process
## 1207 ribonucleotide biosynthetic process
## 1208 liver development
## 1209 hepaticobiliary system development
## 1210 response to amino acid
## 1211 DNA-templated DNA replication
## 1212 electron transport chain
## 1213 DNA integrity checkpoint signaling
## 1214 regulation of RNA stability
## 1215 actomyosin structure organization
## 1216 regulation of epidermal growth factor receptor signaling pathway
## 1217 central nervous system neuron differentiation
## 1218 cellular response to biotic stimulus
## 1219 negative regulation of protein transport
## 1220 regulation of cellular response to insulin stimulus
## 1221 response to corticosteroid
## 1222 negative regulation of protein localization
## 1223 ribonucleoprotein complex localization
## 1224 response to glucose
## 1225 nucleus organization
## 1226 sensory perception of sound
## 1227 positive regulation of immune effector process
## 1228 negative regulation of cytokine production
## 1229 muscle contraction
## 1230 kidney epithelium development
## 1231 regulation of DNA replication
## 1232 regulation of G1/S transition of mitotic cell cycle
## 1233 organelle fusion
## 1234 membrane fusion
## 1235 response to ammonium ion
## 1236 circadian rhythm
## 1237 skeletal muscle tissue development
## 1238 regulation of calcium ion transport
## 1239 positive regulation of Wnt signaling pathway
## 1240 embryonic epithelial tube formation
## 1241 antigen processing and presentation of exogenous peptide antigen
## 1242 antigen processing and presentation of exogenous antigen
## 1243 mitochondrial translation
## 1244 microtubule organizing center organization
## 1245 renal tubule morphogenesis
## 1246 microtubule bundle formation
## 1247 purine-containing compound biosynthetic process
## 1248 steroid metabolic process
## 1249 metencephalon development
## 1250 cuticle development
## 1251 regulation of chromosome segregation
## 1252 calcium ion transport
## 1253 ammonium ion metabolic process
## 1254 transmembrane receptor protein serine/threonine kinase signaling pathway
## 1255 nucleotide-excision repair
## 1256 mesoderm morphogenesis
## 1257 detection of external stimulus
## 1258 detection of abiotic stimulus
## 1259 negative regulation of Notch signaling pathway
## 1260 negative regulation of protein serine/threonine kinase activity
## 1261 cellular response to oxygen levels
## 1262 carbohydrate derivative catabolic process
## 1263 regulation of smoothened signaling pathway
## 1264 positive regulation of cysteine-type endopeptidase activity
## 1265 regulation of protein kinase B signaling
## 1266 positive regulation of dendrite development
## 1267 positive regulation of chromatin organization
## 1268 skin development
## 1269 DNA damage checkpoint signaling
## 1270 mesenchymal cell differentiation
## 1271 cell-substrate adhesion
## 1272 regulation of axon extension
## 1273 macroautophagy
## 1274 regulation of cell-substrate adhesion
## 1275 response to leukemia inhibitory factor
## 1276 cellular response to leukemia inhibitory factor
## 1277 neuroblast proliferation
## 1278 positive regulation of JNK cascade
## 1279 mesoderm formation
## 1280 oocyte construction
## 1281 purine nucleotide biosynthetic process
## 1282 positive regulation of transmembrane transport
## 1283 tripartite regional subdivision
## 1284 anterior/posterior axis specification, embryo
## 1285 aminoglycan metabolic process
## 1286 response to estradiol
## 1287 response to glucocorticoid
## 1288 regulation of TOR signaling
## 1289 ear morphogenesis
## 1290 nucleoside metabolic process
## 1291 regulation of viral process
## 1292 hormone metabolic process
## 1293 neuron recognition
## 1294 cerebellum development
## 1295 oocyte axis specification
## 1296 regulation of transporter activity
## 1297 receptor metabolic process
## 1298 translational initiation
## 1299 organic acid transport
## 1300 carboxylic acid transport
## 1301 negative regulation of cytoskeleton organization
## 1302 protein import into nucleus
## 1303 G1/S transition of mitotic cell cycle
## 1304 cell cycle G1/S phase transition
## 1305 positive regulation of response to wounding
## 1306 cell junction assembly
## 1307 spindle assembly
## 1308 regulation of exocytosis
## 1309 regulation of actomyosin structure organization
## 1310 response to transforming growth factor beta
## 1311 regulation of mRNA catabolic process
## 1312 peptidyl-threonine phosphorylation
## 1313 peptidyl-threonine modification
## 1314 purine ribonucleotide biosynthetic process
## 1315 positive regulation of neuron death
## 1316 cellular response to UV
## 1317 regulation of signaling receptor activity
## 1318 regulation of mRNA splicing, via spliceosome
## 1319 positive regulation of plasma membrane bounded cell projection assembly
## 1320 positive regulation of epithelial cell migration
## 1321 regulation of inflammatory response
## 1322 multicellular organism growth
## 1323 cellular response to reactive oxygen species
## 1324 regulation of tube diameter
## 1325 carbohydrate biosynthetic process
## 1326 mRNA transport
## 1327 tRNA processing
## 1328 lysosome organization
## 1329 lytic vacuole organization
## 1330 regulation of wound healing
## 1331 regulation of nematode larval development
## 1332 protein acetylation
## 1333 salivary gland morphogenesis
## 1334 associative learning
## 1335 regulation of monoatomic anion transport
## 1336 developmental pigmentation
## 1337 positive regulation of T cell activation
## 1338 positive regulation of leukocyte cell-cell adhesion
## 1339 endoderm development
## 1340 hexose metabolic process
## 1341 regulation of protein localization to membrane
## 1342 positive regulation of organelle assembly
## 1343 calcium ion transmembrane transport
## 1344 vesicle targeting
## 1345 response to virus
## 1346 regulation of transmembrane transporter activity
## 1347 RNA 3'-end processing
## 1348 somite development
## 1349 regulation of mRNA stability
## 1350 fatty acid derivative metabolic process
## 1351 negative regulation of neuron apoptotic process
## 1352 cellular response to transforming growth factor beta stimulus
## 1353 cartilage development
## 1354 regulation of extrinsic apoptotic signaling pathway
## 1355 phosphatidylinositol biosynthetic process
## 1356 negative regulation of hemopoiesis
## 1357 regulation of phagocytosis
## 1358 glial cell migration
## 1359 camera-type eye morphogenesis
## 1360 positive regulation of cysteine-type endopeptidase activity involved in apoptotic process
## 1361 cellular response to fibroblast growth factor stimulus
## 1362 response to fibroblast growth factor
## 1363 antigen processing and presentation of peptide antigen via MHC class II
## 1364 antigen processing and presentation of peptide or polysaccharide antigen via MHC class II
## 1365 positive regulation of cell division
## 1366 positive regulation of chemotaxis
## 1367 regulation of myeloid leukocyte differentiation
## 1368 regulation of telomere maintenance
## 1369 vitamin metabolic process
## 1370 regulation of muscle contraction
## 1371 chemosensory behavior
## 1372 ribonucleoside metabolic process
## 1373 regulation of carbohydrate metabolic process
## 1374 negative regulation of protein binding
## 1375 regulation of phospholipid metabolic process
## 1376 regulation of monoatomic ion transmembrane transporter activity
## 1377 leg disc development
## 1378 female pregnancy
## 1379 regulation of ATP-dependent activity
## 1380 compound eye photoreceptor cell differentiation
## 1381 regulation of stem cell proliferation
## 1382 regulation of phosphatase activity
## 1383 DNA-templated transcription initiation
## 1384 positive regulation of cytosolic calcium ion concentration
## 1385 regulation of cell fate commitment
## 1386 actin filament-based movement
## 1387 DNA biosynthetic process
## 1388 establishment of planar polarity
## 1389 establishment of tissue polarity
## 1390 peptidyl-tyrosine phosphorylation
## 1391 peptidyl-tyrosine modification
## 1392 regulation of steroid metabolic process
## 1393 Notch signaling pathway
## 1394 chromosome localization
## 1395 neuron projection extension
## 1396 positive regulation of canonical Wnt signaling pathway
## 1397 B cell activation
## 1398 regulation of sister chromatid segregation
## 1399 response to hydrogen peroxide
## 1400 positive regulation of peptidyl-tyrosine phosphorylation
## 1401 spindle localization
## 1402 regulation of generation of precursor metabolites and energy
## 1403 negative regulation of epithelial cell proliferation
## 1404 internal protein amino acid acetylation
## 1405 internal peptidyl-lysine acetylation
## 1406 peptidyl-lysine acetylation
## 1407 regulation of protein import
## 1408 regulation of heart contraction
## 1409 positive regulation of protein kinase B signaling
## 1410 antigen processing and presentation of exogenous peptide antigen via MHC class II
## 1411 membrane invagination
## 1412 regulation of production of molecular mediator of immune response
## 1413 positive regulation of smooth muscle cell proliferation
## 1414 organelle membrane fusion
## 1415 molting cycle process
## 1416 negative regulation of cellular response to growth factor stimulus
## 1417 mRNA export from nucleus
## 1418 positive regulation of ERK1 and ERK2 cascade
## 1419 regulation of transcription from RNA polymerase II promoter in response to stress
## 1420 regulation of DNA-templated transcription in response to stress
## 1421 regulation of actin filament bundle assembly
## 1422 G2/M transition of mitotic cell cycle
## 1423 cell cycle G2/M phase transition
## 1424 eye photoreceptor cell development
## 1425 antibiotic metabolic process
## 1426 cardiac chamber development
## 1427 establishment of chromosome localization
## 1428 regulation of cytokinesis
## 1429 protein dephosphorylation
## 1430 hormone-mediated signaling pathway
## 1431 regulation of cellular ketone metabolic process
## 1432 embryonic skeletal system development
## 1433 negative regulation of ERBB signaling pathway
## 1434 regulation of establishment of planar polarity
## 1435 protein tetramerization
## 1436 positive regulation of hemopoiesis
## 1437 limb morphogenesis
## 1438 response to nerve growth factor
## 1439 regulation of circadian rhythm
## 1440 detoxification
## 1441 male meiotic nuclear division
## 1442 vascular process in circulatory system
## 1443 positive regulation of autophagy
## 1444 glial cell development
## 1445 negative regulation of cell-cell adhesion
## 1446 positive regulation of endothelial cell migration
## 1447 positive regulation of cell cycle phase transition
## 1448 regulation of blood pressure
## 1449 meiosis I
## 1450 regulation of neural precursor cell proliferation
## 1451 retrograde vesicle-mediated transport, Golgi to endoplasmic reticulum
## 1452 positive regulation of histone modification
## 1453 monocarboxylic acid catabolic process
## 1454 neuromuscular junction development
## 1455 regulation of protein import into nucleus
## 1456 genitalia development
## 1457 regulation of protein dephosphorylation
## 1458 histone acetylation
## 1459 cellular response to decreased oxygen levels
## 1460 maintenance of protein location
## 1461 regulation of insulin receptor signaling pathway
## 1462 nucleobase-containing small molecule biosynthetic process
## 1463 activation of innate immune response
## 1464 organophosphate catabolic process
## 1465 translational termination
## 1466 regulation of cardiac muscle tissue development
## 1467 regulation of receptor-mediated endocytosis
## 1468 regulation of response to oxidative stress
## 1469 inner ear morphogenesis
## 1470 exocytic process
## 1471 cellular response to molecule of bacterial origin
## 1472 secondary metabolic process
## 1473 translational elongation
## 1474 Fc receptor signaling pathway
## 1475 negative regulation of epidermal growth factor receptor signaling pathway
## 1476 RNA-mediated gene silencing
## 1477 leg disc morphogenesis
## 1478 imaginal disc-derived leg morphogenesis
## 1479 phenol-containing compound metabolic process
## 1480 cellular response to nerve growth factor stimulus
## 1481 regulation of JUN kinase activity
## 1482 positive regulation of DNA biosynthetic process
## 1483 adult locomotory behavior
## 1484 neural tube formation
## 1485 plasma membrane invagination
## 1486 negative regulation of cell growth
## 1487 regulation of protein localization to cell periphery
## 1488 blood vessel diameter maintenance
## 1489 canonical Wnt signaling pathway
## 1490 centrosome cycle
## 1491 cellular response to xenobiotic stimulus
## 1492 epithelial cell proliferation
## 1493 motor neuron axon guidance
## 1494 establishment of spindle localization
## 1495 cellular response to ketone
## 1496 organic hydroxy compound transport
## 1497 regulation of response to endoplasmic reticulum stress
## 1498 positive regulation of small molecule metabolic process
## 1499 positive regulation of protein polymerization
## 1500 negative regulation of intrinsic apoptotic signaling pathway
## 1501 double-strand break repair via homologous recombination
## 1502 recombinational repair
## 1503 cardiocyte differentiation
## 1504 positive regulation of hormone secretion
## 1505 embryonic appendage morphogenesis
## 1506 imaginal disc pattern formation
## 1507 germarium-derived egg chamber formation
## 1508 organic hydroxy compound biosynthetic process
## 1509 axoneme assembly
## 1510 positive regulation of nucleocytoplasmic transport
## 1511 neuron migration
## 1512 positive regulation of synaptic transmission
## 1513 regulation of tube architecture, open tracheal system
## 1514 maintenance of location in cell
## 1515 regulation of viral life cycle
## 1516 nephron development
## 1517 mitochondrial translational termination
## 1518 axo-dendritic transport
## 1519 mitochondrial translational elongation
## 1520 negative regulation of protein modification by small protein conjugation or removal
## 1521 long-chain fatty acid metabolic process
## 1522 ERAD pathway
## 1523 cardiac chamber morphogenesis
## 1524 response to purine-containing compound
## 1525 ribosomal small subunit biogenesis
## 1526 regulation of mitotic sister chromatid segregation
## 1527 calcium-ion regulated exocytosis
## 1528 non-canonical Wnt signaling pathway
## 1529 fatty acid biosynthetic process
## 1530 regulation of osteoblast differentiation
## 1531 regulation of nucleotide metabolic process
## 1532 embryonic heart tube development
## 1533 RNA methylation
## 1534 carbohydrate catabolic process
## 1535 somatic stem cell division
## 1536 post-Golgi vesicle-mediated transport
## 1537 regulation of peptide hormone secretion
## 1538 transition metal ion transport
## 1539 RNA phosphodiester bond hydrolysis
## 1540 regulation of centrosome cycle
## 1541 response to osmotic stress
## 1542 negative regulation of secretion
## 1543 regulation of BMP signaling pathway
## 1544 smoothened signaling pathway
## 1545 embryonic limb morphogenesis
## 1546 negative regulation of supramolecular fiber organization
## 1547 mesonephros development
## 1548 mesonephric epithelium development
## 1549 mesonephric tubule development
## 1550 response to calcium ion
## 1551 negative regulation of intracellular transport
## 1552 protein localization to endoplasmic reticulum
## 1553 ensheathment of neurons
## 1554 axon ensheathment
## 1555 regulation of stress fiber assembly
## 1556 positive regulation of multicellular organism growth
## 1557 negative regulation of protein catabolic process
## 1558 cytoplasmic translation
## 1559 cellular response to heat
## 1560 mammary gland development
## 1561 regulation of stem cell differentiation
## 1562 vesicle budding from membrane
## 1563 steroid hormone mediated signaling pathway
## 1564 meiotic chromosome segregation
## 1565 endocrine system development
## 1566 female sex differentiation
## 1567 positive regulation of neuron apoptotic process
## 1568 dorsal/ventral axis specification
## 1569 oxidative phosphorylation
## 1570 regulation of steroid biosynthetic process
## 1571 mitochondrial respiratory chain complex assembly
## 1572 cellular response to lipopolysaccharide
## 1573 positive regulation of organ growth
## 1574 positive regulation of dendrite morphogenesis
## 1575 mitochondrial membrane organization
## 1576 eggshell formation
## 1577 antigen receptor-mediated signaling pathway
## 1578 negative regulation of transmembrane receptor protein serine/threonine kinase signaling pathway
## 1579 positive regulation of viral process
## 1580 cytokine production
## 1581 regulation of osteoclast differentiation
## 1582 regulation of transforming growth factor beta receptor signaling pathway
## 1583 regulation of cellular response to transforming growth factor beta stimulus
## 1584 regulation of cell-matrix adhesion
## 1585 regulation of purine nucleotide metabolic process
## 1586 regulation of gastrulation
## 1587 organ growth
## 1588 peripheral nervous system development
## 1589 positive regulation of production of molecular mediator of immune response
## 1590 tissue regeneration
## 1591 positive regulation of protein localization to nucleus
## 1592 glycosaminoglycan metabolic process
## 1593 myofibril assembly
## 1594 ureteric bud development
## 1595 transcription-coupled nucleotide-excision repair
## 1596 fatty acid catabolic process
## 1597 regulation of tumor necrosis factor production
## 1598 regulation of tumor necrosis factor superfamily cytokine production
## 1599 determination of heart left/right asymmetry
## 1600 negative regulation of DNA-binding transcription factor activity
## 1601 hippocampus development
## 1602 cellular response to ammonium ion
## 1603 regulation of lipid transport
## 1604 retrograde transport, endosome to Golgi
## 1605 organelle transport along microtubule
## 1606 signal transduction by p53 class mediator
## 1607 regulation of filopodium assembly
## 1608 cellular response to hypoxia
## 1609 telomere organization
## 1610 regulation of blood vessel endothelial cell migration
## 1611 neural tube closure
## 1612 primary neural tube formation
## 1613 tube closure
## 1614 positive regulation of mitotic cell cycle phase transition
## 1615 mechanoreceptor differentiation
## 1616 JNK cascade
## 1617 regulation of endothelial cell proliferation
## 1618 mitochondrial transmembrane transport
## 1619 fatty acid derivative biosynthetic process
## 1620 forebrain cell migration
## 1621 telencephalon cell migration
## 1622 post-transcriptional gene silencing
## 1623 positive regulation of protein localization to membrane
## 1624 wing disc pattern formation
## 1625 regulation of lipid storage
## 1626 leukocyte migration
## 1627 biological process involved in interaction with host
## 1628 negative regulation of protein-containing complex assembly
## 1629 establishment of mitotic spindle localization
## 1630 T cell differentiation
## 1631 kidney morphogenesis
## 1632 fertilization
## 1633 protein heterooligomerization
## 1634 regulation of receptor signaling pathway via JAK-STAT
## 1635 regulation of receptor signaling pathway via STAT
## 1636 response to organophosphorus
## 1637 positive regulation of neuromuscular junction development
## 1638 fibroblast growth factor receptor signaling pathway
## 1639 regulation of cell fate specification
## 1640 negative regulation of secretion by cell
## 1641 regulation of cellular response to oxidative stress
## 1642 regulation of DNA-templated DNA replication
## 1643 apoptotic cell clearance
## 1644 proteoglycan metabolic process
## 1645 cellular detoxification
## 1646 regulation of insulin secretion
## 1647 cardiac septum development
## 1648 regulation of heart growth
## 1649 telomere maintenance
## 1650 non-sensory hair organization
## 1651 imaginal disc-derived wing hair organization
## 1652 protein localization to chromosome
## 1653 metaphase plate congression
## 1654 sphingolipid metabolic process
## 1655 synaptic vesicle exocytosis
## 1656 spliceosomal complex assembly
## 1657 regulation of mitochondrion organization
## 1658 transcription initiation at RNA polymerase II promoter
## 1659 negative regulation of nuclear division
## 1660 RNA-mediated post-transcriptional gene silencing
## 1661 snRNA metabolic process
## 1662 polysaccharide metabolic process
## 1663 positive regulation of synapse assembly
## 1664 regulation of T cell differentiation
## 1665 regulation of lymphocyte differentiation
## 1666 calcium-mediated signaling
## 1667 germ-line stem cell population maintenance
## 1668 positive regulation of protein binding
## 1669 regulation of striated muscle cell differentiation
## 1670 molting cycle, chitin-based cuticle
## 1671 defense response to Gram-negative bacterium
## 1672 IRE1-mediated unfolded protein response
## 1673 activation of GTPase activity
## 1674 icosanoid metabolic process
## 1675 regulation of G protein-coupled receptor signaling pathway
## 1676 asymmetric stem cell division
## 1677 spinal cord development
## 1678 regulation of DNA binding
## 1679 tRNA modification
## 1680 adherens junction organization
## 1681 protein methylation
## 1682 protein alkylation
## 1683 establishment or maintenance of cytoskeleton polarity
## 1684 negative regulation of cell morphogenesis involved in differentiation
## 1685 cerebral cortex cell migration
## 1686 negative regulation of gene expression, epigenetic
## 1687 intracellular steroid hormone receptor signaling pathway
## 1688 DNA modification
## 1689 forebrain generation of neurons
## 1690 positive regulation of axon extension
## 1691 respiratory electron transport chain
## 1692 pancreas development
## 1693 immune response-regulating cell surface receptor signaling pathway involved in phagocytosis
## 1694 insulin receptor signaling pathway
## 1695 positive regulation of ATP-dependent activity
## 1696 aerobic respiration
## 1697 response to fungus
## 1698 innate immune response-activating signaling pathway
## 1699 cellular response to alcohol
## 1700 male anatomical structure morphogenesis
## 1701 cytoplasm organization
## 1702 somatic stem cell population maintenance
## 1703 body morphogenesis
## 1704 pyridine-containing compound metabolic process
## 1705 regulation of telomere maintenance via telomere lengthening
## 1706 cardiac ventricle development
## 1707 response to antineoplastic agent
## 1708 germ cell migration
## 1709 oocyte anterior/posterior axis specification
## 1710 maternal determination of anterior/posterior axis, embryo
## 1711 nephron epithelium development
## 1712 mitotic DNA integrity checkpoint signaling
## 1713 regulation of ATP metabolic process
## 1714 positive regulation of monoatomic ion transmembrane transport
## 1715 cellular response to ionizing radiation
## 1716 embryonic skeletal system morphogenesis
## 1717 purine nucleoside metabolic process
## 1718 purine ribonucleoside metabolic process
## 1719 nucleoside triphosphate biosynthetic process
## 1720 signal transduction in response to DNA damage
## 1721 glycolipid metabolic process
## 1722 liposaccharide metabolic process
## 1723 visual perception
## 1724 sensory perception of light stimulus
## 1725 transforming growth factor beta receptor signaling pathway
## 1726 ubiquitin-dependent ERAD pathway
## 1727 localization within membrane
## 1728 vesicle fusion
## 1729 regulation of calcium ion transmembrane transport
## 1730 dicarboxylic acid metabolic process
## 1731 regulation of cellular carbohydrate metabolic process
## 1732 negative regulation of protein ubiquitination
## 1733 nucleoside monophosphate biosynthetic process
## 1734 regulation of I-kappaB kinase/NF-kappaB signaling
## 1735 cranial skeletal system development
## 1736 cellular oxidant detoxification
## 1737 regulation of cation channel activity
## 1738 positive regulation of leukocyte differentiation
## 1739 regulation of epithelial cell differentiation
## 1740 establishment or maintenance of apical/basal cell polarity
## 1741 establishment or maintenance of bipolar cell polarity
## 1742 regulation of tube size, open tracheal system
## 1743 nucleosome organization
## 1744 negative regulation of monoatomic ion transport
## 1745 positive regulation of JUN kinase activity
## 1746 response to fatty acid
## 1747 regulation of alternative mRNA splicing, via spliceosome
## 1748 regulation of sequestering of calcium ion
## 1749 feeding behavior
## 1750 regulation of protein acetylation
## 1751 T cell receptor signaling pathway
## 1752 cardiac septum morphogenesis
## 1753 cellular polysaccharide metabolic process
## 1754 vascular endothelial growth factor receptor signaling pathway
## 1755 negative regulation of vasculature development
## 1756 regulation of telomere maintenance via telomerase
## 1757 positive regulation of transmembrane receptor protein serine/threonine kinase signaling pathway
## 1758 response to vitamin
## 1759 positive regulation of cell size
## 1760 animal organ formation
## 1761 Fc receptor mediated stimulatory signaling pathway
## 1762 Fc-gamma receptor signaling pathway
## 1763 Fc-gamma receptor signaling pathway involved in phagocytosis
## 1764 protein localization to mitochondrion
## 1765 olfactory behavior
## 1766 detection of light stimulus
## 1767 positive regulation of synaptic assembly at neuromuscular junction
## 1768 B cell differentiation
## 1769 regulation of nervous system process
## 1770 regulation of cardiac muscle tissue growth
## 1771 endosome organization
## 1772 axon extension
## 1773 regulation of adaptive immune response
## 1774 oviposition
## 1775 mRNA 3'-end processing
## 1776 synapse assembly
## 1777 neuronal stem cell division
## 1778 neuroblast division
## 1779 embryonic heart tube morphogenesis
## 1780 ncRNA transcription
## 1781 inner ear receptor cell differentiation
## 1782 endoplasmic reticulum organization
## 1783 regulation of gliogenesis
## 1784 organic acid transmembrane transport
## 1785 carboxylic acid transmembrane transport
## 1786 embryonic hemopoiesis
## 1787 regulation of fat cell differentiation
## 1788 renal system process
## 1789 mucopolysaccharide metabolic process
## 1790 protein N-linked glycosylation
## 1791 single fertilization
## 1792 somatic muscle development
## 1793 positive regulation of TOR signaling
## 1794 regulation of histone methylation
## 1795 regulation of phosphoprotein phosphatase activity
## 1796 response to interleukin-1
## 1797 embryonic placenta development
## 1798 ribonucleoside triphosphate biosynthetic process
## 1799 regulation of response to drug
## 1800 regulation of leukocyte mediated immunity
## 1801 regulation of cell maturation
## 1802 mitotic DNA damage checkpoint signaling
## 1803 actin-mediated cell contraction
## 1804 female gonad development
## 1805 development of primary female sexual characteristics
## 1806 regulation of extracellular matrix organization
## 1807 bone morphogenesis
## 1808 ciliary basal body-plasma membrane docking
## 1809 inorganic anion transport
## 1810 regulation of dendritic spine development
## 1811 blastocyst development
## 1812 regulation of mitochondrial membrane potential
## 1813 ribonucleoside monophosphate biosynthetic process
## 1814 regulation of pH
## 1815 cilium movement
## 1816 regulation of axon regeneration
## 1817 regulation of neuron projection regeneration
## 1818 cholesterol homeostasis
## 1819 sterol homeostasis
## 1820 chromosome condensation
## 1821 regulation of phosphatidylinositol 3-kinase signaling
## 1822 response to tumor necrosis factor
## 1823 cell fate commitment involved in formation of primary germ layer
## 1824 odontogenesis
## 1825 cell-cell junction assembly
## 1826 nucleus localization
## 1827 positive regulation of wound healing
## 1828 monoatomic anion homeostasis
## 1829 protein localization to vacuole
## 1830 axonal transport
## 1831 outflow tract morphogenesis
## 1832 chitin-based cuticle development
## 1833 negative regulation of peptidase activity
## 1834 regulation of adaptive immune response based on somatic recombination of immune receptors built from immunoglobulin superfamily domains
## 1835 establishment of spindle orientation
## 1836 regulation of chromosome separation
## 1837 'de novo' protein folding
## 1838 negative regulation of chromatin organization
## 1839 cellularization
## 1840 monocarboxylic acid transport
## 1841 nephron tubule development
## 1842 DNA-templated transcription elongation
## 1843 transcription elongation by RNA polymerase II
## 1844 positive regulation of DNA replication
## 1845 myeloid leukocyte differentiation
## 1846 epithelial to mesenchymal transition
## 1847 mitotic metaphase plate congression
## 1848 positive regulation of striated muscle tissue development
## 1849 positive regulation of muscle organ development
## 1850 positive regulation of muscle tissue development
## 1851 intracellular mRNA localization
## 1852 positive regulation of NF-kappaB transcription factor activity
## 1853 nuclear-transcribed mRNA catabolic process, nonsense-mediated decay
## 1854 regulation of protein localization to plasma membrane
## 1855 ERBB signaling pathway
## 1856 establishment of protein localization to endoplasmic reticulum
## 1857 positive regulation of phagocytosis
## 1858 response to retinoic acid
## 1859 protein targeting to membrane
## 1860 endosome to lysosome transport
## 1861 endocytic recycling
## 1862 myelination
## 1863 guanosine-containing compound metabolic process
## 1864 regulation of tube length, open tracheal system
## 1865 central nervous system neuron development
## 1866 hair cycle
## 1867 vasculogenesis
## 1868 mating
## 1869 regulation of axon guidance
## 1870 protein polymerization
## 1871 positive regulation of viral life cycle
## 1872 nephron morphogenesis
## 1873 nephron epithelium morphogenesis
## 1874 ephrin receptor signaling pathway
## 1875 regulation of peptidyl-serine phosphorylation
## 1876 maturation of SSU-rRNA
## 1877 nuclear-transcribed mRNA catabolic process, deadenylation-dependent decay
## 1878 endoderm formation
## 1879 negative regulation of cell cycle G2/M phase transition
## 1880 cochlea development
## 1881 nucleoside diphosphate metabolic process
## 1882 establishment of protein localization to mitochondrion
## 1883 positive regulation of vasculature development
## 1884 positive regulation of exocytosis
## 1885 neuroepithelial cell differentiation
## 1886 Golgi vesicle budding
## 1887 inner ear receptor cell development
## 1888 regulation of leukocyte proliferation
## 1889 vesicle cytoskeletal trafficking
## 1890 regulation of humoral immune response
## 1891 positive regulation of mRNA metabolic process
## 1892 regulation of cilium assembly
## 1893 regulation of neurotransmitter transport
## 1894 pyridine nucleotide metabolic process
## 1895 nicotinamide nucleotide metabolic process
## 1896 male gonad development
## 1897 development of primary male sexual characteristics
## 1898 regulation of vacuole organization
## 1899 fatty acid oxidation
## 1900 lipid oxidation
## 1901 regulation of cellular pH
## 1902 regulation of intracellular pH
## 1903 negative regulation of endopeptidase activity
## 1904 negative regulation of angiogenesis
## 1905 negative regulation of blood vessel morphogenesis
## 1906 response to cAMP
## 1907 negative regulation of myeloid cell differentiation
## 1908 regulation of mitotic sister chromatid separation
## 1909 regulation of vulval development
## 1910 midbrain development
## 1911 chorion-containing eggshell formation
## 1912 membrane lipid biosynthetic process
## 1913 regulation of intracellular steroid hormone receptor signaling pathway
## 1914 positive regulation of lipid localization
## 1915 apical protein localization
## 1916 negative regulation of synapse assembly
## 1917 negative regulation of synapse organization
## 1918 neuron maturation
## 1919 negative regulation of cell fate commitment
## 1920 lipid phosphorylation
## 1921 purine nucleoside triphosphate biosynthetic process
## 1922 purine ribonucleoside triphosphate biosynthetic process
## 1923 regulation of spindle organization
## 1924 cellular response to interleukin-1
## 1925 regulation of translational initiation
## 1926 positive regulation of blood circulation
## 1927 regulation of coagulation
## 1928 embryonic cranial skeleton morphogenesis
## 1929 xenobiotic metabolic process
## 1930 actin cytoskeleton reorganization
## 1931 female meiotic nuclear division
## 1932 nucleoside bisphosphate metabolic process
## 1933 ribonucleoside bisphosphate metabolic process
## 1934 purine nucleoside bisphosphate metabolic process
## 1935 muscle organ morphogenesis
## 1936 negative regulation of leukocyte differentiation
## 1937 somitogenesis
## 1938 cellular response to hydrogen peroxide
## 1939 vesicle targeting, to, from or within Golgi
## 1940 aminoglycan biosynthetic process
## 1941 skin epidermis development
## 1942 positive regulation of cation transmembrane transport
## 1943 positive regulation of endothelial cell proliferation
## 1944 negative regulation of dephosphorylation
## 1945 response to alkaloid
## 1946 non-motile cilium assembly
## 1947 negative regulation of transmembrane transport
## 1948 unsaturated fatty acid metabolic process
## 1949 ventral cord development
## 1950 compound eye photoreceptor development
## 1951 positive regulation of actin filament polymerization
## 1952 negative regulation of small molecule metabolic process
## 1953 positive regulation of reproductive process
## 1954 positive regulation of protein localization to cell periphery
## 1955 neurotransmitter metabolic process
## 1956 regulation of calcium-mediated signaling
## 1957 positive regulation of phospholipid metabolic process
## 1958 regulation of fibroblast proliferation
## 1959 negative regulation of autophagy
## 1960 reactive oxygen species metabolic process
## 1961 chondrocyte differentiation
## 1962 nephron tubule morphogenesis
## 1963 integrin-mediated signaling pathway
## 1964 synaptic vesicle recycling
## 1965 cell-matrix adhesion
## 1966 regulation of cell junction assembly
## 1967 regulation of hematopoietic progenitor cell differentiation
## 1968 glucose metabolic process
## 1969 cortical cytoskeleton organization
## 1970 detection of stimulus involved in sensory perception
## 1971 regulation of metaphase/anaphase transition of cell cycle
## 1972 positive regulation of angiogenesis
## 1973 modulation of process of another organism
## 1974 eye-antennal disc development
## 1975 ATP synthesis coupled electron transport
## 1976 mitochondrial ATP synthesis coupled electron transport
## 1977 apical junction assembly
## 1978 nuclear migration
## 1979 ventricular septum development
## 1980 Wnt signaling pathway, planar cell polarity pathway
## 1981 response to anesthetic
## 1982 regulation of cell cycle checkpoint
## 1983 regulation of centrosome duplication
## 1984 phagocytosis, engulfment
## 1985 positive regulation of telomere maintenance
## 1986 actin filament bundle organization
## 1987 positive regulation of cell-substrate adhesion
## 1988 purine nucleoside monophosphate biosynthetic process
## 1989 purine ribonucleoside monophosphate biosynthetic process
## 1990 positive regulation of ossification
## 1991 cellular response to amino acid stimulus
## 1992 regulation of reactive oxygen species biosynthetic process
## 1993 iron ion homeostasis
## 1994 snRNA transcription
## 1995 snRNA transcription by RNA polymerase II
## 1996 regulation of glucose transmembrane transport
## 1997 regulation of glucose import
## 1998 regulation of mononuclear cell proliferation
## 1999 regulation of lymphocyte proliferation
## 2000 positive regulation of lipid biosynthetic process
## 2001 pyrimidine-containing compound metabolic process
## 2002 egg chorion assembly
## 2003 myotube differentiation
## 2004 regulation of protein-containing complex disassembly
## 2005 action potential
## 2006 regulation of meiotic cell cycle
## 2007 regulation of tissue remodeling
## 2008 positive regulation of mitochondrion organization
## 2009 sarcomere organization
## 2010 response to axon injury
## 2011 protein targeting to ER
## 2012 COPII-coated vesicle budding
## 2013 positive regulation of intrinsic apoptotic signaling pathway
## 2014 mesodermal cell differentiation
## 2015 hair follicle development
## 2016 hair cycle process
## 2017 melanin metabolic process
## 2018 long-term memory
## 2019 negative regulation of defense response
## 2020 negative regulation of intracellular protein transport
## 2021 negative regulation of response to wounding
## 2022 epidermal growth factor receptor signaling pathway
## 2023 neutral lipid metabolic process
## 2024 acylglycerol metabolic process
## 2025 neuron projection organization
## 2026 inositol lipid-mediated signaling
## 2027 ribosomal large subunit biogenesis
## 2028 neuron remodeling
## 2029 regulation of protein tyrosine kinase activity
## 2030 cell migration involved in gastrulation
## 2031 regulation of telomerase activity
## 2032 regulation of sprouting angiogenesis
## 2033 neural retina development
## 2034 regulation of vasoconstriction
## 2035 regulation of type I interferon production
## 2036 negative regulation of mitotic nuclear division
## 2037 extrinsic apoptotic signaling pathway
## 2038 regulation of alpha-beta T cell activation
## 2039 negative regulation of cell cycle G1/S phase transition
## 2040 negative regulation of G1/S transition of mitotic cell cycle
## 2041 regulation of organic acid transport
## 2042 regulation of Rho protein signal transduction
## 2043 stem cell development
## 2044 proton transmembrane transport
## 2045 DNA-templated transcription termination
## 2046 vesicle coating
## 2047 neuron fate commitment
## 2048 multivesicular body sorting pathway
## 2049 dosage compensation
## 2050 neural crest cell differentiation
## 2051 protein targeting to mitochondrion
## 2052 lipid storage
## 2053 negative regulation of smoothened signaling pathway
## 2054 positive regulation of receptor signaling pathway via JAK-STAT
## 2055 positive regulation of receptor signaling pathway via STAT
## 2056 regulation of systemic arterial blood pressure
## 2057 negative regulation of peptide secretion
## 2058 regulation of leukocyte migration
## 2059 dauer larval development
## 2060 fat cell differentiation
## 2061 response to activity
## 2062 regulation of cyclin-dependent protein kinase activity
## 2063 negative regulation of synaptic assembly at neuromuscular junction
## 2064 negative regulation of neuromuscular junction development
## 2065 negative regulation of axonogenesis
## 2066 negative regulation of proteolysis involved in protein catabolic process
## 2067 actin filament bundle assembly
## 2068 energy reserve metabolic process
## 2069 regulation of interleukin-6 production
## 2070 pole plasm assembly
## 2071 water-soluble vitamin metabolic process
## 2072 amino acid biosynthetic process
## 2073 regulation of mitotic metaphase/anaphase transition
## 2074 regulation of glucose metabolic process
## 2075 establishment or maintenance of epithelial cell apical/basal polarity
## 2076 synaptic vesicle endocytosis
## 2077 positive regulation of reactive oxygen species metabolic process
## 2078 inner ear auditory receptor cell differentiation
## 2079 defense response to fungus
## 2080 nucleoside phosphate catabolic process
## 2081 melanization defense response
## 2082 mammary gland epithelium development
## 2083 transcription initiation-coupled chromatin remodeling
## 2084 negative regulation of mRNA metabolic process
## 2085 regulation of DNA repair
## 2086 ventricular septum morphogenesis
## 2087 imaginal disc-derived wing margin morphogenesis
## 2088 hindgut morphogenesis
## 2089 hindgut development
## 2090 Malpighian tubule development
## 2091 histone H4 acetylation
## 2092 tricarboxylic acid metabolic process
## 2093 sex determination
## 2094 negative regulation of cell activation
## 2095 labyrinthine layer development
## 2096 cyclic-nucleotide-mediated signaling
## 2097 muscle tissue morphogenesis
## 2098 regulation of calcium ion transmembrane transporter activity
## 2099 neuromuscular process
## 2100 regulation of defense response to virus
## 2101 heart looping
## 2102 imaginal disc-derived wing vein morphogenesis
## 2103 phosphatidylinositol phosphate biosynthetic process
## 2104 intrinsic apoptotic signaling pathway in response to DNA damage
## 2105 myeloid cell homeostasis
## 2106 erythrocyte homeostasis
## 2107 regulation of mitotic spindle organization
## 2108 regulation of morphogenesis of a branching structure
## 2109 regulation of amine transport
## 2110 positive regulation of transporter activity
## 2111 regulation of membrane invagination
## 2112 ureteric bud morphogenesis
## 2113 mesonephric tubule morphogenesis
## 2114 phosphatidylinositol-mediated signaling
## 2115 protein peptidyl-prolyl isomerization
## 2116 peptidyl-proline modification
## 2117 chromosome organization involved in meiotic cell cycle
## 2118 positive regulation of muscle contraction
## 2119 maintenance of protein location in cell
## 2120 regulation of neuroblast proliferation
## 2121 negative regulation of reproductive process
## 2122 positive regulation of leukocyte mediated immunity
## 2123 regulation of oxidative stress-induced cell death
## 2124 vesicle targeting, rough ER to cis-Golgi
## 2125 COPII vesicle coating
## 2126 osteoblast differentiation
## 2127 regulation of biomineral tissue development
## 2128 negative regulation of muscle cell differentiation
## 2129 cellular response to carbohydrate stimulus
## 2130 positive regulation of I-kappaB kinase/NF-kappaB signaling
## 2131 sensory perception of chemical stimulus
## 2132 mitotic spindle assembly
## 2133 cellular carbohydrate biosynthetic process
## 2134 regulation of histone acetylation
## 2135 regulation of peptidyl-lysine acetylation
## 2136 regulation of NIK/NF-kappaB signaling
## 2137 morphogenesis of an epithelial sheet
## 2138 sodium ion transport
## 2139 lens development in camera-type eye
## 2140 intraciliary transport
## 2141 post-anal tail morphogenesis
## 2142 amino sugar metabolic process
## 2143 programmed cell death involved in cell development
## 2144 embryonic digestive tract development
## 2145 regulation of response to cytokine stimulus
## 2146 positive regulation of dendritic spine development
## 2147 positive regulation of Notch signaling pathway
## 2148 positive regulation of nuclear division
## 2149 endosome transport via multivesicular body sorting pathway
## 2150 germ-line stem cell division
## 2151 cortical actin cytoskeleton organization
## 2152 instar larval development
## 2153 positive regulation of cell cycle G1/S phase transition
## 2154 negative regulation of cellular response to insulin stimulus
## 2155 cellular pigmentation
## 2156 regulation of cyclin-dependent protein serine/threonine kinase activity
## 2157 intracellular glucose homeostasis
## 2158 regulation of oviposition
## 2159 mating behavior
## 2160 pigment biosynthetic process
## 2161 regulation of muscle adaptation
## 2162 meiotic cytokinesis
## 2163 positive regulation of protein import
## 2164 diencephalon development
## 2165 hematopoietic progenitor cell differentiation
## 2166 mesodermal cell fate commitment
## 2167 trabecula morphogenesis
## 2168 regulation of bone remodeling
## 2169 response to sterol
## 2170 negative regulation of G2/M transition of mitotic cell cycle
## 2171 heart process
## 2172 icosanoid biosynthetic process
## 2173 response to testosterone
## 2174 negative regulation of lipid metabolic process
## 2175 regulation of cartilage development
## 2176 positive regulation of cardiac muscle tissue development
## 2177 lymph gland development
## 2178 regulation of lipid kinase activity
## 2179 establishment of mitotic spindle orientation
## 2180 protein transmembrane transport
## 2181 negative regulation of stress-activated MAPK cascade
## 2182 negative regulation of stress-activated protein kinase signaling cascade
## 2183 amino acid catabolic process
## 2184 antigen processing and presentation of peptide antigen via MHC class I
## 2185 Malpighian tubule morphogenesis
## 2186 embryonic hindgut morphogenesis
## 2187 negative regulation of phosphatase activity
## 2188 regulation of lipase activity
## 2189 pattern recognition receptor signaling pathway
## 2190 roof of mouth development
## 2191 sperm motility
## 2192 excretion
## 2193 secondary alcohol metabolic process
## 2194 establishment or maintenance of microtubule cytoskeleton polarity
## 2195 intracellular iron ion homeostasis
## 2196 establishment of epithelial cell polarity
## 2197 response to arsenic-containing substance
## 2198 epidermis morphogenesis
## 2199 negative regulation of MAP kinase activity
## 2200 regulation of ubiquitin-protein transferase activity
## 2201 plasma membrane organization
## 2202 nucleotide-sugar metabolic process
## 2203 steroid biosynthetic process
## 2204 proteoglycan biosynthetic process
## 2205 vesicle transport along microtubule
## 2206 endothelial cell migration
## 2207 oligodendrocyte differentiation
## 2208 miRNA-mediated gene silencing
## 2209 eye-antennal disc morphogenesis
## 2210 defense response to Gram-positive bacterium
## 2211 virion assembly
## 2212 regulation of muscle cell apoptotic process
## 2213 polyol metabolic process
## 2214 visual behavior
## 2215 sodium ion transmembrane transport
## 2216 substrate adhesion-dependent cell spreading
## 2217 myeloid cell development
## 2218 cellular response to tumor necrosis factor
## 2219 positive regulation of receptor-mediated endocytosis
## 2220 embryonic digestive tract morphogenesis
## 2221 muscle cell cellular homeostasis
## 2222 regulation of cardiac muscle cell proliferation
## 2223 forebrain neuron differentiation
## 2224 regulation of cardiocyte differentiation
## 2225 regulation of carbohydrate biosynthetic process
## 2226 cotranslational protein targeting to membrane
## 2227 negative regulation of response to DNA damage stimulus
## 2228 positive regulation of calcium ion transport
## 2229 regulation of DNA-templated transcription initiation
## 2230 regulation of phagocytosis, engulfment
## 2231 regulation of osteoblast proliferation
## 2232 positive regulation of monoatomic anion transport
## 2233 regulation of postsynapse organization
## 2234 response to BMP
## 2235 cellular response to BMP stimulus
## 2236 cardiac muscle cell differentiation
## 2237 cardiac muscle tissue morphogenesis
## 2238 cell chemotaxis
## 2239 postsynapse organization
## 2240 cytokinetic process
## 2241 auditory receptor cell development
## 2242 regulation of DNA recombination
## 2243 gastrulation with mouth forming first
## 2244 gastrulation involving germ band extension
## 2245 regulation of blood coagulation
## 2246 regulation of hemostasis
## 2247 cardiac ventricle morphogenesis
## 2248 negative regulation of nucleocytoplasmic transport
## 2249 prostate gland development
## 2250 positive regulation of mitotic nuclear division
## 2251 Rab protein signal transduction
## 2252 response to type II interferon
## 2253 cellular response to type II interferon
## 2254 cell cycle DNA replication
## 2255 response to increased oxygen levels
## 2256 genitalia morphogenesis
## 2257 positive regulation of blood vessel endothelial cell migration
## 2258 alpha-amino acid catabolic process
## 2259 regulation of adherens junction organization
## 2260 regulation of regulated secretory pathway
## 2261 negative regulation of protein secretion
## 2262 establishment of protein localization to vacuole
## 2263 positive regulation of protein import into nucleus
## 2264 ER-nucleus signaling pathway
## 2265 positive regulation of muscle cell differentiation
## 2266 nerve development
## 2267 positive regulation of leukocyte migration
## 2268 ectodermal placode development
## 2269 ectodermal placode morphogenesis
## 2270 regulation of phosphatidylinositol 3-kinase activity
## 2271 cellular response to nutrient
## 2272 regulation of viral genome replication
## 2273 negative regulation of insulin receptor signaling pathway
## 2274 tissue remodeling
## 2275 regulation of protein export from nucleus
## 2276 receptor internalization
## 2277 'de novo' post-translational protein folding
## 2278 ATP biosynthetic process
## 2279 hindbrain morphogenesis
## 2280 cerebellum morphogenesis
## 2281 organelle disassembly
## 2282 regulation of hematopoietic stem cell differentiation
## 2283 cellular response to glucose starvation
## 2284 positive regulation of ion transmembrane transporter activity
## 2285 vesicle-mediated transport to the plasma membrane
## 2286 DNA damage response, signal transduction by p53 class mediator
## 2287 regulation of calcium ion transport into cytosol
## 2288 establishment of monopolar cell polarity
## 2289 establishment or maintenance of monopolar cell polarity
## 2290 vesicle docking
## 2291 lung alveolus development
## 2292 glycogen metabolic process
## 2293 cellular glucan metabolic process
## 2294 glucan metabolic process
## 2295 flagellated sperm motility
## 2296 positive regulation of macroautophagy
## 2297 pyrimidine nucleotide metabolic process
## 2298 cerebellar cortex development
## 2299 centrosome localization
## 2300 microtubule organizing center localization
## 2301 encapsulation of foreign target
## 2302 branching involved in open tracheal system development
## 2303 citrate metabolic process
## 2304 regulation of autophagosome assembly
## 2305 negative regulation of post-embryonic development
## 2306 biological process involved in interaction with symbiont
## 2307 modulation by host of symbiont process
## 2308 heart contraction
## 2309 lymphocyte activation involved in immune response
## 2310 cuticle pattern formation
## 2311 BMP signaling pathway
## 2312 negative regulation of synaptic transmission
## 2313 negative regulation of extrinsic apoptotic signaling pathway
## 2314 regulation of fibroblast growth factor receptor signaling pathway
## 2315 polysaccharide biosynthetic process
## 2316 cellular polysaccharide biosynthetic process
## 2317 positive regulation of histone methylation
## 2318 Fc-epsilon receptor signaling pathway
## 2319 pigment cell differentiation
## 2320 microtubule polymerization or depolymerization
## 2321 mononuclear cell proliferation
## 2322 lymphocyte proliferation
## 2323 leukocyte proliferation
## 2324 morphogenesis of follicular epithelium
## 2325 protein localization to lysosome
## 2326 cellular component maintenance
## 2327 positive regulation of filopodium assembly
## 2328 positive regulation of actin filament bundle assembly
## 2329 positive regulation of stress fiber assembly
## 2330 regulation of lymphocyte mediated immunity
## 2331 regulation of cytokine-mediated signaling pathway
## 2332 negative regulation of muscle organ development
## 2333 negative regulation of protein localization to nucleus
## 2334 branching involved in ureteric bud morphogenesis
## 2335 protein homotetramerization
## 2336 regulation of DNA-templated transcription elongation
## 2337 regulation of transcription elongation by RNA polymerase II
## 2338 regulation of bone mineralization
## 2339 negative regulation of response to biotic stimulus
## 2340 execution phase of apoptosis
## 2341 endochondral bone morphogenesis
## 2342 negative regulation of cell fate specification
## 2343 regulation of toll-like receptor signaling pathway
## 2344 sterol transport
## 2345 sprouting angiogenesis
## 2346 regulation of cellular response to heat
## 2347 positive regulation of telomerase activity
## 2348 platelet activation
## 2349 regulation of cardiac muscle hypertrophy
## 2350 regulation of muscle hypertrophy
## 2351 GTP metabolic process
## 2352 negative regulation of ossification
## 2353 negative regulation of small GTPase mediated signal transduction
## 2354 negative chemotaxis
## 2355 cellular response to retinoic acid
## 2356 negative regulation of cell-substrate adhesion
## 2357 NADH dehydrogenase complex assembly
## 2358 mitochondrial respiratory chain complex I assembly
## 2359 DNA alkylation
## 2360 DNA methylation
## 2361 response to X-ray
## 2362 alpha-amino acid biosynthetic process
## 2363 mesodermal cell migration
## 2364 regulation of smooth muscle cell migration
## 2365 positive regulation of embryonic development
## 2366 multivesicular body organization
## 2367 multivesicular body assembly
## 2368 otic vesicle development
## 2369 regulation of microtubule polymerization or depolymerization
## 2370 DNA geometric change
## 2371 DNA duplex unwinding
## 2372 intracellular mRNA localization involved in pattern specification process
## 2373 intracellular mRNA localization involved in anterior/posterior axis specification
## 2374 ribonucleoside diphosphate metabolic process
## 2375 regulation of TORC1 signaling
## 2376 establishment of ommatidial planar polarity
## 2377 vulval development
## 2378 positive regulation of lipase activity
## 2379 chloride transport
## 2380 regulation of mesenchymal cell proliferation
## 2381 inorganic anion transmembrane transport
## 2382 substrate-dependent cell migration
## 2383 positive regulation of biomineral tissue development
## 2384 regulation of B cell activation
## 2385 regulation of nitric oxide biosynthetic process
## 2386 alcohol biosynthetic process
## 2387 defense response to virus
## 2388 arachidonic acid metabolic process
## 2389 secretory granule organization
## 2390 isoprenoid metabolic process
## 2391 base-excision repair
## 2392 meiotic spindle organization
## 2393 regulation of feeding behavior
## 2394 asymmetric neuroblast division
## 2395 double-strand break repair via nonhomologous end joining
## 2396 negative regulation of response to oxidative stress
## 2397 endodermal cell differentiation
## 2398 response to amino acid starvation
## 2399 tricarboxylic acid cycle
## 2400 RNA secondary structure unwinding
## 2401 maturation of 5.8S rRNA
## 2402 histone methylation
## 2403 androgen receptor signaling pathway
## 2404 trachea development
## 2405 regulation of cytoplasmic transport
## 2406 positive regulation of phosphatidylinositol 3-kinase signaling
## 2407 mammary gland morphogenesis
## 2408 mammary gland duct morphogenesis
## 2409 chondroitin sulfate metabolic process
## 2410 chondroitin sulfate proteoglycan metabolic process
## 2411 vesicle docking involved in exocytosis
## 2412 negative regulation of gliogenesis
## 2413 positive regulation of axon guidance
## 2414 positive regulation of cytokinesis
## 2415 response to estrogen
## 2416 morphogenesis of an epithelial fold
## 2417 positive regulation of Ras protein signal transduction
## 2418 positive regulation of small GTPase mediated signal transduction
## 2419 pronephros development
## 2420 positive regulation of T cell differentiation
## 2421 positive regulation of lymphocyte differentiation
## 2422 positive regulation of protein localization to plasma membrane
## 2423 phosphatidylinositol-3-phosphate biosynthetic process
## 2424 regulation of plasma lipoprotein particle levels
## 2425 Rho protein signal transduction
## 2426 regulation of protein processing
## 2427 regulation of protein maturation
## 2428 Wnt signaling pathway, calcium modulating pathway
## 2429 developmental induction
## 2430 negative regulation of histone modification
## 2431 glycosyl compound biosynthetic process
## 2432 detection of visible light
## 2433 amino acid transport
## 2434 regulation of animal organ formation
## 2435 autophagosome assembly
## 2436 autophagosome organization
## 2437 regulation of fatty acid metabolic process
## 2438 syncytium formation by plasma membrane fusion
## 2439 syncytium formation
## 2440 myoblast fusion
## 2441 positive regulation of NIK/NF-kappaB signaling
## 2442 positive regulation of behavior
## 2443 regulation of transcription initiation by RNA polymerase II
## 2444 mitochondrial genome maintenance
## 2445 regulation of extracellular matrix disassembly
## 2446 regulation of striated muscle contraction
## 2447 intracellular protein transmembrane transport
## 2448 positive regulation of response to DNA damage stimulus
## 2449 cholesterol transport
## 2450 protein lipidation
## 2451 lipoprotein metabolic process
## 2452 lipoprotein biosynthetic process
## 2453 regulation of smooth muscle contraction
## 2454 positive regulation of cell-matrix adhesion
## 2455 positive regulation of neural precursor cell proliferation
## 2456 regulation of oogenesis
## 2457 monosaccharide biosynthetic process
## 2458 positive regulation of response to endoplasmic reticulum stress
## 2459 cellular response to mechanical stimulus
## 2460 regulation of megakaryocyte differentiation
## 2461 spliceosomal snRNP assembly
## 2462 adaptive immune response
## 2463 regulation of T cell proliferation
## 2464 regulation of oxidative phosphorylation
## 2465 response to gamma radiation
## 2466 regulation of vesicle fusion
## 2467 nematode male tail tip morphogenesis
## 2468 regulation of alpha-beta T cell differentiation
## 2469 positive regulation of protein acetylation
## 2470 protein localization to cilium
## 2471 hyperosmotic response
## 2472 ceramide metabolic process
## 2473 sterol metabolic process
## 2474 triglyceride metabolic process
## 2475 regulation of receptor internalization
## 2476 anterograde axonal transport
## 2477 positive regulation of phosphatidylinositol 3-kinase activity
## 2478 positive regulation of lipid kinase activity
## 2479 regulation of spindle assembly
## 2480 regulation of sodium ion transport
## 2481 cytochrome complex assembly
## 2482 response to pH
## 2483 dorsal/ventral pattern formation, imaginal disc
## 2484 wing disc dorsal/ventral pattern formation
## 2485 regulation of mesoderm development
## 2486 positive regulation of viral genome replication
## 2487 import across plasma membrane
## 2488 positive regulation of adaptive immune response
## 2489 animal organ regeneration
## 2490 regulation of kidney development
## 2491 regulation of cytokine production involved in immune response
## 2492 positive regulation of cytokine production involved in immune response
## 2493 regulation of smooth muscle cell differentiation
## 2494 response to growth hormone
## 2495 neural tube patterning
## 2496 positive regulation of DNA-templated transcription initiation
## 2497 regulation of potassium ion transport
## 2498 cellular modified amino acid biosynthetic process
## 2499 positive regulation of post-embryonic development
## 2500 cellular response to monosaccharide stimulus
## 2501 cellular response to hexose stimulus
## 2502 cellular response to glucose stimulus
## 2503 regulation of collagen metabolic process
## 2504 positive regulation of myeloid cell differentiation
## 2505 dorsal appendage formation
## 2506 regulation of release of sequestered calcium ion into cytosol
## 2507 positive regulation of smoothened signaling pathway
## 2508 mesenchymal cell development
## 2509 neural crest cell development
## 2510 positive regulation of telomere maintenance via telomerase
## 2511 positive regulation of telomere maintenance via telomere lengthening
## 2512 imaginal disc-derived wing vein specification
## 2513 positive regulation of fat cell differentiation
## 2514 7-methylguanosine RNA capping
## 2515 RNA capping
## 2516 middle ear morphogenesis
## 2517 positive regulation of cellular response to insulin stimulus
## 2518 negative regulation of immune response
## 2519 biomineral tissue development
## 2520 nucleotide catabolic process
## 2521 negative regulation of response to endoplasmic reticulum stress
## 2522 establishment of apical/basal cell polarity
## 2523 positive regulation of cardiac muscle tissue growth
## 2524 positive regulation of heart growth
## 2525 ventricular system development
## 2526 maintenance of cell polarity
## 2527 platelet degranulation
## 2528 regulation of protein depolymerization
## 2529 artery development
## 2530 larval behavior
## 2531 chaeta development
## 2532 cellular response to amino acid starvation
## 2533 positive regulation of lymphocyte mediated immunity
## 2534 response to amyloid-beta
## 2535 positive regulation of cation channel activity
## 2536 regulation of ERAD pathway
## 2537 apoptotic mitochondrial changes
## 2538 neuron death
## 2539 protein O-linked glycosylation
## 2540 pole cell migration
## 2541 terpenoid metabolic process
## 2542 pole plasm RNA localization
## 2543 pole plasm mRNA localization
## 2544 regulation of extrinsic apoptotic signaling pathway in absence of ligand
## 2545 chloride transmembrane transport
## 2546 ERK1 and ERK2 cascade
## 2547 negative regulation of cellular response to oxidative stress
## 2548 toxin transport
## 2549 regulation of fibroblast migration
## 2550 glycosaminoglycan biosynthetic process
## 2551 lysosome localization
## 2552 positive regulation of peptidyl-serine phosphorylation
## 2553 pyruvate metabolic process
## 2554 mitochondrion localization
## 2555 I-kappaB kinase/NF-kappaB signaling
## 2556 protein deacetylation
## 2557 histone deacetylation
## 2558 protein deacylation
## 2559 macromolecule deacylation
## 2560 negative regulation of leukocyte activation
## 2561 negative regulation of lymphocyte activation
## 2562 genital disc development
## 2563 phosphatidylcholine metabolic process
## 2564 negative regulation of BMP signaling pathway
## 2565 autophagosome maturation
## 2566 erythrocyte differentiation
## 2567 regulation of lamellipodium assembly
## 2568 regulation of lamellipodium organization
## 2569 thymus development
## 2570 sphingolipid biosynthetic process
## 2571 sensory perception of pain
## 2572 maternal process involved in female pregnancy
## 2573 iron ion transport
## 2574 positive regulation of bone mineralization
## 2575 nucleotide phosphorylation
## 2576 regulation of cell migration involved in sprouting angiogenesis
## 2577 regulation of hemocyte differentiation
## 2578 aminoglycan catabolic process
## 2579 fatty acid beta-oxidation
## 2580 fat-soluble vitamin metabolic process
## 2581 negative regulation of osteoblast differentiation
## 2582 negative regulation of GTPase activity
## 2583 positive regulation of G1/S transition of mitotic cell cycle
## 2584 glucosamine-containing compound metabolic process
## 2585 prostate gland morphogenesis
## 2586 negative regulation of Ras protein signal transduction
## 2587 SRP-dependent cotranslational protein targeting to membrane
## 2588 negative regulation of organelle assembly
## 2589 fatty acid transport
## 2590 response to cadmium ion
## 2591 nuclear envelope organization
## 2592 response to hyperoxia
## 2593 response to cold
## 2594 left/right pattern formation
## 2595 toll-like receptor signaling pathway
## 2596 monosaccharide catabolic process
## 2597 regulation of neurotransmitter secretion
## 2598 neuromuscular synaptic transmission
## 2599 reciprocal meiotic recombination
## 2600 homologous recombination
## 2601 glutathione metabolic process
## 2602 calcium ion transport into cytosol
## 2603 negative regulation of protein dephosphorylation
## 2604 ventricular cardiac muscle tissue development
## 2605 ventricular cardiac muscle tissue morphogenesis
## 2606 glandular epithelial cell differentiation
## 2607 retina homeostasis
## 2608 response to salt stress
## 2609 pyridine-containing compound biosynthetic process
## 2610 positive regulation of adaptive immune response based on somatic recombination of immune receptors built from immunoglobulin superfamily domains
## 2611 regulation of microtubule polymerization
## 2612 regulation of lipopolysaccharide-mediated signaling pathway
## 2613 maturation of SSU-rRNA from tricistronic rRNA transcript (SSU-rRNA, 5.8S rRNA, LSU-rRNA)
## 2614 cranial nerve development
## 2615 prostanoid metabolic process
## 2616 prostaglandin metabolic process
## 2617 spleen development
## 2618 regulation of mitochondrial membrane permeability
## 2619 regulation of membrane permeability
## 2620 regulation of mesodermal cell fate specification
## 2621 regulation of mesodermal cell differentiation
## 2622 regulation of mesoderm formation
## 2623 hemocyte migration
## 2624 lung morphogenesis
## 2625 germ-line cyst formation
## 2626 regulation of engulfment of apoptotic cell
## 2627 regulation of apoptotic cell clearance
## 2628 regulation of epithelial to mesenchymal transition
## 2629 animal organ maturation
## 2630 outflow tract septum morphogenesis
## 2631 positive regulation of transcription initiation by RNA polymerase II
## 2632 positive regulation of carbohydrate metabolic process
## 2633 positive regulation of transcription from RNA polymerase II promoter in response to stress
## 2634 organophosphate ester transport
## 2635 oligosaccharide metabolic process
## 2636 asymmetric protein localization involved in cell fate determination
## 2637 negative regulation of TOR signaling
## 2638 paraxial mesoderm development
## 2639 SCF-dependent proteasomal ubiquitin-dependent protein catabolic process
## 2640 T cell differentiation in thymus
## 2641 regulation of cardiac muscle contraction
## 2642 male genitalia development
## 2643 humoral immune response
## 2644 negative regulation of epithelial cell migration
## 2645 striated muscle contraction
## 2646 regulation of neuron migration
## 2647 dendritic spine organization
## 2648 protein monoubiquitination
## 2649 negative regulation of striated muscle tissue development
## 2650 negative regulation of muscle tissue development
## 2651 regulation of alcohol biosynthetic process
## 2652 pharyngeal system development
## 2653 cellular response to amyloid-beta
## 2654 cAMP-mediated signaling
## 2655 xenobiotic transmembrane transport
## 2656 epithelial cell morphogenesis
## 2657 peptidyl-lysine methylation
## 2658 histone lysine methylation
## 2659 negative regulation of peptidyl-tyrosine phosphorylation
## 2660 negative regulation of oxidative stress-induced cell death
## 2661 regulation of nucleotide biosynthetic process
## 2662 regulation of purine nucleotide biosynthetic process
## 2663 pole plasm oskar mRNA localization
## 2664 negative regulation of tumor necrosis factor superfamily cytokine production
## 2665 endothelium development
## 2666 melanotic encapsulation of foreign target
## 2667 positive regulation of insulin secretion
## 2668 positive regulation of peptide hormone secretion
## 2669 negative regulation of organ growth
## 2670 protein targeting to vacuole
## 2671 RNA phosphodiester bond hydrolysis, endonucleolytic
## 2672 negative regulation of monoatomic ion transmembrane transport
## 2673 7-methylguanosine mRNA capping
## 2674 cellular ketone metabolic process
## 2675 RNA stabilization
## 2676 negative regulation of RNA catabolic process
## 2677 cellular response to calcium ion
## 2678 histone H3 acetylation
## 2679 regulation of necrotic cell death
## 2680 olfactory learning
## 2681 entry into host
## 2682 positive regulation of DNA-templated DNA replication
## 2683 response to epidermal growth factor
## 2684 negative regulation of telomere maintenance
## 2685 positive regulation of cell maturation
## 2686 regulation of focal adhesion assembly
## 2687 regulation of cell-substrate junction assembly
## 2688 formation of anatomical boundary
## 2689 nucleoside diphosphate phosphorylation
## 2690 cell proliferation in forebrain
## 2691 forebrain neuron development
## 2692 regulation of mRNA 3'-end processing
## 2693 cellular response to corticosteroid stimulus
## 2694 polarized epithelial cell differentiation
## 2695 hair follicle morphogenesis
## 2696 centrosome duplication
## 2697 maintenance of protein localization in organelle
## 2698 cell-cell adhesion via plasma-membrane adhesion molecules
## 2699 negative regulation of protein polymerization
## 2700 regulation of presynapse organization
## 2701 inner mitochondrial membrane organization
## 2702 sensory system development
## 2703 lateral line development
## 2704 lateral line system development
## 2705 regulation of gene silencing by RNA
## 2706 lung epithelium development
## 2707 nucleoside biosynthetic process
## 2708 ribonucleoside biosynthetic process
## 2709 positive regulation of mRNA catabolic process
## 2710 serine family amino acid metabolic process
## 2711 negative regulation of muscle cell apoptotic process
## 2712 regulation of oxidoreductase activity
## 2713 response to thyroid hormone
## 2714 endodermal cell fate commitment
## 2715 mushroom body development
## 2716 positive regulation of chromosome segregation
## 2717 positive regulation of coagulation
## 2718 aspartate family amino acid metabolic process
## 2719 rhabdomere development
## 2720 calcium ion transmembrane import into cytosol
## 2721 interleukin-12-mediated signaling pathway
## 2722 response to interleukin-12
## 2723 cellular response to interleukin-12
## 2724 olfactory bulb development
## 2725 olfactory lobe development
## 2726 activation of cysteine-type endopeptidase activity involved in apoptotic process
## 2727 detection of mechanical stimulus
## 2728 p38MAPK cascade
## 2729 regulation of DNA damage checkpoint
## 2730 negative regulation of NF-kappaB transcription factor activity
## 2731 G protein-coupled receptor signaling pathway, coupled to cyclic nucleotide second messenger
## 2732 embryonic body morphogenesis
## 2733 regulation of antimicrobial humoral response
## 2734 negative regulation of embryonic development
## 2735 hormone transport
## 2736 positive regulation of DNA-templated transcription, elongation
## 2737 positive regulation of transcription elongation by RNA polymerase II
## 2738 negative regulation of chromosome segregation
## 2739 regulation of acute inflammatory response
## 2740 negative regulation of myeloid leukocyte differentiation
## 2741 embryonic camera-type eye development
## 2742 embryonic eye morphogenesis
## 2743 embryonic camera-type eye morphogenesis
## 2744 behavioral response to ethanol
## 2745 potassium ion transport
## 2746 RNA destabilization
## 2747 regulation of mitotic spindle assembly
## 2748 positive regulation of tumor necrosis factor production
## 2749 positive regulation of tumor necrosis factor superfamily cytokine production
## 2750 sulfur amino acid metabolic process
## 2751 acyl-CoA metabolic process
## 2752 thioester metabolic process
## 2753 negative regulation of protein import into nucleus
## 2754 negative regulation of protein import
## 2755 regulation of postsynaptic membrane potential
## 2756 regulation of carbohydrate catabolic process
## 2757 negative regulation of lipid localization
## 2758 membrane lipid catabolic process
## 2759 regulation of protein oligomerization
## 2760 regulation of hemocyte proliferation
## 2761 vesicle-mediated transport between endosomal compartments
## 2762 positive regulation of vasoconstriction
## 2763 positive regulation of response to biotic stimulus
## 2764 photoreceptor cell fate commitment
## 2765 bone remodeling
## 2766 negative regulation of reactive oxygen species metabolic process
## 2767 positive regulation of mesenchymal cell proliferation
## 2768 nuclear-transcribed mRNA catabolic process, exonucleolytic
## 2769 exonucleolytic catabolism of deadenylated mRNA
## 2770 anatomical structure regression
## 2771 coronary vasculature development
## 2772 attachment of spindle microtubules to kinetochore
## 2773 regulation of neuronal synaptic plasticity
## 2774 bone maturation
## 2775 negative regulation of nematode larval development
## 2776 mRNA transcription
## 2777 unsaturated fatty acid biosynthetic process
## 2778 positive regulation of type I interferon production
## 2779 retina morphogenesis in camera-type eye
## 2780 positive regulation of transforming growth factor beta receptor signaling pathway
## 2781 positive regulation of cellular response to transforming growth factor beta stimulus
## 2782 negative regulation of lipid biosynthetic process
## 2783 sister chromatid cohesion
## 2784 negative regulation of fibroblast proliferation
## 2785 regulation of glial cell differentiation
## 2786 cellular response to epidermal growth factor stimulus
## 2787 placenta blood vessel development
## 2788 regulation of cholesterol metabolic process
## 2789 prostate gland epithelium morphogenesis
## 2790 regulation of growth rate
## 2791 positive regulation of axon regeneration
## 2792 positive regulation of neuron projection regeneration
## 2793 embryonic placenta morphogenesis
## 2794 branching involved in labyrinthine layer morphogenesis
## 2795 labyrinthine layer morphogenesis
## 2796 cardiac muscle contraction
## 2797 nucleotide-sugar biosynthetic process
## 2798 male mating behavior
## 2799 positive regulation of alpha-beta T cell activation
## 2800 amine metabolic process
## 2801 axis elongation
## 2802 clathrin-dependent endocytosis
## 2803 response to copper ion
## 2804 response to monoamine
## 2805 cellular response to monoamine stimulus
## 2806 response to catecholamine
## 2807 cellular response to catecholamine stimulus
## 2808 muscle attachment
## 2809 nucleosome assembly
## 2810 negative regulation of cysteine-type endopeptidase activity involved in apoptotic process
## 2811 negative regulation of cysteine-type endopeptidase activity
## 2812 somatic diversification of immune receptors
## 2813 phototransduction
## 2814 viral budding
## 2815 cytoplasmic microtubule organization
## 2816 negative regulation of cell division
## 2817 short-term memory
## 2818 regulation of oxidative stress-induced intrinsic apoptotic signaling pathway
## 2819 ventral furrow formation
## 2820 lymphocyte costimulation
## 2821 T cell costimulation
## 2822 alpha-beta T cell activation
## 2823 tRNA methylation
## 2824 axonal fasciculation
## 2825 neuron projection fasciculation
## 2826 negative regulation of immune effector process
## 2827 regulation of clathrin-dependent endocytosis
## 2828 ribosome assembly
## 2829 melanocyte differentiation
## 2830 motile cilium assembly
## 2831 regulation of triglyceride metabolic process
## 2832 nuclear DNA replication
## 2833 intrinsic apoptotic signaling pathway by p53 class mediator
## 2834 positive regulation of smooth muscle cell migration
## 2835 inorganic cation import across plasma membrane
## 2836 inorganic ion import across plasma membrane
## 2837 negative regulation of T cell activation
## 2838 negative regulation of leukocyte cell-cell adhesion
## 2839 protein targeting to lysosome
## 2840 ovarian follicle development
## 2841 chaperone cofactor-dependent protein refolding
## 2842 digestion
## 2843 cerebellar cortex morphogenesis
## 2844 positive regulation of kidney development
## 2845 anterior head development
## 2846 regulation of neuron maturation
## 2847 oligodendrocyte development
## 2848 negative regulation of transforming growth factor beta receptor signaling pathway
## 2849 negative regulation of cellular response to transforming growth factor beta stimulus
## 2850 positive regulation of fibroblast migration
## 2851 iron-sulfur cluster assembly
## 2852 metallo-sulfur cluster assembly
## 2853 regulation of photoreceptor cell differentiation
## 2854 astrocyte differentiation
## 2855 acylglycerol homeostasis
## 2856 triglyceride homeostasis
## 2857 regulation of skeletal muscle tissue development
## 2858 response to salt
## 2859 multicellular organismal response to stress
## 2860 regulation of cardiac muscle cell differentiation
## 2861 positive regulation of nematode larval development
## 2862 regulation of post-transcriptional gene silencing
## 2863 mitochondrial electron transport, NADH to ubiquinone
## 2864 response to zinc ion
## 2865 positive regulation of calcium ion transmembrane transport
## 2866 organic hydroxy compound catabolic process
## 2867 microvillus organization
## 2868 positive regulation of lipid transport
## 2869 nucleobase metabolic process
## 2870 regulation of erythrocyte differentiation
## 2871 adaptive immune response based on somatic recombination of immune receptors built from immunoglobulin superfamily domains
## 2872 primary alcohol metabolic process
## 2873 positive regulation of cardiac muscle cell proliferation
## 2874 skin morphogenesis
## 2875 regulation of dauer larval development
## 2876 visual learning
## 2877 positive regulation of lamellipodium assembly
## 2878 positive regulation of lamellipodium organization
## 2879 response to dsRNA
## 2880 negative regulation of ubiquitin-dependent protein catabolic process
## 2881 positive regulation of regulated secretory pathway
## 2882 peroxisome organization
## 2883 rhythmic behavior
## 2884 neuron apoptotic process
## 2885 neuron projection regeneration
## 2886 negative regulation of sister chromatid segregation
## 2887 negative regulation of mitotic sister chromatid segregation
## 2888 glycosyl compound catabolic process
## 2889 regulation of endothelial cell chemotaxis
## 2890 establishment of epithelial cell apical/basal polarity
## 2891 early endosome to late endosome transport
## 2892 cellular response to sterol
## 2893 production of molecular mediator involved in inflammatory response
## 2894 homologous chromosome segregation
## 2895 DNA synthesis involved in DNA repair
## 2896 positive regulation of interleukin-6 production
## 2897 male genitalia morphogenesis
## 2898 rRNA modification
## 2899 antibiotic catabolic process
## 2900 negative regulation of plasma membrane bounded cell projection assembly
## 2901 cellular response to glucocorticoid stimulus
## 2902 positive regulation of organic acid transport
## 2903 positive regulation of amine transport
## 2904 purine nucleoside diphosphate metabolic process
## 2905 purine ribonucleoside diphosphate metabolic process
## 2906 pyrimidine nucleoside metabolic process
## 2907 kinetochore organization
## 2908 odontogenesis of dentin-containing tooth
## 2909 positive regulation of stem cell proliferation
## 2910 negative regulation of striated muscle cell differentiation
## 2911 gonad morphogenesis
## 2912 receptor catabolic process
## 2913 glycerolipid catabolic process
## 2914 negative regulation of DNA replication
## 2915 regulation of hormone metabolic process
## 2916 regulation of hormone biosynthetic process
## 2917 pharynx development
## 2918 tetrapyrrole metabolic process
## 2919 embryonic digit morphogenesis
## 2920 myeloid leukocyte migration
## 2921 adipose tissue development
## 2922 metanephros development
## 2923 regulation of establishment of protein localization to mitochondrion
## 2924 artery morphogenesis
## 2925 energy homeostasis
## 2926 positive regulation of smooth muscle contraction
## 2927 regulation of transcription regulatory region DNA binding
## 2928 regulation of protein deacetylation
## 2929 stem cell fate commitment
## 2930 regulation of immunoglobulin production
## 2931 positive regulation of RNA splicing
## 2932 apoptotic process involved in development
## 2933 negative regulation of carbohydrate metabolic process
## 2934 unidimensional cell growth
## 2935 regulation of telomere capping
## 2936 Golgi to plasma membrane transport
## 2937 negative regulation of DNA biosynthetic process
## 2938 regulation of double-strand break repair
## 2939 cellular response to fatty acid
## 2940 negative regulation of DNA binding
## 2941 regulation of epithelial cell apoptotic process
## 2942 midgut development
## 2943 regulation of eating behavior
## 2944 nucleotide-excision repair, DNA damage recognition
## 2945 protein destabilization
## 2946 transepithelial transport
## 2947 negative regulation of hormone secretion
## 2948 regulation of dendritic spine morphogenesis
## 2949 ubiquitin-dependent protein catabolic process via the multivesicular body sorting pathway
## 2950 positive regulation of dephosphorylation
## 2951 larval chitin-based cuticle development
## 2952 chitin-based larval cuticle pattern formation
## 2953 cuticle development involved in chitin-based cuticle molting cycle
## 2954 phagosome maturation
## 2955 negative regulation of sprouting angiogenesis
## 2956 positive regulation of neurotransmitter transport
## 2957 regulation of microtubule-based movement
## 2958 lamellipodium organization
## 2959 positive regulation of cytoplasmic transport
## 2960 regulation of actin nucleation
## 2961 positive regulation of reactive oxygen species biosynthetic process
## 2962 keratinocyte differentiation
## 2963 glutamine family amino acid metabolic process
## 2964 mRNA destabilization
## 2965 positive regulation of TORC1 signaling
## 2966 regulation of protein targeting
## 2967 proximal/distal pattern formation
## 2968 regulation of astrocyte differentiation
## 2969 cellular response to virus
## 2970 protein localization to cytoskeleton
## 2971 adenylate cyclase-modulating G protein-coupled receptor signaling pathway
## 2972 negative regulation of proteasomal protein catabolic process
## 2973 negative regulation of endocytosis
## 2974 nicotinamide nucleotide biosynthetic process
## 2975 pyridine nucleotide biosynthetic process
## 2976 response to oxygen radical
## 2977 otic vesicle formation
## 2978 otic vesicle morphogenesis
## 2979 intestinal stem cell homeostasis
## 2980 mechanosensory lateral line system development
## 2981 posterior lateral line system development
## 2982 posterior lateral line development
## 2983 cellular response to lipoprotein particle stimulus
## 2984 beta-catenin destruction complex disassembly
## 2985 positive regulation of extracellular matrix organization
## 2986 response to progesterone
## 2987 alpha-beta T cell differentiation
## 2988 regulation of sensory perception
## 2989 positive regulation of cilium assembly
## 2990 regulation of early endosome to late endosome transport
## 2991 intra-Golgi vesicle-mediated transport
## 2992 mRNA modification
## 2993 response to glucagon
## 2994 regulation of potassium ion transmembrane transport
## 2995 regulation of endocrine process
## 2996 positive regulation of calcium-mediated signaling
## 2997 endochondral ossification
## 2998 replacement ossification
## 2999 regulation of amine metabolic process
## 3000 septum digestion after cytokinesis
## 3001 digestive system process
## 3002 positive regulation of osteoblast differentiation
## 3003 negative regulation of phosphoprotein phosphatase activity
## 3004 protein depolymerization
## 3005 cerebellar Purkinje cell layer development
## 3006 regulation of establishment or maintenance of cell polarity
## 3007 regulation of establishment of cell polarity
## 3008 deoxyribonucleotide metabolic process
## 3009 cholesterol metabolic process
## 3010 determination of dorsal/ventral asymmetry
## 3011 microtubule polymerization
## 3012 cerebral cortex radially oriented cell migration
## 3013 cell fate commitment involved in pattern specification
## 3014 negative regulation of macroautophagy
## 3015 glycosaminoglycan catabolic process
## 3016 regulation of ligase activity
## 3017 regulation of epidermis development
## 3018 epithelial cell differentiation involved in prostate gland development
## 3019 organelle inheritance
## 3020 negative regulation of tumor necrosis factor production
## 3021 cellular aldehyde metabolic process
## 3022 lateral mesoderm development
## 3023 biogenic amine metabolic process
## 3024 hexose catabolic process
## 3025 regulation of myotube differentiation
## 3026 fin regeneration
## 3027 eye pigment metabolic process
## 3028 pigment metabolic process involved in developmental pigmentation
## 3029 pigment metabolic process involved in pigmentation
## 3030 eye pigmentation
## 3031 regulation of extrinsic apoptotic signaling pathway via death domain receptors
## 3032 glycoside metabolic process
## 3033 vitamin biosynthetic process
## 3034 innate immune response activating cell surface receptor signaling pathway
## 3035 stimulatory C-type lectin receptor signaling pathway
## 3036 T cell proliferation
## 3037 brain morphogenesis
## 3038 positive regulation of phagocytosis, engulfment
## 3039 positive regulation of membrane invagination
## 3040 cellular response to osmotic stress
## 3041 regulation of ATP biosynthetic process
## 3042 prostaglandin biosynthetic process
## 3043 prostanoid biosynthetic process
## 3044 positive regulation of striated muscle cell differentiation
## 3045 positive regulation of histone acetylation
## 3046 positive regulation of peptidyl-lysine acetylation
## 3047 negative regulation of actin filament polymerization
## 3048 protein autoubiquitination
## 3049 transcription by RNA polymerase I
## 3050 transcription initiation at RNA polymerase I promoter
## 3051 negative regulation of stem cell proliferation
## 3052 oocyte microtubule cytoskeleton organization
## 3053 pyrimidine ribonucleotide metabolic process
## 3054 pyrimidine ribonucleoside metabolic process
## 3055 negative regulation of ERK1 and ERK2 cascade
## 3056 negative regulation of cardiac muscle tissue development
## 3057 gluconeogenesis
## 3058 hexose biosynthetic process
## 3059 viral budding via host ESCRT complex
## 3060 regulation of endoplasmic reticulum stress-induced intrinsic apoptotic signaling pathway
## 3061 mitochondrion morphogenesis
## 3062 cranial nerve morphogenesis
## 3063 NIK/NF-kappaB signaling
## 3064 actin polymerization or depolymerization
## 3065 specification of animal organ identity
## 3066 circadian behavior
## 3067 cellular response to arsenic-containing substance
## 3068 protein targeting to peroxisome
## 3069 peroxisomal transport
## 3070 protein localization to peroxisome
## 3071 establishment of protein localization to peroxisome
## 3072 cellular response to dsRNA
## 3073 TOR signaling
## 3074 regulation of glial cell proliferation
## 3075 regulatory ncRNA 3'-end processing
## 3076 positive regulation of morphogenesis of an epithelium
## 3077 regulation of defense response to bacterium
## 3078 branching involved in blood vessel morphogenesis
## 3079 zinc ion transport
## 3080 zinc ion transmembrane transport
## 3081 regulation of heart rate
## 3082 negative regulation of inflammatory response
## 3083 negative regulation of JNK cascade
## 3084 negative regulation of sequestering of calcium ion
## 3085 positive regulation of epithelial cell differentiation
## 3086 tRNA aminoacylation for protein translation
## 3087 amino acid activation
## 3088 tRNA aminoacylation
## 3089 cell-substrate junction assembly
## 3090 diterpenoid metabolic process
## 3091 oocyte fate determination
## 3092 regulation of antimicrobial peptide production
## 3093 regulation of vascular associated smooth muscle cell proliferation
## 3094 antigen processing and presentation of exogenous peptide antigen via MHC class I
## 3095 positive regulation of glucose transmembrane transport
## 3096 positive regulation of glucose import
## 3097 regulation of leukocyte chemotaxis
## 3098 positive regulation of leukocyte chemotaxis
## 3099 amino acid transmembrane transport
## 3100 leukocyte homeostasis
## 3101 lymphocyte homeostasis
## 3102 retinal ganglion cell axon guidance
## 3103 sleep
## 3104 pH reduction
## 3105 intracellular pH reduction
## 3106 axon choice point recognition
## 3107 axon midline choice point recognition
## 3108 positive regulation of calcium ion transmembrane transporter activity
## 3109 photoreceptor cell maintenance
## 3110 regulation of viral transcription
## 3111 engulfment of apoptotic cell
## 3112 notochord development
## 3113 dicarboxylic acid transport
## 3114 negative regulation of wound healing
## 3115 regulation of miRNA-mediated gene silencing
## 3116 positive regulation of blood coagulation
## 3117 positive regulation of hemostasis
## 3118 face development
## 3119 regulation of transcription by RNA polymerase I
## 3120 regulation of calcium ion-dependent exocytosis
## 3121 ovulation cycle process
## 3122 ovulation cycle
## 3123 mRNA stabilization
## 3124 negative regulation of mRNA catabolic process
## 3125 regulation of fibroblast growth factor production
## 3126 protein trimerization
## 3127 neuroblast differentiation
## 3128 ectodermal placode formation
## 3129 establishment of imaginal disc-derived wing hair orientation
## 3130 bone cell development
## 3131 regulation of synaptic transmission, glutamatergic
## 3132 regulation of pathway-restricted SMAD protein phosphorylation
## 3133 epithelial cilium movement involved in extracellular fluid movement
## 3134 interleukin-1-mediated signaling pathway
## 3135 presynapse organization
## 3136 regulation of chondrocyte differentiation
## 3137 sulfur compound catabolic process
## 3138 negative regulation of cellular carbohydrate metabolic process
## 3139 nucleoside bisphosphate biosynthetic process
## 3140 ribonucleoside bisphosphate biosynthetic process
## 3141 purine nucleoside bisphosphate biosynthetic process
## 3142 pyrimidine-containing compound biosynthetic process
## 3143 regulation of heart morphogenesis
## 3144 meiotic spindle assembly
## 3145 histone mRNA metabolic process
## 3146 regulation of phospholipase activity
## 3147 regulation of phospholipase C activity
## 3148 positive regulation of nervous system process
## 3149 centromere complex assembly
## 3150 nucleotide-excision repair, preincision complex assembly
## 3151 mitochondrial calcium ion transmembrane transport
## 3152 olfactory placode development
## 3153 olfactory placode morphogenesis
## 3154 mesoderm migration involved in gastrulation
## 3155 chromosome separation
## 3156 ovarian nurse cell to oocyte transport
## 3157 intraciliary transport involved in cilium assembly
## 3158 neural crest cell migration
## 3159 postreplication repair
## 3160 neuron cellular homeostasis
## 3161 excitatory postsynaptic potential
## 3162 chemical synaptic transmission, postsynaptic
## 3163 mitotic G2/M transition checkpoint
## 3164 response to manganese ion
## 3165 positive regulation of alpha-beta T cell differentiation
## 3166 endothelial cell proliferation
## 3167 negative regulation of transporter activity
## 3168 negative regulation of ion transmembrane transporter activity
## 3169 regulation of transcription from RNA polymerase II promoter in response to oxidative stress
## 3170 regulation of polysaccharide metabolic process
## 3171 imaginal disc-derived genitalia development
## 3172 imaginal disc-derived male genitalia development
## 3173 response to superoxide
## 3174 response to lipoprotein particle
## 3175 cellular response to low-density lipoprotein particle stimulus
## 3176 mannosylation
## 3177 cell differentiation involved in kidney development
## 3178 regulation of cholesterol biosynthetic process
## 3179 regulation of sterol biosynthetic process
## 3180 regulation of monoatomic anion transmembrane transport
## 3181 positive regulation of fibroblast proliferation
## 3182 renal filtration cell differentiation
## 3183 adherens junction assembly
## 3184 fucosylation
## 3185 positive regulation of nitric oxide biosynthetic process
## 3186 positive regulation of nitric oxide metabolic process
## 3187 dosage compensation by hyperactivation of X chromosome
## 3188 cardioblast differentiation
## 3189 cell adhesion mediated by integrin
## 3190 cellular response to vascular endothelial growth factor stimulus
## 3191 protein localization to synapse
## 3192 pigment granule organization
## 3193 regulation of hippo signaling
## 3194 water homeostasis
## 3195 protein localization to microtubule cytoskeleton
## 3196 membranous septum morphogenesis
## 3197 negative regulation of gastrulation
## 3198 regulation of cardiac conduction
## 3199 regulation of superoxide metabolic process
## 3200 negative regulation of cation transmembrane transport
## 3201 mitotic chromosome condensation
## 3202 potassium ion transmembrane transport
## 3203 dormancy process
## 3204 germarium-derived oocyte differentiation
## 3205 membrane protein proteolysis
## 3206 actin-myosin filament sliding
## 3207 regulation of fatty acid transport
## 3208 lens fiber cell differentiation
## 3209 regulation of phospholipid biosynthetic process
## 3210 lamellipodium assembly
## 3211 mitochondrial DNA metabolic process
## 3212 positive regulation of gliogenesis
## 3213 vitamin transmembrane transport
## 3214 vitamin transport
## 3215 regulation of sodium ion transmembrane transport
## 3216 autophagy of mitochondrion
## 3217 mitochondrion disassembly
## 3218 coronary vasculature morphogenesis
## 3219 regulation of histone H3-K4 methylation
## 3220 respiratory chain complex IV assembly
## 3221 viral gene expression
## 3222 protein N-linked glycosylation via asparagine
## 3223 plasma lipoprotein particle clearance
## 3224 low-density lipoprotein particle clearance
## 3225 regulation of phosphate transport
## 3226 protein localization to chromatin
## 3227 regulation of calcineurin-NFAT signaling cascade
## 3228 regulation of calcineurin-mediated signaling
## 3229 regulation of non-motile cilium assembly
## 3230 positive regulation of non-motile cilium assembly
## 3231 R7 cell differentiation
## 3232 cilium or flagellum-dependent cell motility
## 3233 cilium-dependent cell motility
## 3234 regulation of DNA endoreduplication
## 3235 intrinsic apoptotic signaling pathway in response to endoplasmic reticulum stress
## 3236 lymph vessel development
## 3237 negative regulation of neural precursor cell proliferation
## 3238 regulation of lipid catabolic process
## 3239 response to nicotine
## 3240 left/right axis specification
## 3241 receptor clustering
## 3242 antimicrobial humoral response
## 3243 regulation of synaptic transmission, cholinergic
## 3244 fucose metabolic process
## 3245 endocrine process
## 3246 maternal placenta development
## 3247 endothelial cell differentiation
## 3248 negative regulation of signal transduction by p53 class mediator
## 3249 chitin metabolic process
## 3250 regulation of oocyte development
## 3251 organic cation transport
## 3252 negative regulation of smooth muscle cell proliferation
## 3253 long-chain fatty acid transport
## 3254 negative regulation of calcium-mediated signaling
## 3255 negative regulation of protein-containing complex disassembly
## 3256 negative regulation of protein depolymerization
## 3257 leukotriene metabolic process
## 3258 branch elongation of an epithelium
## 3259 regulation of tyrosine phosphorylation of STAT protein
## 3260 organ induction
## 3261 eye pigment biosynthetic process
## 3262 antennal development
## 3263 branching involved in prostate gland morphogenesis
## 3264 endochondral bone growth
## 3265 bone growth
## 3266 basement membrane organization
## 3267 negative regulation of cardiocyte differentiation
## 3268 glycosphingolipid metabolic process
## 3269 negative regulation of cell size
## 3270 hippo signaling
## 3271 appendage segmentation
## 3272 imaginal disc-derived leg segmentation
## 3273 muscle filament sliding
## 3274 somatic cell DNA recombination
## 3275 cytoplasmic translational initiation
## 3276 release of sequestered calcium ion into cytosol
## 3277 regulation of amino acid transport
## 3278 alternative mRNA splicing, via spliceosome
## 3279 axonemal dynein complex assembly
## 3280 respiratory gaseous exchange by respiratory system
## 3281 mitotic G1 DNA damage checkpoint signaling
## 3282 mitotic G1/S transition checkpoint signaling
## 3283 termination of RNA polymerase II transcription
## 3284 actomyosin contractile ring organization
## 3285 retrograde axonal transport
## 3286 regulation of interleukin-2 production
## 3287 tangential migration from the subventricular zone to the olfactory bulb
## 3288 neural plate pattern specification
## 3289 mesenchymal cell proliferation
## 3290 microtubule nucleation
## 3291 negative regulation of endothelial cell migration
## 3292 cell competition in a multicellular organism
## 3293 glutamate receptor signaling pathway
## 3294 Golgi localization
## 3295 lymphocyte mediated immunity
## 3296 neuronal stem cell population maintenance
## 3297 response to cholesterol
## 3298 regulation of developmental pigmentation
## 3299 Rac protein signal transduction
## 3300 protein folding in endoplasmic reticulum
## 3301 peptide hormone processing
## 3302 regulation of T cell mediated immunity
## 3303 protein localization to kinetochore
## 3304 protein localization to chromosome, centromeric region
## 3305 P-body assembly
## 3306 negative regulation of DNA-templated DNA replication
## 3307 peptidyl-tyrosine autophosphorylation
## 3308 B cell homeostasis
## 3309 B cell activation involved in immune response
## 3310 regulation of striated muscle cell apoptotic process
## 3311 regulation of cardiac muscle cell apoptotic process
## 3312 response to ischemia
## 3313 regulation of autophagy of mitochondrion
## 3314 establishment of protein localization to plasma membrane
## 3315 cell-cell signaling involved in cell fate commitment
## 3316 lateral inhibition
## 3317 mRNA splice site selection
## 3318 positive regulation of endothelial cell chemotaxis
## 3319 negative regulation of lipid transport
## 3320 morphogenesis of an epithelial bud
## 3321 lateral sprouting from an epithelium
## 3322 synaptic assembly at neuromuscular junction
## 3323 positive regulation of lipid storage
## 3324 positive regulation of epidermal growth factor receptor signaling pathway
## 3325 positive regulation of ERBB signaling pathway
## 3326 male meiosis cytokinesis
## 3327 detection of light stimulus involved in visual perception
## 3328 detection of light stimulus involved in sensory perception
## 3329 post-embryonic hemopoiesis
## 3330 cytoplasmic transport, nurse cell to oocyte
## 3331 regulation of interleukin-12 production
## 3332 positive regulation of nucleotide metabolic process
## 3333 positive regulation of purine nucleotide metabolic process
## 3334 positive regulation of ATP metabolic process
## 3335 response to food
## 3336 translesion synthesis
## 3337 cellular hyperosmotic response
## 3338 cell redox homeostasis
## 3339 regulation of substrate adhesion-dependent cell spreading
## 3340 negative regulation of cardiac muscle hypertrophy
## 3341 negative regulation of muscle hypertrophy
## 3342 pyrimidine nucleotide biosynthetic process
## 3343 male sex determination
## 3344 regulation of meiotic nuclear division
## 3345 mitochondrial calcium ion homeostasis
## 3346 cyclooxygenase pathway
## 3347 heterochromatin organization
## 3348 regulation of intrinsic apoptotic signaling pathway by p53 class mediator
## 3349 negative regulation of protein tyrosine kinase activity
## 3350 RNA phosphodiester bond hydrolysis, exonucleolytic
## 3351 organ or tissue specific immune response
## 3352 mucosal immune response
## 3353 heparan sulfate proteoglycan metabolic process
## 3354 positive regulation of dendritic spine morphogenesis
## 3355 regulation of sensory perception of pain
## 3356 regulation of leukocyte apoptotic process
## 3357 phospholipid catabolic process
## 3358 positive regulation of mitotic sister chromatid segregation
## 3359 platelet-derived growth factor receptor signaling pathway
## 3360 regulation of embryonic cell shape
## 3361 genital disc morphogenesis
## 3362 post-embryonic genitalia morphogenesis
## 3363 imaginal disc-derived male genitalia morphogenesis
## 3364 imaginal disc-derived genitalia morphogenesis
## 3365 spindle elongation
## 3366 positive regulation of neuron maturation
## 3367 regulation of CD4-positive, alpha-beta T cell activation
## 3368 negative regulation of nucleotide metabolic process
## 3369 negative regulation of purine nucleotide metabolic process
## 3370 negative regulation of ATP metabolic process
## 3371 regulation of polysaccharide biosynthetic process
## 3372 cellular response to gamma radiation
## 3373 regulation of lymphocyte migration
## 3374 sulfur compound transport
## 3375 NADP metabolic process
## 3376 negative regulation of reactive oxygen species biosynthetic process
## 3377 craniofacial suture morphogenesis
## 3378 regulation of glycogen metabolic process
## 3379 dorsal/ventral neural tube patterning
## 3380 regulation of insulin secretion involved in cellular response to glucose stimulus
## 3381 establishment or maintenance of neuroblast polarity
## 3382 homeostasis of number of cells within a tissue
## 3383 cellular_component
## 3384 intracellular anatomical structure
## 3385 nucleus
## 3386 nucleoplasm
## 3387 cytoplasm
## 3388 cytosol
## 3389 plasma membrane
## 3390 endomembrane system
## 3391 membrane
## 3392 organelle membrane
## 3393 membrane-enclosed lumen
## 3394 nuclear lumen
## 3395 protein-containing complex
## 3396 organelle
## 3397 membrane-bounded organelle
## 3398 non-membrane-bounded organelle
## 3399 intracellular organelle
## 3400 intracellular membrane-bounded organelle
## 3401 intracellular non-membrane-bounded organelle
## 3402 organelle lumen
## 3403 intracellular organelle lumen
## 3404 cell periphery
## 3405 vesicle
## 3406 cytoplasmic vesicle
## 3407 intracellular vesicle
## 3408 cell projection
## 3409 plasma membrane bounded cell projection
## 3410 cytoskeleton
## 3411 endoplasmic reticulum
## 3412 mitochondrion
## 3413 bounding membrane of organelle
## 3414 catalytic complex
## 3415 Golgi apparatus
## 3416 organelle subcompartment
## 3417 neuron projection
## 3418 microtubule cytoskeleton
## 3419 ribonucleoprotein complex
## 3420 organelle envelope
## 3421 envelope
## 3422 extracellular region
## 3423 nucleolus
## 3424 endosome
## 3425 chromosome
## 3426 somatodendritic compartment
## 3427 synapse
## 3428 plasma membrane region
## 3429 nuclear outer membrane-endoplasmic reticulum membrane network
## 3430 endoplasmic reticulum membrane
## 3431 endoplasmic reticulum subcompartment
## 3432 perinuclear region of cytoplasm
## 3433 secretory vesicle
## 3434 cell body
## 3435 transferase complex
## 3436 membrane protein complex
## 3437 nuclear body
## 3438 microtubule organizing center
## 3439 neuronal cell body
## 3440 vacuole
## 3441 cytoplasmic region
## 3442 dendrite
## 3443 dendritic tree
## 3444 secretory granule
## 3445 cilium
## 3446 mitochondrial envelope
## 3447 Golgi apparatus subcompartment
## 3448 axon
## 3449 mitochondrial membrane
## 3450 supramolecular complex
## 3451 supramolecular polymer
## 3452 supramolecular fiber
## 3453 lytic vacuole
## 3454 centrosome
## 3455 lysosome
## 3456 vesicle membrane
## 3457 cell junction
## 3458 extracellular space
## 3459 apical part of cell
## 3460 nuclear chromosome
## 3461 Golgi membrane
## 3462 nuclear envelope
## 3463 cell cortex
## 3464 chromatin
## 3465 cytoplasmic vesicle membrane
## 3466 mitochondrial matrix
## 3467 organelle inner membrane
## 3468 mitochondrial inner membrane
## 3469 endosome membrane
## 3470 cell surface
## 3471 early endosome
## 3472 nuclear speck
## 3473 spindle
## 3474 presynapse
## 3475 chromosomal region
## 3476 polymeric cytoskeletal fiber
## 3477 distal axon
## 3478 transport vesicle
## 3479 side of membrane
## 3480 cell leading edge
## 3481 actin cytoskeleton
## 3482 postsynapse
## 3483 cell-cell junction
## 3484 apical plasma membrane
## 3485 vesicle lumen
## 3486 mitochondrial protein-containing complex
## 3487 cytoplasmic vesicle lumen
## 3488 cell projection membrane
## 3489 ribonucleoprotein granule
## 3490 late endosome
## 3491 ubiquitin ligase complex
## 3492 endocytic vesicle
## 3493 secretory granule lumen
## 3494 coated vesicle
## 3495 cytoplasmic ribonucleoprotein granule
## 3496 membrane raft
## 3497 membrane microdomain
## 3498 vacuolar membrane
## 3499 spliceosomal complex
## 3500 microtubule
## 3501 recycling endosome
## 3502 endoplasmic reticulum lumen
## 3503 transcription regulator complex
## 3504 midbody
## 3505 extrinsic component of membrane
## 3506 nuclear membrane
## 3507 cytoplasmic side of membrane
## 3508 ribosome
## 3509 site of polarized growth
## 3510 chromosome, centromeric region
## 3511 contractile fiber
## 3512 plasma membrane protein complex
## 3513 microtubule associated complex
## 3514 transferase complex, transferring phosphorus-containing groups
## 3515 myelin sheath
## 3516 growth cone
## 3517 cytoplasmic side of plasma membrane
## 3518 secretory granule membrane
## 3519 adherens junction
## 3520 anchoring junction
## 3521 lytic vacuole membrane
## 3522 neuron to neuron synapse
## 3523 condensed chromosome
## 3524 lysosomal membrane
## 3525 trans-Golgi network
## 3526 asymmetric synapse
## 3527 postsynaptic specialization
## 3528 cluster of actin-based cell projections
## 3529 ribosomal subunit
## 3530 ficolin-1-rich granule
## 3531 postsynaptic density
## 3532 nuclear periphery
## 3533 kinetochore
## 3534 basolateral plasma membrane
## 3535 dendritic spine
## 3536 neuron spine
## 3537 cullin-RING ubiquitin ligase complex
## 3538 ruffle
## 3539 exocytic vesicle
## 3540 myofibril
## 3541 non-motile cilium
## 3542 vacuolar lumen
## 3543 plasma membrane bounded cell projection cytoplasm
## 3544 Golgi-associated vesicle
## 3545 motile cilium
## 3546 fibrillar center
## 3547 sarcomere
## 3548 outer membrane
## 3549 organelle outer membrane
## 3550 actin-based cell projection
## 3551 polytene chromosome
## 3552 neuron projection terminus
## 3553 primary lysosome
## 3554 azurophil granule
## 3555 ciliary basal body
## 3556 coated vesicle membrane
## 3557 mitotic spindle
## 3558 synaptic vesicle
## 3559 Golgi stack
## 3560 spindle pole
## 3561 clathrin-coated vesicle
## 3562 ficolin-1-rich granule lumen
## 3563 catalytic step 2 spliceosome
## 3564 preribosome
## 3565 receptor complex
## 3566 synaptic membrane
## 3567 lamellipodium
## 3568 axon terminus
## 3569 mitochondrial outer membrane
## 3570 Sm-like protein family complex
## 3571 phagocytic vesicle
## 3572 cell division site
## 3573 leading edge membrane
## 3574 inner mitochondrial membrane protein complex
## 3575 ciliary plasm
## 3576 rough endoplasmic reticulum
## 3577 brush border
## 3578 DNA-directed RNA polymerase complex
## 3579 RNA polymerase complex
## 3580 nuclear DNA-directed RNA polymerase complex
## 3581 axoneme
## 3582 cell cortex region
## 3583 early endosome membrane
## 3584 neuromuscular junction
## 3585 nuclear matrix
## 3586 extracellular matrix
## 3587 endoplasmic reticulum-Golgi intermediate compartment
## 3588 small nuclear ribonucleoprotein complex
## 3589 large ribosomal subunit
## 3590 9+2 motile cilium
## 3591 P-body
## 3592 organellar ribosome
## 3593 mitochondrial ribosome
## 3594 RNA polymerase II transcription regulator complex
## 3595 peptidase complex
## 3596 U2-type spliceosomal complex
## 3597 cleavage furrow
## 3598 methyltransferase complex
## 3599 endocytic vesicle membrane
## 3600 sperm flagellum
## 3601 cell-substrate junction
## 3602 plasma membrane raft
## 3603 azurophil granule lumen
## 3604 peroxisome
## 3605 microbody
## 3606 apical junction complex
## 3607 protein acetyltransferase complex
## 3608 acetyltransferase complex
## 3609 Golgi cisterna
## 3610 RNA polymerase II, holoenzyme
## 3611 histone acetyltransferase complex
## 3612 ATPase complex
## 3613 oxidoreductase complex
## 3614 late endosome membrane
## 3615 condensed nuclear chromosome
## 3616 extrinsic component of plasma membrane
## 3617 I band
## 3618 transport vesicle membrane
## 3619 terminal bouton
## 3620 focal adhesion
## 3621 apical cortex
## 3622 lysosomal lumen
## 3623 pole plasm
## 3624 specific granule
## 3625 9+0 non-motile cilium
## 3626 photoreceptor cell cilium
## 3627 spliceosomal snRNP complex
## 3628 Z disc
## 3629 spindle microtubule
## 3630 Golgi-associated vesicle membrane
## 3631 sarcolemma
## 3632 SCF ubiquitin ligase complex
## 3633 cytosolic ribosome
## 3634 H4 histone acetyltransferase complex
## 3635 caveola
## 3636 transporter complex
## 3637 nuclear pore
## 3638 protein-DNA complex
## 3639 presynaptic membrane
## 3640 heterochromatin
## 3641 U2-type catalytic step 2 spliceosome
## 3642 ciliary transition zone
## 3643 clathrin-coated vesicle membrane
## 3644 extrinsic component of cytoplasmic side of plasma membrane
## 3645 external side of plasma membrane
## 3646 basal part of cell
## 3647 postsynaptic membrane
## 3648 ruffle membrane
## 3649 mitochondrial respirasome
## 3650 respirasome
## 3651 SWI/SNF superfamily-type complex
## 3652 germ plasm
## 3653 ciliary base
## 3654 condensed chromosome, centromeric region
## 3655 ciliary membrane
## 3656 cortical cytoskeleton
## 3657 membrane coat
## 3658 coated membrane
## 3659 cytoplasmic microtubule
## 3660 autophagosome
## 3661 smooth endoplasmic reticulum
## 3662 Cul4-RING E3 ubiquitin ligase complex
## 3663 centriole
## 3664 perikaryon
## 3665 precatalytic spliceosome
## 3666 collagen-containing extracellular matrix
## 3667 microvillus
## 3668 tertiary granule
## 3669 actin filament
## 3670 kinesin complex
## 3671 inclusion body
## 3672 histone methyltransferase complex
## 3673 germ cell nucleus
## 3674 small-subunit processome
## 3675 tight junction
## 3676 transcription repressor complex
## 3677 proteasome complex
## 3678 endopeptidase complex
## 3679 recycling endosome membrane
## 3680 small ribosomal subunit
## 3681 spindle midzone
## 3682 90S preribosome
## 3683 organelle envelope lumen
## 3684 P granule
## 3685 stereocilium bundle
## 3686 extracellular organelle
## 3687 intercellular bridge
## 3688 basement membrane
## 3689 replication fork
## 3690 Cajal body
## 3691 respiratory chain complex
## 3692 ESCRT complex
## 3693 plasma membrane signaling receptor complex
## 3694 extracellular vesicle
## 3695 trans-Golgi network membrane
## 3696 myosin complex
## 3697 spliceosomal tri-snRNP complex
## 3698 transmembrane transporter complex
## 3699 polysome
## 3700 dynein complex
## 3701 cortical actin cytoskeleton
## 3702 prespliceosome
## 3703 organellar large ribosomal subunit
## 3704 mitochondrial large ribosomal subunit
## 3705 protein kinase complex
## 3706 lipid droplet
## 3707 chromosome, telomeric region
## 3708 ciliary tip
## 3709 cell-cell contact zone
## 3710 filopodium
## 3711 cis-Golgi network
## 3712 polytene chromosome puff
## 3713 photoreceptor outer segment
## 3714 actomyosin
## 3715 phosphatase complex
## 3716 vesicle tethering complex
## 3717 sex chromosome
## 3718 cytoplasmic stress granule
## 3719 extracellular exosome
## 3720 cytosolic large ribosomal subunit
## 3721 vesicle coat
## 3722 transcription elongation factor complex
## 3723 stereocilium
## 3724 organellar small ribosomal subunit
## 3725 mitochondrial small ribosomal subunit
## 3726 dendritic shaft
## 3727 COPI-coated vesicle
## 3728 SNARE complex
## 3729 clathrin-coated endocytic vesicle
## 3730 sarcoplasm
## 3731 U4/U6 x U5 tri-snRNP complex
## 3732 melanosome
## 3733 pigment granule
## 3734 extrinsic component of organelle membrane
## 3735 COPII-coated ER to Golgi transport vesicle
## 3736 PML body
## 3737 actin filament bundle
## 3738 specific granule membrane
## 3739 protein serine/threonine phosphatase complex
## 3740 brush border membrane
## 3741 DNA repair complex
## 3742 unconventional myosin complex
## 3743 Golgi cisterna membrane
## 3744 mitochondrial intermembrane space
## 3745 mitotic spindle pole
## 3746 euchromatin
## 3747 acrosomal vesicle
## 3748 clathrin-coated pit
## 3749 photoreceptor connecting cilium
## 3750 axonal growth cone
## 3751 proton-transporting two-sector ATPase complex
## 3752 histone deacetylase complex
## 3753 preribosome, large subunit precursor
## 3754 stress fiber
## 3755 contractile actin filament bundle
## 3756 bicellular tight junction
## 3757 ion channel complex
## 3758 sarcoplasmic reticulum
## 3759 nucleoid
## 3760 mitochondrial nucleoid
## 3761 platelet alpha granule
## 3762 basal plasma membrane
## 3763 serine/threonine protein kinase complex
## 3764 telomerase holoenzyme complex
## 3765 neuron projection membrane
## 3766 sno(s)RNA-containing ribonucleoprotein complex
## 3767 pronucleus
## 3768 microtubule end
## 3769 dendrite terminus
## 3770 ESCRT III complex
## 3771 U12-type spliceosomal complex
## 3772 contractile ring
## 3773 clathrin-coated endocytic vesicle membrane
## 3774 endoplasmic reticulum-Golgi intermediate compartment membrane
## 3775 U5 snRNP
## 3776 post-mRNA release spliceosomal complex
## 3777 proteasome regulatory particle
## 3778 proteasome accessory complex
## 3779 neuron projection cytoplasm
## 3780 fusome
## 3781 excitatory synapse
## 3782 myosin VI complex
## 3783 myosin VII complex
## 3784 multivesicular body
## 3785 azurophil granule membrane
## 3786 aggresome
## 3787 mitochondrial respiratory chain complex I
## 3788 NADH dehydrogenase complex
## 3789 respiratory chain complex I
## 3790 ER to Golgi transport vesicle membrane
## 3791 presynaptic active zone
## 3792 female germ cell nucleus
## 3793 muscle myosin complex
## 3794 myosin II complex
## 3795 meiotic spindle
## 3796 cation channel complex
## 3797 intercalated disc
## 3798 synaptic vesicle membrane
## 3799 exocytic vesicle membrane
## 3800 MLL1/2 complex
## 3801 germline ring canal
## 3802 Prp19 complex
## 3803 trans-Golgi network transport vesicle
## 3804 rhabdomere
## 3805 NuA4 histone acetyltransferase complex
## 3806 H4/H2A histone acetyltransferase complex
## 3807 polytene chromosome interband
## 3808 cytoplasmic dynein complex
## 3809 dynactin complex
## 3810 ficolin-1-rich granule membrane
## 3811 M band
## 3812 A band
## 3813 endoplasmic reticulum chaperone complex
## 3814 endoribonuclease complex
## 3815 endonuclease complex
## 3816 type I terminal bouton
## 3817 kinetochore microtubule
## 3818 molecular_function
## 3819 catalytic activity
## 3820 binding
## 3821 protein binding
## 3822 enzyme binding
## 3823 organic cyclic compound binding
## 3824 heterocyclic compound binding
## 3825 ion binding
## 3826 hydrolase activity
## 3827 transferase activity
## 3828 nucleic acid binding
## 3829 identical protein binding
## 3830 catalytic activity, acting on a protein
## 3831 anion binding
## 3832 protein dimerization activity
## 3833 molecular function regulator activity
## 3834 RNA binding
## 3835 small molecule binding
## 3836 protein-containing complex binding
## 3837 cation binding
## 3838 DNA binding
## 3839 metal ion binding
## 3840 transcription regulator activity
## 3841 signaling receptor binding
## 3842 protein homodimerization activity
## 3843 carbohydrate derivative binding
## 3844 nucleoside phosphate binding
## 3845 nucleotide binding
## 3846 pyrophosphatase activity
## 3847 hydrolase activity, acting on acid anhydrides
## 3848 hydrolase activity, acting on acid anhydrides, in phosphorus-containing anhydrides
## 3849 enzyme regulator activity
## 3850 ribonucleoside triphosphate phosphatase activity
## 3851 transferase activity, transferring phosphorus-containing groups
## 3852 cytoskeletal protein binding
## 3853 kinase binding
## 3854 purine nucleotide binding
## 3855 ribonucleotide binding
## 3856 transcription factor binding
## 3857 protein domain specific binding
## 3858 protein kinase binding
## 3859 purine ribonucleotide binding
## 3860 kinase activity
## 3861 DNA-binding transcription factor activity
## 3862 purine ribonucleoside triphosphate binding
## 3863 transporter activity
## 3864 phosphotransferase activity, alcohol group as acceptor
## 3865 oxidoreductase activity
## 3866 GTPase binding
## 3867 protein kinase activity
## 3868 DNA-binding transcription factor activity, RNA polymerase II-specific
## 3869 ATP hydrolysis activity
## 3870 transition metal ion binding
## 3871 sequence-specific DNA binding
## 3872 adenyl nucleotide binding
## 3873 hydrolase activity, acting on ester bonds
## 3874 chromatin binding
## 3875 adenyl ribonucleotide binding
## 3876 double-stranded DNA binding
## 3877 lipid binding
## 3878 transmembrane transporter activity
## 3879 small GTPase binding
## 3880 enzyme activator activity
## 3881 ATP binding
## 3882 transcription regulatory region nucleic acid binding
## 3883 structural molecule activity
## 3884 protein serine/threonine kinase activity
## 3885 sequence-specific double-stranded DNA binding
## 3886 protein heterodimerization activity
## 3887 catalytic activity, acting on RNA
## 3888 phospholipid binding
## 3889 ubiquitin-like protein ligase binding
## 3890 ubiquitin protein ligase binding
## 3891 monoatomic ion transmembrane transporter activity
## 3892 transcription coregulator activity
## 3893 nucleoside-triphosphatase regulator activity
## 3894 peptidase activity
## 3895 transcription cis-regulatory region binding
## 3896 ubiquitin-like protein transferase activity
## 3897 inorganic molecular entity transmembrane transporter activity
## 3898 mRNA binding
## 3899 ubiquitin-protein transferase activity
## 3900 RNA polymerase II transcription regulatory region sequence-specific DNA binding
## 3901 zinc ion binding
## 3902 molecular transducer activity
## 3903 signaling receptor activity
## 3904 tubulin binding
## 3905 monoatomic cation transmembrane transporter activity
## 3906 amide binding
## 3907 GTPase regulator activity
## 3908 cis-regulatory region sequence-specific DNA binding
## 3909 calcium ion binding
## 3910 RNA polymerase II cis-regulatory region sequence-specific DNA binding
## 3911 inorganic cation transmembrane transporter activity
## 3912 phosphatidylinositol binding
## 3913 GTPase activity
## 3914 DNA-binding transcription activator activity, RNA polymerase II-specific
## 3915 GTPase activator activity
## 3916 transmembrane signaling receptor activity
## 3917 peptide binding
## 3918 actin binding
## 3919 ubiquitin-like protein ligase activity
## 3920 phosphoric ester hydrolase activity
## 3921 transcription coactivator activity
## 3922 glycosyltransferase activity
## 3923 microtubule binding
## 3924 enzyme inhibitor activity
## 3925 phosphatase binding
## 3926 ubiquitin protein ligase activity
## 3927 guanyl nucleotide binding
## 3928 ribonucleoprotein complex binding
## 3929 guanyl ribonucleotide binding
## 3930 catalytic activity, acting on DNA
## 3931 nucleoside binding
## 3932 ribonucleoside binding
## 3933 isomerase activity
## 3934 purine nucleoside binding
## 3935 purine ribonucleoside binding
## 3936 transferase activity, transferring one-carbon groups
## 3937 guanyl-nucleotide exchange factor activity
## 3938 GTP binding
## 3939 sulfur compound binding
## 3940 unfolded protein binding
## 3941 metal ion transmembrane transporter activity
## 3942 hexosyltransferase activity
## 3943 active transmembrane transporter activity
## 3944 methyltransferase activity
## 3945 magnesium ion binding
## 3946 heat shock protein binding
## 3947 protein phosphatase binding
## 3948 structural constituent of ribosome
## 3949 hormone receptor binding
## 3950 phosphatidylinositol phosphate binding
## 3951 chaperone binding
## 3952 histone binding
## 3953 cell adhesion molecule binding
## 3954 endopeptidase activity
## 3955 kinase regulator activity
## 3956 lyase activity
## 3957 molecular adaptor activity
## 3958 ATPase binding
## 3959 monoatomic anion transmembrane transporter activity
## 3960 cytoskeletal motor activity
## 3961 phosphatase activity
## 3962 helicase activity
## 3963 S-adenosylmethionine-dependent methyltransferase activity
## 3964 myosin binding
## 3965 protein-macromolecule adaptor activity
## 3966 protein kinase regulator activity
## 3967 transcription corepressor activity
## 3968 actin filament binding
## 3969 nuclease activity
## 3970 nucleotidyltransferase activity
## 3971 ligase activity
## 3972 hydrolase activity, acting on glycosyl bonds
## 3973 modification-dependent protein binding
## 3974 G protein-coupled receptor binding
## 3975 acyltransferase activity
## 3976 cysteine-type peptidase activity
## 3977 translation factor activity, RNA binding
## 3978 SNARE binding
## 3979 protein tyrosine kinase activity
## 3980 acyltransferase activity, transferring groups other than amino-acyl groups
## 3981 carboxylic acid binding
## 3982 organic acid binding
## 3983 histone deacetylase binding
## 3984 monoatomic ion channel activity
## 3985 channel activity
## 3986 passive transmembrane transporter activity
## 3987 catalytic activity, acting on a tRNA
## 3988 metallopeptidase activity
## 3989 phosphoprotein binding
## 3990 RNA helicase activity
## 3991 ATP-dependent activity, acting on RNA
## 3992 phosphatidylinositol bisphosphate binding
## 3993 oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen
## 3994 UDP-glycosyltransferase activity
## 3995 primary active transmembrane transporter activity
## 3996 lipase activity
## 3997 carboxylic ester hydrolase activity
## 3998 PDZ domain binding
## 3999 glycosaminoglycan binding
## 4000 growth factor binding
## 4001 protease binding
## 4002 hydrolase activity, acting on carbon-nitrogen (but not peptide) bonds
## 4003 hydrolase activity, hydrolyzing O-glycosyl compounds
## 4004 Hsp70 protein binding
## 4005 carbohydrate binding
## 4006 RNA methyltransferase activity
## 4007 iron ion binding
## 4008 heparin binding
## 4009 organic anion transmembrane transporter activity
## 4010 calmodulin binding
## 4011 G protein-coupled receptor activity
## 4012 oxidoreductase activity, acting on NAD(P)H
## 4013 SH3 domain binding
## 4014 oxidoreductase activity, acting on CH-OH group of donors
## 4015 antioxidant activity
## 4016 monoatomic cation channel activity
## 4017 microtubule motor activity
## 4018 exopeptidase activity
## 4019 ATPase regulator activity
## 4020 phospholipase activity
## 4021 deubiquitinase activity
## 4022 phosphoprotein phosphatase activity
## 4023 single-stranded RNA binding
## 4024 modified amino acid binding
## 4025 oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor
## 4026 mRNA 3'-UTR binding
## 4027 single-stranded DNA binding
## 4028 ubiquitin-like protein peptidase activity
## 4029 DNA-binding transcription repressor activity, RNA polymerase II-specific
## 4030 electron transfer activity
## 4031 translation initiation factor activity
## 4032 oxidoreductase activity, acting on a sulfur group of donors
## 4033 syntaxin binding
## 4034 cytokine receptor binding
## 4035 inorganic anion transmembrane transporter activity
## 4036 endonuclease activity
## 4037 transferase activity, transferring sulphur-containing groups
## 4038 ATPase-coupled transmembrane transporter activity
## 4039 phosphatidylinositol-4,5-bisphosphate binding
## 4040 gated channel activity
## 4041 monoatomic ion gated channel activity
## 4042 translation initiation factor binding
## 4043 ribosome binding
## 4044 GDP binding
## 4045 cis-trans isomerase activity
## 4046 protein phosphorylated amino acid binding
## 4047 ATPase activator activity
## 4048 lipid transporter activity
## 4049 ATP-dependent activity, acting on DNA
## 4050 protein tyrosine kinase binding
## 4051 flavin adenine dinucleotide binding
## 4052 ubiquitin-like protein binding
## 4053 chromatin DNA binding
## 4054 phosphatase regulator activity
## 4055 intramolecular oxidoreductase activity
## 4056 RNA polymerase binding
## 4057 carbon-oxygen lyase activity
## 4058 peptidyl-prolyl cis-trans isomerase activity
## 4059 snRNA binding
## 4060 structural constituent of muscle
## 4061 secondary active transmembrane transporter activity
## 4062 phosphatidylinositol-3,4,5-trisphosphate binding
## 4063 nuclear estrogen receptor binding
## 4064 calcium ion transmembrane transporter activity
## 4065 hydrolase activity, acting on carbon-nitrogen (but not peptide) bonds, in linear amides
## 4066 protein kinase inhibitor activity
## 4067 kinase inhibitor activity
## 4068 phosphoric diester hydrolase activity
## 4069 signaling adaptor activity
## 4070 channel regulator activity
## 4071 p53 binding
## 4072 protein self-association
## 4073 growth factor receptor binding
## 4074 sodium ion transmembrane transporter activity
## 4075 amyloid-beta binding
## 4076 tetrapyrrole binding
## 4077 protein kinase C binding
## 4078 ubiquitin binding
## 4079 transmembrane transporter binding
## 4080 organic acid transmembrane transporter activity
## 4081 carboxylic acid transmembrane transporter activity
## 4082 serine hydrolase activity
## 4083 disulfide oxidoreductase activity
## 4084 basal transcription machinery binding
## 4085 basal RNA polymerase II transcription machinery binding
## 4086 protein phosphatase regulator activity
## 4087 oxidoreductase activity, acting on the CH-CH group of donors
## 4088 ribonuclease activity
## 4089 integrin binding
## 4090 dioxygenase activity
## 4091 cysteine-type deubiquitinase activity
## 4092 heme binding
## 4093 transferase activity, transferring alkyl or aryl (other than methyl) groups
## 4094 glutamate receptor binding
## 4095 serine-type peptidase activity
## 4096 mitogen-activated protein kinase kinase kinase binding
## 4097 vitamin binding
## 4098 GTPase activating protein binding
## 4099 kinesin binding
## 4100 Hsp90 protein binding
## 4101 cytokine binding
## 4102 damaged DNA binding
## 4103 phosphatidylinositol kinase activity
## 4104 beta-catenin binding
## 4105 phosphatidylinositol 3-kinase activity
## 4106 rRNA binding
## 4107 scaffold protein binding
## 4108 receptor tyrosine kinase binding
## 4109 steroid binding
## 4110 phosphatidylinositol-4,5-bisphosphate 3-kinase activity
## 4111 phosphatidylinositol bisphosphate kinase activity
## 4112 phosphatidylinositol-3-phosphate binding
## 4113 transmembrane receptor protein kinase activity
## 4114 ion channel regulator activity
## 4115 2-oxoglutarate-dependent dioxygenase activity
## 4116 1-phosphatidylinositol-3-kinase activity
## 4117 chloride transmembrane transporter activity
## 4118 telomerase RNA binding
## 4119 calcium channel activity
## 4120 amino acid binding
## 4121 SNAP receptor activity
## 4122 monosaccharide binding
## 4123 tRNA binding
## 4124 protein phosphatase 1 binding
## 4125 methylated histone binding
## 4126 methylation-dependent protein binding
## 4127 cysteine-type endopeptidase activity
## 4128 protein serine/threonine phosphatase activity
## 4129 protein serine/threonine/tyrosine kinase activity
## 4130 monocarboxylic acid binding
## 4131 exonuclease activity
## 4132 deacetylase activity
## 4133 hydro-lyase activity
## 4134 iron-sulfur cluster binding
## 4135 metal cluster binding
## 4136 copper ion binding
## 4137 nucleobase-containing compound kinase activity
## 4138 cadherin binding
## 4139 metalloendopeptidase activity
## 4140 ligand-gated monoatomic ion channel activity
## 4141 ligand-gated channel activity
## 4142 metalloexopeptidase activity
## 4143 ATPase-coupled monoatomic cation transmembrane transporter activity
## 4144 active monoatomic ion transmembrane transporter activity
## 4145 ATPase-coupled ion transmembrane transporter activity
## 4146 peptidase regulator activity
## 4147 proton transmembrane transporter activity
## 4148 ephrin receptor binding
## 4149 polyubiquitin modification-dependent protein binding
## 4150 phosphotransferase activity, phosphate group as acceptor
## 4151 protein phosphatase 2A binding
## 4152 transition metal ion transmembrane transporter activity
## 4153 signal sequence binding
## 4154 nuclear receptor coactivator activity
## 4155 N-acyltransferase activity
## 4156 hormone binding
## 4157 DNA polymerase activity
## 4158 signaling receptor regulator activity
## 4159 phosphotyrosine residue binding
## 4160 kinase activator activity
## 4161 tRNA methyltransferase activity
## 4162 double-stranded RNA binding
## 4163 cargo receptor activity
## 4164 sulfotransferase activity
## 4165 microfilament motor activity
## 4166 deoxyribonuclease activity
## 4167 aminopeptidase activity
## 4168 non-membrane spanning protein tyrosine kinase activity
## 4169 alcohol binding
## 4170 carbon-carbon lyase activity
## 4171 DNA helicase activity
## 4172 clathrin binding
## 4173 macrolide binding
## 4174 FK506 binding
## 4175 mitogen-activated protein kinase binding
## 4176 acetyltransferase activity
## 4177 ionotropic glutamate receptor binding
## 4178 snoRNA binding
## 4179 protein serine/threonine kinase inhibitor activity
## 4180 NADP binding
## 4181 poly-pyrimidine tract binding
## 4182 3'-5' exonuclease activity
## 4183 DNA-directed DNA polymerase activity
## 4184 exonuclease activity, active with either ribo- or deoxyribonucleic acids and producing 5'-phosphomonoesters
## 4185 ligase activity, forming carbon-nitrogen bonds
## 4186 manganese ion binding
## 4187 transmembrane receptor protein tyrosine kinase activity
## 4188 myosin heavy chain binding
## 4189 Wnt-protein binding
## 4190 RNA polymerase core enzyme binding
## 4191 core promoter sequence-specific DNA binding
## 4192 oxidoreductase activity, acting on peroxide as acceptor
## 4193 2 iron, 2 sulfur cluster binding
## 4194 protein kinase activator activity
## 4195 ADP binding
## 4196 zinc ion transmembrane transporter activity
## 4197 phosphatidylinositol-3,5-bisphosphate binding
## 4198 proteoglycan binding
## 4199 nuclear androgen receptor binding
## 4200 aminoacyl-tRNA ligase activity
## 4201 ligase activity, forming carbon-oxygen bonds
## 4202 tumor necrosis factor receptor superfamily binding
## 4203 protein lysine deacetylase activity
## 4204 E-box binding
## 4205 NF-kappaB binding
## 4206 telomeric DNA binding
## 4207 fibroblast growth factor binding
## 4208 Notch binding
## 4209 promoter-specific chromatin binding
## 4210 N-methyltransferase activity
## 4211 histone kinase activity
## 4212 RNA endonuclease activity
## 4213 dynein complex binding
## 4214 N-acetyltransferase activity
## 4215 phosphatidylserine binding
## 4216 symporter activity
## 4217 solute:monoatomic cation symporter activity
## 4218 solute:sodium symporter activity
## 4219 serine-type endopeptidase activity
## 4220 pentosyltransferase activity
## 4221 protein kinase A binding
## 4222 receptor ligand activity
## 4223 fatty acid binding
## 4224 monoatomic anion channel activity
## 4225 chloride channel activity
## 4226 phosphatidylinositol 3-kinase binding
## 4227 frizzled binding
## 4228 oxidoreductase activity, acting on a sulfur group of donors, NAD(P) as acceptor
## 4229 mRNA 5'-UTR binding
## 4230 transcription coregulator binding
## 4231 transcription coactivator binding
## 4232 phosphatidylinositol-4-phosphate binding
## 4233 P-type ion transporter activity
## 4234 antiporter activity
## 4235 peroxidase activity
## 4236 sterol binding
## 4237 histone deacetylase activity
## 4238 cyclin-dependent protein serine/threonine kinase regulator activity
## 4239 proline-rich region binding
## 4240 structural constituent of cytoskeleton
## 4241 RNA polymerase II general transcription initiation factor binding
## 4242 SMAD binding
## 4243 monooxygenase activity
## 4244 glucuronosyltransferase activity
## 4245 low-density lipoprotein particle receptor binding
## 4246 lipoprotein particle receptor binding
## 4247 vitamin transmembrane transporter activity
## 4248 pyridoxal phosphate binding
## 4249 vitamin B6 binding
## 4250 oxidoreductase activity, acting on NAD(P)H, quinone or similar compound as acceptor
## 4251 protein folding chaperone
## 4252 protein methyltransferase activity
## 4253 endopeptidase regulator activity
## 4254 plus-end-directed microtubule motor activity
## 4255 NADH dehydrogenase activity
## 4256 cyclin binding
## 4257 <NA>
## 4258 <NA>
## 4259 <NA>
## 4260 <NA>
## 4261 <NA>
## 4262 <NA>
## 4263 <NA>
## 4264 <NA>
## 4265 <NA>
## 4266 <NA>
## 4267 <NA>
## 4268 <NA>
## 4269 <NA>
## 4270 <NA>
## 4271 <NA>
## 4272 <NA>
## 4273 <NA>
## 4274 <NA>
## 4275 <NA>
## 4276 <NA>
## 4277 <NA>
## 4278 <NA>
## 4279 <NA>
## 4280 <NA>
## 4281 <NA>
## 4282 <NA>
## 4283 <NA>
## 4284 <NA>
## 4285 <NA>
## 4286 <NA>
## 4287 <NA>
## 4288 <NA>
## 4289 <NA>
## 4290 <NA>
## 4291 <NA>
## 4292 <NA>
## 4293 <NA>
## 4294 <NA>
## 4295 <NA>
## 4296 <NA>
## 4297 <NA>
## 4298 <NA>
## 4299 <NA>
## 4300 <NA>
## 4301 <NA>
## 4302 <NA>
## 4303 <NA>
## 4304 <NA>
## 4305 <NA>
## 4306 <NA>
## 4307 <NA>
## 4308 <NA>
## 4309 <NA>
## 4310 <NA>
## 4311 <NA>
## 4312 <NA>
## 4313 <NA>
## 4314 <NA>
## 4315 <NA>
## 4316 <NA>
## 4317 <NA>
## 4318 <NA>
## 4319 <NA>
## 4320 <NA>
## 4321 <NA>
## 4322 <NA>
## 4323 <NA>
## 4324 <NA>
## 4325 <NA>
## 4326 <NA>
## 4327 <NA>
## 4328 <NA>
## 4329 <NA>
## 4330 <NA>
## 4331 <NA>
## 4332 <NA>
## 4333 <NA>
## 4334 <NA>
## 4335 <NA>
## 4336 <NA>
## 4337 <NA>
## 4338 <NA>
## 4339 <NA>
## 4340 <NA>
## 4341 <NA>
## 4342 <NA>
## 4343 <NA>
## 4344 <NA>
## 4345 <NA>
## 4346 <NA>
## 4347 <NA>
## 4348 <NA>
## 4349 <NA>
## 4350 <NA>
## 4351 <NA>
## 4352 <NA>
## 4353 <NA>
## 4354 <NA>
## 4355 <NA>
## 4356 <NA>
## 4357 <NA>
## 4358 <NA>
## 4359 <NA>
## 4360 <NA>
## 4361 <NA>
## 4362 <NA>
## 4363 <NA>
## 4364 <NA>
## 4365 <NA>
## 4366 <NA>
## 4367 <NA>
## 4368 <NA>
## 4369 <NA>
## 4370 <NA>
## 4371 <NA>
## 4372 <NA>
## 4373 <NA>
## 4374 <NA>
## 4375 <NA>
## 4376 <NA>
## 4377 <NA>
## 4378 <NA>
## 4379 <NA>
## 4380 <NA>
## 4381 <NA>
## 4382 <NA>
## 4383 <NA>
## 4384 <NA>
## 4385 <NA>
## 4386 <NA>
## 4387 <NA>
## 4388 <NA>
## 4389 <NA>
## 4390 <NA>
## 4391 <NA>
## 4392 <NA>
## 4393 <NA>
## 4394 <NA>
## 4395 <NA>
## 4396 <NA>
## 4397 <NA>
## 4398 <NA>
## 4399 <NA>
## 4400 <NA>
## 4401 <NA>
## 4402 <NA>
## 4403 <NA>
## 4404 <NA>
## 4405 <NA>
## 4406 <NA>
## 4407 <NA>
## 4408 <NA>
## 4409 <NA>
## 4410 <NA>
## 4411 <NA>
## 4412 <NA>
## 4413 <NA>
## 4414 <NA>
## 4415 <NA>
## 4416 <NA>
## 4417 <NA>
## 4418 <NA>
## 4419 <NA>
## 4420 <NA>
## 4421 <NA>
## 4422 <NA>
## 4423 <NA>
## 4424 <NA>
## 4425 <NA>
## 4426 <NA>
## 4427 <NA>
## 4428 <NA>
## 4429 <NA>
## 4430 <NA>
## 4431 <NA>
## 4432 <NA>
## 4433 <NA>
## 4434 <NA>
## 4435 <NA>
## 4436 <NA>
## 4437 <NA>
## 4438 <NA>
## 4439 <NA>
## 4440 <NA>
## 4441 <NA>
## 4442 <NA>
## 4443 <NA>
## 4444 <NA>
## 4445 <NA>
## 4446 <NA>
## 4447 <NA>
## 4448 <NA>
## 4449 <NA>
## 4450 <NA>
## 4451 <NA>
## 4452 <NA>
## 4453 <NA>
## 4454 <NA>
## 4455 <NA>
## 4456 <NA>
## 4457 <NA>
## 4458 <NA>
## 4459 <NA>
## 4460 <NA>
## 4461 <NA>
## 4462 <NA>
## 4463 <NA>
## 4464 <NA>
## 4465 <NA>
## 4466 <NA>
## 4467 <NA>
## 4468 <NA>
## ontology bh_adjust
## 1 BP 0.000000e+00
## 2 BP 0.000000e+00
## 3 BP 0.000000e+00
## 4 BP 0.000000e+00
## 5 BP 0.000000e+00
## 6 BP 0.000000e+00
## 7 BP 0.000000e+00
## 8 BP 0.000000e+00
## 9 BP 0.000000e+00
## 10 BP 0.000000e+00
## 11 BP 0.000000e+00
## 12 BP 0.000000e+00
## 13 BP 0.000000e+00
## 14 BP 0.000000e+00
## 15 BP 0.000000e+00
## 16 BP 0.000000e+00
## 17 BP 0.000000e+00
## 18 BP 0.000000e+00
## 19 BP 0.000000e+00
## 20 BP 0.000000e+00
## 21 BP 0.000000e+00
## 22 BP 0.000000e+00
## 23 BP 0.000000e+00
## 24 BP 0.000000e+00
## 25 BP 0.000000e+00
## 26 BP 0.000000e+00
## 27 BP 0.000000e+00
## 28 BP 0.000000e+00
## 29 BP 0.000000e+00
## 30 BP 0.000000e+00
## 31 BP 0.000000e+00
## 32 BP 0.000000e+00
## 33 BP 0.000000e+00
## 34 BP 0.000000e+00
## 35 BP 0.000000e+00
## 36 BP 0.000000e+00
## 37 BP 0.000000e+00
## 38 BP 0.000000e+00
## 39 BP 0.000000e+00
## 40 BP 0.000000e+00
## 41 BP 0.000000e+00
## 42 BP 0.000000e+00
## 43 BP 0.000000e+00
## 44 BP 0.000000e+00
## 45 BP 0.000000e+00
## 46 BP 0.000000e+00
## 47 BP 0.000000e+00
## 48 BP 0.000000e+00
## 49 BP 0.000000e+00
## 50 BP 0.000000e+00
## 51 BP 0.000000e+00
## 52 BP 0.000000e+00
## 53 BP 0.000000e+00
## 54 BP 0.000000e+00
## 55 BP 0.000000e+00
## 56 BP 0.000000e+00
## 57 BP 0.000000e+00
## 58 BP 0.000000e+00
## 59 BP 0.000000e+00
## 60 BP 0.000000e+00
## 61 BP 0.000000e+00
## 62 BP 0.000000e+00
## 63 BP 0.000000e+00
## 64 BP 0.000000e+00
## 65 BP 0.000000e+00
## 66 BP 0.000000e+00
## 67 BP 0.000000e+00
## 68 BP 0.000000e+00
## 69 BP 0.000000e+00
## 70 BP 0.000000e+00
## 71 BP 0.000000e+00
## 72 BP 0.000000e+00
## 73 BP 0.000000e+00
## 74 BP 0.000000e+00
## 75 BP 0.000000e+00
## 76 BP 0.000000e+00
## 77 BP 0.000000e+00
## 78 BP 0.000000e+00
## 79 BP 0.000000e+00
## 80 BP 0.000000e+00
## 81 BP 0.000000e+00
## 82 BP 0.000000e+00
## 83 BP 0.000000e+00
## 84 BP 0.000000e+00
## 85 BP 0.000000e+00
## 86 BP 0.000000e+00
## 87 BP 0.000000e+00
## 88 BP 0.000000e+00
## 89 BP 0.000000e+00
## 90 BP 0.000000e+00
## 91 BP 0.000000e+00
## 92 BP 0.000000e+00
## 93 BP 0.000000e+00
## 94 BP 2.054973e-317
## 95 BP 4.797493e-317
## 96 BP 2.289799e-309
## 97 BP 2.853338e-306
## 98 BP 6.093497e-306
## 99 BP 2.507666e-301
## 100 BP 9.008333e-301
## 101 BP 8.071511e-290
## 102 BP 4.546993e-280
## 103 BP 5.951651e-280
## 104 BP 5.982057e-277
## 105 BP 1.152138e-270
## 106 BP 1.560161e-270
## 107 BP 3.891574e-267
## 108 BP 7.271272e-267
## 109 BP 6.934862e-266
## 110 BP 1.342679e-262
## 111 BP 1.729889e-257
## 112 BP 3.268681e-257
## 113 BP 4.081143e-257
## 114 BP 9.139310e-255
## 115 BP 3.127931e-254
## 116 BP 5.213973e-253
## 117 BP 7.443750e-253
## 118 BP 1.787647e-251
## 119 BP 2.094030e-251
## 120 BP 2.301780e-251
## 121 BP 2.312514e-251
## 122 BP 4.537978e-249
## 123 BP 1.154368e-247
## 124 BP 3.789416e-246
## 125 BP 1.578732e-243
## 126 BP 1.621062e-242
## 127 BP 2.713037e-242
## 128 BP 3.979441e-242
## 129 BP 1.751724e-240
## 130 BP 1.836922e-239
## 131 BP 4.833723e-239
## 132 BP 2.150898e-238
## 133 BP 5.889735e-238
## 134 BP 1.008579e-235
## 135 BP 1.523240e-234
## 136 BP 6.467672e-234
## 137 BP 1.289550e-229
## 138 BP 2.829365e-228
## 139 BP 2.843033e-227
## 140 BP 1.591781e-224
## 141 BP 4.467454e-221
## 142 BP 7.744234e-221
## 143 BP 1.746260e-220
## 144 BP 5.166816e-219
## 145 BP 9.172050e-219
## 146 BP 1.278896e-218
## 147 BP 1.419932e-218
## 148 BP 4.266279e-218
## 149 BP 5.945853e-218
## 150 BP 9.256699e-218
## 151 BP 2.988829e-217
## 152 BP 8.670570e-213
## 153 BP 1.255654e-212
## 154 BP 8.062244e-212
## 155 BP 1.503563e-211
## 156 BP 3.290980e-210
## 157 BP 4.851461e-209
## 158 BP 2.367762e-208
## 159 BP 1.480746e-206
## 160 BP 6.554995e-205
## 161 BP 1.694397e-204
## 162 BP 7.659752e-203
## 163 BP 2.875843e-202
## 164 BP 1.216939e-201
## 165 BP 1.253671e-201
## 166 BP 5.490659e-201
## 167 BP 2.747721e-200
## 168 BP 1.371470e-199
## 169 BP 2.051215e-199
## 170 BP 1.486640e-196
## 171 BP 4.172748e-196
## 172 BP 5.883038e-196
## 173 BP 2.570320e-195
## 174 BP 2.570320e-195
## 175 BP 6.529010e-195
## 176 BP 1.559173e-194
## 177 BP 6.783012e-194
## 178 BP 6.783012e-194
## 179 BP 1.096550e-192
## 180 BP 4.144836e-191
## 181 BP 4.144836e-191
## 182 BP 8.357024e-191
## 183 BP 1.082046e-187
## 184 BP 1.621835e-187
## 185 BP 4.510435e-187
## 186 BP 4.515177e-184
## 187 BP 4.062950e-183
## 188 BP 5.387690e-183
## 189 BP 1.261370e-182
## 190 BP 4.229426e-182
## 191 BP 3.828298e-181
## 192 BP 2.816491e-178
## 193 BP 3.269992e-178
## 194 BP 7.879444e-176
## 195 BP 1.278902e-175
## 196 BP 4.017719e-175
## 197 BP 1.533858e-174
## 198 BP 1.544199e-174
## 199 BP 4.638349e-174
## 200 BP 1.645552e-170
## 201 BP 2.517487e-170
## 202 BP 2.834625e-170
## 203 BP 4.113394e-170
## 204 BP 8.323077e-168
## 205 BP 2.970153e-167
## 206 BP 1.860912e-166
## 207 BP 3.735030e-166
## 208 BP 1.515306e-165
## 209 BP 1.356854e-163
## 210 BP 1.395328e-163
## 211 BP 2.231952e-162
## 212 BP 6.657531e-162
## 213 BP 8.758904e-162
## 214 BP 3.736911e-160
## 215 BP 3.736911e-160
## 216 BP 3.830601e-160
## 217 BP 2.109907e-158
## 218 BP 1.606841e-157
## 219 BP 3.080159e-157
## 220 BP 4.688162e-157
## 221 BP 9.432345e-157
## 222 BP 3.940887e-156
## 223 BP 5.995422e-155
## 224 BP 3.101592e-153
## 225 BP 1.541432e-152
## 226 BP 5.581976e-152
## 227 BP 7.504619e-152
## 228 BP 2.320493e-151
## 229 BP 1.150354e-150
## 230 BP 1.928631e-150
## 231 BP 3.245624e-149
## 232 BP 4.880811e-149
## 233 BP 5.068155e-149
## 234 BP 6.283133e-149
## 235 BP 2.079700e-148
## 236 BP 6.572659e-148
## 237 BP 8.661760e-148
## 238 BP 6.717235e-147
## 239 BP 8.580835e-147
## 240 BP 2.403034e-145
## 241 BP 1.314530e-143
## 242 BP 2.417871e-142
## 243 BP 9.688831e-142
## 244 BP 1.723771e-141
## 245 BP 1.149180e-140
## 246 BP 2.516466e-140
## 247 BP 4.601999e-140
## 248 BP 8.157233e-140
## 249 BP 5.148789e-138
## 250 BP 4.671895e-137
## 251 BP 3.399043e-135
## 252 BP 1.778298e-134
## 253 BP 1.241820e-133
## 254 BP 3.269039e-133
## 255 BP 4.785298e-133
## 256 BP 4.893146e-133
## 257 BP 1.215925e-132
## 258 BP 1.374958e-132
## 259 BP 2.044146e-132
## 260 BP 6.823717e-132
## 261 BP 1.614129e-131
## 262 BP 2.258206e-131
## 263 BP 7.356876e-131
## 264 BP 9.265786e-131
## 265 BP 1.417464e-130
## 266 BP 2.724915e-130
## 267 BP 4.845464e-130
## 268 BP 5.666437e-130
## 269 BP 1.078579e-129
## 270 BP 1.967240e-129
## 271 BP 2.572239e-129
## 272 BP 6.000072e-129
## 273 BP 9.458413e-129
## 274 BP 9.712897e-129
## 275 BP 1.379819e-128
## 276 BP 3.297555e-128
## 277 BP 3.661247e-128
## 278 BP 6.503486e-128
## 279 BP 1.360848e-126
## 280 BP 1.443695e-126
## 281 BP 1.553396e-126
## 282 BP 3.918376e-126
## 283 BP 5.270034e-126
## 284 BP 1.997887e-125
## 285 BP 8.485692e-124
## 286 BP 9.363173e-124
## 287 BP 1.763101e-123
## 288 BP 1.740613e-122
## 289 BP 7.827692e-122
## 290 BP 7.827692e-122
## 291 BP 8.665184e-122
## 292 BP 9.462641e-122
## 293 BP 2.666944e-121
## 294 BP 1.083796e-120
## 295 BP 3.562109e-120
## 296 BP 3.616167e-120
## 297 BP 2.789169e-118
## 298 BP 7.014019e-118
## 299 BP 2.115298e-117
## 300 BP 6.369191e-117
## 301 BP 1.067703e-116
## 302 BP 5.646872e-116
## 303 BP 3.442894e-115
## 304 BP 6.160918e-115
## 305 BP 1.794553e-114
## 306 BP 4.307282e-114
## 307 BP 1.029602e-113
## 308 BP 1.732097e-113
## 309 BP 2.257795e-113
## 310 BP 3.876488e-113
## 311 BP 3.333719e-112
## 312 BP 7.634623e-112
## 313 BP 1.380546e-111
## 314 BP 1.681280e-111
## 315 BP 3.005815e-111
## 316 BP 3.406416e-111
## 317 BP 4.457107e-111
## 318 BP 1.714698e-110
## 319 BP 2.093149e-110
## 320 BP 1.279944e-108
## 321 BP 3.881072e-108
## 322 BP 1.506086e-107
## 323 BP 1.895689e-107
## 324 BP 2.283069e-107
## 325 BP 4.822227e-107
## 326 BP 9.314353e-107
## 327 BP 1.097599e-106
## 328 BP 2.459266e-106
## 329 BP 6.772752e-106
## 330 BP 1.908851e-105
## 331 BP 2.507255e-105
## 332 BP 1.170450e-104
## 333 BP 1.263016e-104
## 334 BP 2.098436e-104
## 335 BP 6.218023e-104
## 336 BP 2.815619e-103
## 337 BP 3.346983e-103
## 338 BP 1.062372e-102
## 339 BP 1.426056e-102
## 340 BP 1.532416e-102
## 341 BP 2.371425e-102
## 342 BP 7.432245e-102
## 343 BP 1.489527e-101
## 344 BP 5.387576e-101
## 345 BP 5.577282e-101
## 346 BP 5.782137e-101
## 347 BP 4.153144e-100
## 348 BP 3.260547e-99
## 349 BP 1.331038e-98
## 350 BP 2.118838e-98
## 351 BP 2.420122e-98
## 352 BP 1.833009e-97
## 353 BP 4.094434e-97
## 354 BP 3.651918e-96
## 355 BP 1.354576e-95
## 356 BP 1.354576e-95
## 357 BP 4.356257e-95
## 358 BP 9.920931e-95
## 359 BP 1.115299e-94
## 360 BP 5.334586e-94
## 361 BP 5.334586e-94
## 362 BP 5.334586e-94
## 363 BP 1.343354e-93
## 364 BP 1.683996e-93
## 365 BP 4.894943e-93
## 366 BP 7.844874e-93
## 367 BP 1.893127e-92
## 368 BP 2.332215e-92
## 369 BP 9.956099e-92
## 370 BP 4.416335e-91
## 371 BP 5.630793e-91
## 372 BP 8.607783e-91
## 373 BP 1.510176e-90
## 374 BP 2.353293e-90
## 375 BP 2.632393e-90
## 376 BP 4.187605e-90
## 377 BP 5.967920e-90
## 378 BP 6.321303e-90
## 379 BP 9.551136e-90
## 380 BP 1.836516e-89
## 381 BP 2.256428e-89
## 382 BP 2.432290e-89
## 383 BP 1.318160e-88
## 384 BP 1.393051e-88
## 385 BP 2.094118e-88
## 386 BP 2.302541e-88
## 387 BP 3.934391e-88
## 388 BP 4.046275e-88
## 389 BP 4.280535e-88
## 390 BP 5.075911e-88
## 391 BP 5.566051e-88
## 392 BP 1.010204e-87
## 393 BP 8.232553e-87
## 394 BP 1.537527e-86
## 395 BP 1.657828e-86
## 396 BP 1.749838e-86
## 397 BP 2.660761e-86
## 398 BP 4.614183e-86
## 399 BP 1.584561e-85
## 400 BP 3.554830e-85
## 401 BP 1.157915e-84
## 402 BP 3.762654e-84
## 403 BP 4.479523e-84
## 404 BP 9.985558e-84
## 405 BP 1.134051e-83
## 406 BP 1.308754e-83
## 407 BP 2.073543e-83
## 408 BP 2.602141e-83
## 409 BP 4.618128e-83
## 410 BP 6.094608e-83
## 411 BP 1.907765e-82
## 412 BP 1.979689e-82
## 413 BP 2.183713e-82
## 414 BP 2.659879e-82
## 415 BP 4.985533e-82
## 416 BP 1.190410e-81
## 417 BP 3.326869e-81
## 418 BP 3.916045e-81
## 419 BP 3.965961e-81
## 420 BP 5.184044e-81
## 421 BP 1.038613e-80
## 422 BP 1.368452e-80
## 423 BP 1.574303e-80
## 424 BP 1.988789e-80
## 425 BP 2.104265e-80
## 426 BP 3.944932e-80
## 427 BP 4.539724e-80
## 428 BP 1.442002e-79
## 429 BP 1.617396e-79
## 430 BP 2.870823e-79
## 431 BP 3.013797e-79
## 432 BP 4.227339e-79
## 433 BP 6.787509e-79
## 434 BP 7.007604e-79
## 435 BP 7.483272e-79
## 436 BP 8.512776e-79
## 437 BP 9.700860e-79
## 438 BP 1.986102e-78
## 439 BP 3.250159e-78
## 440 BP 4.622881e-78
## 441 BP 1.257425e-77
## 442 BP 1.802940e-77
## 443 BP 5.874410e-77
## 444 BP 6.189207e-77
## 445 BP 9.187779e-77
## 446 BP 1.404664e-76
## 447 BP 5.036680e-76
## 448 BP 7.249347e-76
## 449 BP 8.799215e-76
## 450 BP 1.261998e-75
## 451 BP 1.730660e-75
## 452 BP 1.793965e-75
## 453 BP 5.654286e-75
## 454 BP 5.654286e-75
## 455 BP 5.821359e-75
## 456 BP 9.748767e-75
## 457 BP 1.448251e-74
## 458 BP 1.532054e-74
## 459 BP 1.816656e-74
## 460 BP 3.739500e-74
## 461 BP 4.438747e-74
## 462 BP 7.811424e-74
## 463 BP 9.756097e-74
## 464 BP 1.200006e-73
## 465 BP 2.564810e-73
## 466 BP 2.801167e-73
## 467 BP 5.259130e-73
## 468 BP 5.943745e-73
## 469 BP 7.155344e-73
## 470 BP 2.302492e-72
## 471 BP 2.329671e-72
## 472 BP 3.403088e-72
## 473 BP 1.385371e-71
## 474 BP 3.293707e-71
## 475 BP 4.597126e-71
## 476 BP 4.693210e-71
## 477 BP 7.511290e-71
## 478 BP 8.447632e-71
## 479 BP 1.121462e-70
## 480 BP 1.992623e-70
## 481 BP 2.863079e-70
## 482 BP 5.132800e-70
## 483 BP 5.315278e-70
## 484 BP 7.435128e-70
## 485 BP 7.637788e-70
## 486 BP 7.874709e-70
## 487 BP 1.357994e-69
## 488 BP 1.829699e-69
## 489 BP 4.432206e-69
## 490 BP 6.341523e-69
## 491 BP 7.900356e-69
## 492 BP 1.362215e-68
## 493 BP 1.408778e-68
## 494 BP 2.265534e-68
## 495 BP 2.340683e-68
## 496 BP 2.673340e-68
## 497 BP 3.016689e-68
## 498 BP 5.220800e-68
## 499 BP 9.134078e-68
## 500 BP 1.206202e-67
## 501 BP 1.213077e-67
## 502 BP 1.389920e-67
## 503 BP 1.397750e-67
## 504 BP 1.507721e-67
## 505 BP 1.577938e-67
## 506 BP 1.768410e-67
## 507 BP 1.040295e-66
## 508 BP 1.172023e-66
## 509 BP 1.383472e-66
## 510 BP 4.993994e-66
## 511 BP 6.184768e-66
## 512 BP 7.047168e-66
## 513 BP 7.475332e-66
## 514 BP 8.099463e-66
## 515 BP 8.339807e-66
## 516 BP 1.686503e-65
## 517 BP 1.778617e-65
## 518 BP 3.513277e-65
## 519 BP 4.768863e-65
## 520 BP 8.200558e-65
## 521 BP 1.016633e-64
## 522 BP 1.016865e-64
## 523 BP 1.180619e-64
## 524 BP 1.391015e-64
## 525 BP 1.696674e-64
## 526 BP 1.952270e-64
## 527 BP 2.914263e-64
## 528 BP 5.092462e-64
## 529 BP 6.695806e-64
## 530 BP 1.513142e-63
## 531 BP 2.138096e-63
## 532 BP 4.021573e-63
## 533 BP 4.021573e-63
## 534 BP 4.065998e-63
## 535 BP 4.272403e-63
## 536 BP 4.272403e-63
## 537 BP 4.801582e-63
## 538 BP 7.424854e-63
## 539 BP 8.540546e-63
## 540 BP 9.624510e-63
## 541 BP 1.094180e-62
## 542 BP 1.525437e-62
## 543 BP 1.892614e-62
## 544 BP 2.401667e-62
## 545 BP 2.839651e-62
## 546 BP 4.948228e-62
## 547 BP 1.012174e-61
## 548 BP 1.572117e-61
## 549 BP 1.981119e-61
## 550 BP 2.275557e-61
## 551 BP 4.643966e-61
## 552 BP 7.571040e-61
## 553 BP 1.041678e-60
## 554 BP 1.800611e-60
## 555 BP 1.847090e-60
## 556 BP 2.859995e-60
## 557 BP 4.010354e-60
## 558 BP 4.071288e-60
## 559 BP 4.502239e-60
## 560 BP 5.034255e-60
## 561 BP 6.017866e-60
## 562 BP 1.417443e-59
## 563 BP 1.585541e-59
## 564 BP 4.210101e-59
## 565 BP 4.846771e-59
## 566 BP 6.175023e-59
## 567 BP 1.611269e-58
## 568 BP 1.658464e-58
## 569 BP 1.891456e-58
## 570 BP 1.946337e-58
## 571 BP 2.410532e-58
## 572 BP 2.447113e-58
## 573 BP 2.842415e-58
## 574 BP 4.178147e-58
## 575 BP 9.026596e-58
## 576 BP 1.243112e-57
## 577 BP 2.255767e-57
## 578 BP 3.405011e-57
## 579 BP 5.952623e-57
## 580 BP 7.289377e-57
## 581 BP 7.635498e-57
## 582 BP 7.799466e-57
## 583 BP 1.034300e-56
## 584 BP 1.123589e-56
## 585 BP 1.226685e-56
## 586 BP 1.547352e-56
## 587 BP 2.243958e-56
## 588 BP 2.390872e-56
## 589 BP 2.600897e-56
## 590 BP 4.315735e-56
## 591 BP 4.315735e-56
## 592 BP 1.006346e-55
## 593 BP 1.131631e-55
## 594 BP 1.548242e-55
## 595 BP 1.703777e-55
## 596 BP 1.703777e-55
## 597 BP 1.836907e-55
## 598 BP 1.837017e-55
## 599 BP 1.943559e-55
## 600 BP 3.235076e-55
## 601 BP 3.235076e-55
## 602 BP 8.904191e-55
## 603 BP 9.620794e-55
## 604 BP 3.109635e-54
## 605 BP 3.109635e-54
## 606 BP 3.551273e-54
## 607 BP 3.671568e-54
## 608 BP 3.919288e-54
## 609 BP 3.993246e-54
## 610 BP 4.416578e-54
## 611 BP 5.044206e-54
## 612 BP 5.385412e-54
## 613 BP 7.301351e-54
## 614 BP 9.051921e-54
## 615 BP 9.158067e-54
## 616 BP 1.220574e-53
## 617 BP 1.503871e-53
## 618 BP 2.832444e-53
## 619 BP 2.863249e-53
## 620 BP 3.076611e-53
## 621 BP 4.540367e-53
## 622 BP 5.163604e-53
## 623 BP 1.075377e-52
## 624 BP 1.204638e-52
## 625 BP 2.042162e-52
## 626 BP 2.243923e-52
## 627 BP 2.260807e-52
## 628 BP 3.228568e-52
## 629 BP 4.171695e-52
## 630 BP 6.299869e-52
## 631 BP 6.372634e-52
## 632 BP 8.074319e-52
## 633 BP 8.654955e-52
## 634 BP 9.696075e-52
## 635 BP 1.014818e-51
## 636 BP 1.155762e-51
## 637 BP 1.343159e-51
## 638 BP 1.498833e-51
## 639 BP 1.548110e-51
## 640 BP 1.777999e-51
## 641 BP 2.177567e-51
## 642 BP 2.177567e-51
## 643 BP 2.472401e-51
## 644 BP 2.830024e-51
## 645 BP 4.165128e-51
## 646 BP 4.266442e-51
## 647 BP 5.084701e-51
## 648 BP 5.981467e-51
## 649 BP 6.578116e-51
## 650 BP 7.540618e-51
## 651 BP 9.878216e-51
## 652 BP 1.233217e-50
## 653 BP 1.396012e-50
## 654 BP 1.959455e-50
## 655 BP 1.959455e-50
## 656 BP 1.959455e-50
## 657 BP 2.345447e-50
## 658 BP 2.774925e-50
## 659 BP 2.774925e-50
## 660 BP 4.262985e-50
## 661 BP 6.960480e-50
## 662 BP 1.019329e-49
## 663 BP 1.019329e-49
## 664 BP 1.044673e-49
## 665 BP 1.138509e-49
## 666 BP 1.187560e-49
## 667 BP 1.687919e-49
## 668 BP 2.469790e-49
## 669 BP 2.831594e-49
## 670 BP 3.600999e-49
## 671 BP 7.077799e-49
## 672 BP 7.103066e-49
## 673 BP 9.507473e-49
## 674 BP 9.524002e-49
## 675 BP 1.381202e-48
## 676 BP 1.418844e-48
## 677 BP 1.428224e-48
## 678 BP 2.063828e-48
## 679 BP 2.721648e-48
## 680 BP 4.561832e-48
## 681 BP 4.629329e-48
## 682 BP 5.221740e-48
## 683 BP 5.708758e-48
## 684 BP 6.912672e-48
## 685 BP 6.912672e-48
## 686 BP 8.204087e-48
## 687 BP 1.011825e-47
## 688 BP 1.064200e-47
## 689 BP 1.830388e-47
## 690 BP 2.117618e-47
## 691 BP 2.331076e-47
## 692 BP 6.272907e-47
## 693 BP 1.342847e-46
## 694 BP 1.679234e-46
## 695 BP 2.555300e-46
## 696 BP 3.462353e-46
## 697 BP 3.796424e-46
## 698 BP 4.656523e-46
## 699 BP 4.800057e-46
## 700 BP 4.800057e-46
## 701 BP 5.611429e-46
## 702 BP 7.432196e-46
## 703 BP 7.955656e-46
## 704 BP 8.915582e-46
## 705 BP 9.146128e-46
## 706 BP 9.664529e-46
## 707 BP 9.664529e-46
## 708 BP 1.121886e-45
## 709 BP 2.792491e-45
## 710 BP 2.933119e-45
## 711 BP 3.122605e-45
## 712 BP 3.122605e-45
## 713 BP 4.496464e-45
## 714 BP 6.207493e-45
## 715 BP 6.333570e-45
## 716 BP 8.717535e-45
## 717 BP 1.067484e-44
## 718 BP 1.217434e-44
## 719 BP 1.784530e-44
## 720 BP 2.038277e-44
## 721 BP 4.248334e-44
## 722 BP 5.069854e-44
## 723 BP 5.173235e-44
## 724 BP 6.363531e-44
## 725 BP 7.601503e-44
## 726 BP 8.290342e-44
## 727 BP 8.993415e-44
## 728 BP 1.032458e-43
## 729 BP 1.033055e-43
## 730 BP 2.047807e-43
## 731 BP 2.263596e-43
## 732 BP 2.273056e-43
## 733 BP 2.361605e-43
## 734 BP 2.361605e-43
## 735 BP 2.688261e-43
## 736 BP 4.322602e-43
## 737 BP 4.428191e-43
## 738 BP 5.031321e-43
## 739 BP 5.045781e-43
## 740 BP 5.362975e-43
## 741 BP 5.387586e-43
## 742 BP 6.550560e-43
## 743 BP 9.100947e-43
## 744 BP 1.039419e-42
## 745 BP 1.554133e-42
## 746 BP 1.991063e-42
## 747 BP 2.123946e-42
## 748 BP 3.178648e-42
## 749 BP 3.216997e-42
## 750 BP 4.510982e-42
## 751 BP 5.138530e-42
## 752 BP 5.174324e-42
## 753 BP 5.765179e-42
## 754 BP 7.729474e-42
## 755 BP 1.031421e-41
## 756 BP 1.039275e-41
## 757 BP 1.249304e-41
## 758 BP 1.288710e-41
## 759 BP 2.152863e-41
## 760 BP 2.269198e-41
## 761 BP 2.383773e-41
## 762 BP 2.398712e-41
## 763 BP 2.492143e-41
## 764 BP 2.978659e-41
## 765 BP 3.382126e-41
## 766 BP 3.511481e-41
## 767 BP 4.419783e-41
## 768 BP 7.475820e-41
## 769 BP 9.378878e-41
## 770 BP 1.046259e-40
## 771 BP 1.046259e-40
## 772 BP 1.102809e-40
## 773 BP 1.396080e-40
## 774 BP 2.633475e-40
## 775 BP 2.901343e-40
## 776 BP 2.995944e-40
## 777 BP 3.040916e-40
## 778 BP 3.083240e-40
## 779 BP 3.149297e-40
## 780 BP 3.531900e-40
## 781 BP 3.867415e-40
## 782 BP 4.471447e-40
## 783 BP 6.660417e-40
## 784 BP 6.719504e-40
## 785 BP 7.144777e-40
## 786 BP 8.801157e-40
## 787 BP 1.149807e-39
## 788 BP 1.299007e-39
## 789 BP 1.302339e-39
## 790 BP 1.434222e-39
## 791 BP 1.524613e-39
## 792 BP 1.888055e-39
## 793 BP 1.902384e-39
## 794 BP 2.034457e-39
## 795 BP 2.498269e-39
## 796 BP 2.540729e-39
## 797 BP 3.045811e-39
## 798 BP 3.120964e-39
## 799 BP 3.670636e-39
## 800 BP 4.822792e-39
## 801 BP 5.328850e-39
## 802 BP 5.835727e-39
## 803 BP 9.176906e-39
## 804 BP 9.417905e-39
## 805 BP 1.004825e-38
## 806 BP 1.075426e-38
## 807 BP 1.202674e-38
## 808 BP 1.283124e-38
## 809 BP 1.373099e-38
## 810 BP 1.577549e-38
## 811 BP 1.617756e-38
## 812 BP 1.909939e-38
## 813 BP 1.909939e-38
## 814 BP 2.026391e-38
## 815 BP 2.532025e-38
## 816 BP 3.471768e-38
## 817 BP 3.831379e-38
## 818 BP 5.497800e-38
## 819 BP 5.792371e-38
## 820 BP 5.960080e-38
## 821 BP 7.743886e-38
## 822 BP 8.022544e-38
## 823 BP 1.002593e-37
## 824 BP 1.064735e-37
## 825 BP 1.141328e-37
## 826 BP 1.201697e-37
## 827 BP 1.285282e-37
## 828 BP 1.329664e-37
## 829 BP 1.934269e-37
## 830 BP 2.763861e-37
## 831 BP 3.545942e-37
## 832 BP 3.786507e-37
## 833 BP 4.389656e-37
## 834 BP 6.107519e-37
## 835 BP 6.335712e-37
## 836 BP 8.968598e-37
## 837 BP 1.053241e-36
## 838 BP 1.053241e-36
## 839 BP 1.205899e-36
## 840 BP 1.392342e-36
## 841 BP 1.882596e-36
## 842 BP 2.403701e-36
## 843 BP 2.726888e-36
## 844 BP 3.325664e-36
## 845 BP 4.340057e-36
## 846 BP 4.488546e-36
## 847 BP 5.306553e-36
## 848 BP 6.711504e-36
## 849 BP 6.711504e-36
## 850 BP 8.833663e-36
## 851 BP 9.918598e-36
## 852 BP 9.918598e-36
## 853 BP 1.003993e-35
## 854 BP 1.043915e-35
## 855 BP 1.094869e-35
## 856 BP 1.119904e-35
## 857 BP 1.162634e-35
## 858 BP 1.197694e-35
## 859 BP 1.372131e-35
## 860 BP 1.874911e-35
## 861 BP 1.959840e-35
## 862 BP 2.383811e-35
## 863 BP 3.119279e-35
## 864 BP 3.119279e-35
## 865 BP 3.193457e-35
## 866 BP 3.452810e-35
## 867 BP 3.908447e-35
## 868 BP 3.908447e-35
## 869 BP 4.124642e-35
## 870 BP 4.706074e-35
## 871 BP 4.761262e-35
## 872 BP 5.870532e-35
## 873 BP 5.933134e-35
## 874 BP 5.965731e-35
## 875 BP 6.052090e-35
## 876 BP 7.539808e-35
## 877 BP 7.565094e-35
## 878 BP 8.311193e-35
## 879 BP 1.064630e-34
## 880 BP 1.295688e-34
## 881 BP 1.441821e-34
## 882 BP 1.441821e-34
## 883 BP 1.626015e-34
## 884 BP 1.626015e-34
## 885 BP 1.958847e-34
## 886 BP 2.105575e-34
## 887 BP 2.355008e-34
## 888 BP 2.755565e-34
## 889 BP 2.780753e-34
## 890 BP 4.260888e-34
## 891 BP 5.666636e-34
## 892 BP 6.018545e-34
## 893 BP 6.070456e-34
## 894 BP 6.452596e-34
## 895 BP 6.887528e-34
## 896 BP 8.068871e-34
## 897 BP 8.399455e-34
## 898 BP 8.552378e-34
## 899 BP 9.376688e-34
## 900 BP 9.714741e-34
## 901 BP 1.040752e-33
## 902 BP 1.305227e-33
## 903 BP 1.398302e-33
## 904 BP 1.785145e-33
## 905 BP 1.961821e-33
## 906 BP 1.983080e-33
## 907 BP 2.573254e-33
## 908 BP 4.117898e-33
## 909 BP 5.856591e-33
## 910 BP 6.264553e-33
## 911 BP 6.385109e-33
## 912 BP 6.413351e-33
## 913 BP 6.691748e-33
## 914 BP 7.759022e-33
## 915 BP 7.759022e-33
## 916 BP 9.443621e-33
## 917 BP 1.018632e-32
## 918 BP 1.237079e-32
## 919 BP 1.428235e-32
## 920 BP 1.469070e-32
## 921 BP 1.619133e-32
## 922 BP 1.633816e-32
## 923 BP 1.690005e-32
## 924 BP 1.940403e-32
## 925 BP 1.947258e-32
## 926 BP 2.121270e-32
## 927 BP 3.391755e-32
## 928 BP 3.557928e-32
## 929 BP 3.610807e-32
## 930 BP 3.666221e-32
## 931 BP 3.697365e-32
## 932 BP 4.111414e-32
## 933 BP 4.143897e-32
## 934 BP 5.558799e-32
## 935 BP 6.146599e-32
## 936 BP 6.339860e-32
## 937 BP 6.845519e-32
## 938 BP 7.224890e-32
## 939 BP 7.224890e-32
## 940 BP 7.379105e-32
## 941 BP 7.503204e-32
## 942 BP 8.341926e-32
## 943 BP 1.014675e-31
## 944 BP 1.048398e-31
## 945 BP 1.048398e-31
## 946 BP 1.213036e-31
## 947 BP 1.305307e-31
## 948 BP 1.323292e-31
## 949 BP 1.657624e-31
## 950 BP 1.933758e-31
## 951 BP 2.092041e-31
## 952 BP 2.414981e-31
## 953 BP 2.549067e-31
## 954 BP 2.592616e-31
## 955 BP 3.289043e-31
## 956 BP 3.317869e-31
## 957 BP 3.883322e-31
## 958 BP 4.063233e-31
## 959 BP 4.119453e-31
## 960 BP 4.376505e-31
## 961 BP 5.550323e-31
## 962 BP 5.977523e-31
## 963 BP 6.129188e-31
## 964 BP 6.452590e-31
## 965 BP 6.638583e-31
## 966 BP 6.952589e-31
## 967 BP 7.855271e-31
## 968 BP 8.416735e-31
## 969 BP 8.662451e-31
## 970 BP 8.700910e-31
## 971 BP 9.524738e-31
## 972 BP 9.745726e-31
## 973 BP 1.074674e-30
## 974 BP 1.174723e-30
## 975 BP 1.338315e-30
## 976 BP 1.542704e-30
## 977 BP 1.676729e-30
## 978 BP 1.803038e-30
## 979 BP 2.316060e-30
## 980 BP 3.794940e-30
## 981 BP 4.147449e-30
## 982 BP 4.382547e-30
## 983 BP 5.462041e-30
## 984 BP 5.652030e-30
## 985 BP 5.787587e-30
## 986 BP 6.058180e-30
## 987 BP 6.116175e-30
## 988 BP 6.579031e-30
## 989 BP 6.850561e-30
## 990 BP 6.937902e-30
## 991 BP 7.671421e-30
## 992 BP 8.766026e-30
## 993 BP 9.376471e-30
## 994 BP 9.577959e-30
## 995 BP 1.024040e-29
## 996 BP 1.081997e-29
## 997 BP 1.433353e-29
## 998 BP 1.538063e-29
## 999 BP 1.553123e-29
## 1000 BP 1.669073e-29
## 1001 BP 1.683427e-29
## 1002 BP 1.687445e-29
## 1003 BP 1.764147e-29
## 1004 BP 2.868001e-29
## 1005 BP 2.893617e-29
## 1006 BP 3.037614e-29
## 1007 BP 4.047250e-29
## 1008 BP 5.673931e-29
## 1009 BP 6.173420e-29
## 1010 BP 6.343559e-29
## 1011 BP 6.960629e-29
## 1012 BP 7.315951e-29
## 1013 BP 7.985715e-29
## 1014 BP 7.985715e-29
## 1015 BP 7.985715e-29
## 1016 BP 9.091314e-29
## 1017 BP 9.094011e-29
## 1018 BP 9.146281e-29
## 1019 BP 9.921021e-29
## 1020 BP 9.984636e-29
## 1021 BP 1.006429e-28
## 1022 BP 1.033415e-28
## 1023 BP 1.127454e-28
## 1024 BP 1.173756e-28
## 1025 BP 1.303859e-28
## 1026 BP 1.303859e-28
## 1027 BP 1.333334e-28
## 1028 BP 1.339363e-28
## 1029 BP 1.361534e-28
## 1030 BP 1.382126e-28
## 1031 BP 1.419420e-28
## 1032 BP 1.419420e-28
## 1033 BP 1.434379e-28
## 1034 BP 1.462213e-28
## 1035 BP 1.775324e-28
## 1036 BP 2.101473e-28
## 1037 BP 2.105384e-28
## 1038 BP 2.105384e-28
## 1039 BP 2.210593e-28
## 1040 BP 2.409438e-28
## 1041 BP 2.536525e-28
## 1042 BP 2.961388e-28
## 1043 BP 3.026765e-28
## 1044 BP 3.071481e-28
## 1045 BP 3.389807e-28
## 1046 BP 3.548281e-28
## 1047 BP 3.583360e-28
## 1048 BP 3.786772e-28
## 1049 BP 4.312441e-28
## 1050 BP 4.630891e-28
## 1051 BP 4.630891e-28
## 1052 BP 5.033721e-28
## 1053 BP 5.058731e-28
## 1054 BP 5.183627e-28
## 1055 BP 5.698004e-28
## 1056 BP 5.993402e-28
## 1057 BP 6.756511e-28
## 1058 BP 6.966769e-28
## 1059 BP 7.224170e-28
## 1060 BP 7.283430e-28
## 1061 BP 7.566471e-28
## 1062 BP 7.806662e-28
## 1063 BP 8.950168e-28
## 1064 BP 9.916226e-28
## 1065 BP 9.975820e-28
## 1066 BP 1.020497e-27
## 1067 BP 1.121012e-27
## 1068 BP 1.135025e-27
## 1069 BP 1.388668e-27
## 1070 BP 1.440800e-27
## 1071 BP 1.508220e-27
## 1072 BP 1.510570e-27
## 1073 BP 1.560121e-27
## 1074 BP 1.755243e-27
## 1075 BP 1.856357e-27
## 1076 BP 1.901199e-27
## 1077 BP 2.084394e-27
## 1078 BP 2.327658e-27
## 1079 BP 2.397313e-27
## 1080 BP 2.617934e-27
## 1081 BP 2.798836e-27
## 1082 BP 3.404101e-27
## 1083 BP 3.572346e-27
## 1084 BP 3.599937e-27
## 1085 BP 3.709706e-27
## 1086 BP 3.799524e-27
## 1087 BP 3.905845e-27
## 1088 BP 3.905845e-27
## 1089 BP 3.905845e-27
## 1090 BP 3.987891e-27
## 1091 BP 5.826133e-27
## 1092 BP 6.417057e-27
## 1093 BP 6.801043e-27
## 1094 BP 6.992365e-27
## 1095 BP 7.216592e-27
## 1096 BP 7.226319e-27
## 1097 BP 7.406739e-27
## 1098 BP 7.524917e-27
## 1099 BP 7.784048e-27
## 1100 BP 8.409972e-27
## 1101 BP 9.417054e-27
## 1102 BP 9.930590e-27
## 1103 BP 1.146951e-26
## 1104 BP 1.155596e-26
## 1105 BP 1.494001e-26
## 1106 BP 1.523480e-26
## 1107 BP 1.583244e-26
## 1108 BP 1.589493e-26
## 1109 BP 1.676906e-26
## 1110 BP 1.712162e-26
## 1111 BP 1.802094e-26
## 1112 BP 2.101065e-26
## 1113 BP 2.155555e-26
## 1114 BP 2.197175e-26
## 1115 BP 2.430644e-26
## 1116 BP 2.506272e-26
## 1117 BP 2.600421e-26
## 1118 BP 3.179501e-26
## 1119 BP 3.183150e-26
## 1120 BP 3.843230e-26
## 1121 BP 4.571507e-26
## 1122 BP 4.690423e-26
## 1123 BP 5.163673e-26
## 1124 BP 5.569983e-26
## 1125 BP 5.695278e-26
## 1126 BP 5.949823e-26
## 1127 BP 6.310479e-26
## 1128 BP 6.631147e-26
## 1129 BP 6.790685e-26
## 1130 BP 7.194420e-26
## 1131 BP 7.550403e-26
## 1132 BP 7.550403e-26
## 1133 BP 7.797599e-26
## 1134 BP 8.332191e-26
## 1135 BP 1.016093e-25
## 1136 BP 1.026339e-25
## 1137 BP 1.369479e-25
## 1138 BP 1.529564e-25
## 1139 BP 1.533014e-25
## 1140 BP 1.553970e-25
## 1141 BP 1.828363e-25
## 1142 BP 1.828363e-25
## 1143 BP 2.004285e-25
## 1144 BP 2.012962e-25
## 1145 BP 2.231175e-25
## 1146 BP 2.473295e-25
## 1147 BP 2.821389e-25
## 1148 BP 2.917814e-25
## 1149 BP 2.996307e-25
## 1150 BP 3.355630e-25
## 1151 BP 3.398292e-25
## 1152 BP 3.492726e-25
## 1153 BP 3.511443e-25
## 1154 BP 4.186054e-25
## 1155 BP 4.895528e-25
## 1156 BP 5.099500e-25
## 1157 BP 5.426606e-25
## 1158 BP 5.429759e-25
## 1159 BP 6.072283e-25
## 1160 BP 6.088037e-25
## 1161 BP 6.088037e-25
## 1162 BP 6.195694e-25
## 1163 BP 6.327051e-25
## 1164 BP 6.385045e-25
## 1165 BP 6.945090e-25
## 1166 BP 7.486548e-25
## 1167 BP 7.498671e-25
## 1168 BP 7.962982e-25
## 1169 BP 8.559006e-25
## 1170 BP 8.647880e-25
## 1171 BP 8.926126e-25
## 1172 BP 8.964969e-25
## 1173 BP 9.044596e-25
## 1174 BP 9.098686e-25
## 1175 BP 9.347120e-25
## 1176 BP 9.599633e-25
## 1177 BP 9.599633e-25
## 1178 BP 9.603286e-25
## 1179 BP 1.011515e-24
## 1180 BP 1.011515e-24
## 1181 BP 1.066021e-24
## 1182 BP 1.116362e-24
## 1183 BP 1.151300e-24
## 1184 BP 1.238913e-24
## 1185 BP 1.251467e-24
## 1186 BP 1.485550e-24
## 1187 BP 1.549401e-24
## 1188 BP 1.793322e-24
## 1189 BP 1.905586e-24
## 1190 BP 1.918705e-24
## 1191 BP 1.943923e-24
## 1192 BP 2.259176e-24
## 1193 BP 2.420027e-24
## 1194 BP 2.697439e-24
## 1195 BP 2.795663e-24
## 1196 BP 2.798114e-24
## 1197 BP 2.849200e-24
## 1198 BP 2.849200e-24
## 1199 BP 3.018246e-24
## 1200 BP 3.058354e-24
## 1201 BP 3.163316e-24
## 1202 BP 3.570691e-24
## 1203 BP 3.738082e-24
## 1204 BP 3.840039e-24
## 1205 BP 3.865609e-24
## 1206 BP 4.494790e-24
## 1207 BP 4.623884e-24
## 1208 BP 6.826237e-24
## 1209 BP 6.826237e-24
## 1210 BP 6.856489e-24
## 1211 BP 7.167028e-24
## 1212 BP 8.498212e-24
## 1213 BP 1.097194e-23
## 1214 BP 1.200731e-23
## 1215 BP 1.230634e-23
## 1216 BP 1.629695e-23
## 1217 BP 1.868391e-23
## 1218 BP 1.968233e-23
## 1219 BP 1.992653e-23
## 1220 BP 2.034893e-23
## 1221 BP 2.186378e-23
## 1222 BP 2.600602e-23
## 1223 BP 2.867719e-23
## 1224 BP 3.016384e-23
## 1225 BP 3.054732e-23
## 1226 BP 3.056739e-23
## 1227 BP 3.069057e-23
## 1228 BP 3.070369e-23
## 1229 BP 3.183473e-23
## 1230 BP 3.191811e-23
## 1231 BP 3.193965e-23
## 1232 BP 3.450472e-23
## 1233 BP 3.609512e-23
## 1234 BP 3.614860e-23
## 1235 BP 3.854992e-23
## 1236 BP 4.260484e-23
## 1237 BP 4.429910e-23
## 1238 BP 4.647654e-23
## 1239 BP 4.787501e-23
## 1240 BP 5.164586e-23
## 1241 BP 5.245240e-23
## 1242 BP 5.245240e-23
## 1243 BP 5.419025e-23
## 1244 BP 5.823781e-23
## 1245 BP 6.052290e-23
## 1246 BP 6.473493e-23
## 1247 BP 6.804375e-23
## 1248 BP 7.066770e-23
## 1249 BP 8.128113e-23
## 1250 BP 9.848927e-23
## 1251 BP 1.028850e-22
## 1252 BP 1.035631e-22
## 1253 BP 1.045062e-22
## 1254 BP 1.194904e-22
## 1255 BP 1.336800e-22
## 1256 BP 1.413236e-22
## 1257 BP 1.440524e-22
## 1258 BP 1.440524e-22
## 1259 BP 1.444077e-22
## 1260 BP 1.491955e-22
## 1261 BP 1.516010e-22
## 1262 BP 1.544860e-22
## 1263 BP 1.593429e-22
## 1264 BP 1.752282e-22
## 1265 BP 1.903892e-22
## 1266 BP 1.908022e-22
## 1267 BP 2.423096e-22
## 1268 BP 2.494576e-22
## 1269 BP 2.635955e-22
## 1270 BP 2.963748e-22
## 1271 BP 3.031247e-22
## 1272 BP 3.034060e-22
## 1273 BP 3.471941e-22
## 1274 BP 3.715867e-22
## 1275 BP 3.851234e-22
## 1276 BP 3.851234e-22
## 1277 BP 4.077688e-22
## 1278 BP 4.347023e-22
## 1279 BP 4.759566e-22
## 1280 BP 4.795831e-22
## 1281 BP 5.000581e-22
## 1282 BP 5.419514e-22
## 1283 BP 5.817843e-22
## 1284 BP 5.817843e-22
## 1285 BP 5.870918e-22
## 1286 BP 6.447732e-22
## 1287 BP 6.453851e-22
## 1288 BP 6.641599e-22
## 1289 BP 7.789672e-22
## 1290 BP 9.276018e-22
## 1291 BP 9.458812e-22
## 1292 BP 1.043672e-21
## 1293 BP 1.144329e-21
## 1294 BP 1.325976e-21
## 1295 BP 1.457252e-21
## 1296 BP 1.538703e-21
## 1297 BP 1.539412e-21
## 1298 BP 1.672164e-21
## 1299 BP 1.887720e-21
## 1300 BP 1.887720e-21
## 1301 BP 1.983756e-21
## 1302 BP 2.005149e-21
## 1303 BP 2.025530e-21
## 1304 BP 2.025530e-21
## 1305 BP 2.050262e-21
## 1306 BP 2.094138e-21
## 1307 BP 2.145669e-21
## 1308 BP 2.274626e-21
## 1309 BP 2.317905e-21
## 1310 BP 2.387514e-21
## 1311 BP 2.558177e-21
## 1312 BP 2.583727e-21
## 1313 BP 2.583727e-21
## 1314 BP 3.102391e-21
## 1315 BP 3.301682e-21
## 1316 BP 3.391657e-21
## 1317 BP 4.098594e-21
## 1318 BP 4.099400e-21
## 1319 BP 4.796884e-21
## 1320 BP 4.955964e-21
## 1321 BP 5.365576e-21
## 1322 BP 5.418844e-21
## 1323 BP 5.770546e-21
## 1324 BP 6.051078e-21
## 1325 BP 6.562121e-21
## 1326 BP 6.995585e-21
## 1327 BP 7.100766e-21
## 1328 BP 7.650602e-21
## 1329 BP 7.650602e-21
## 1330 BP 8.311761e-21
## 1331 BP 8.656261e-21
## 1332 BP 9.986958e-21
## 1333 BP 1.045669e-20
## 1334 BP 1.075793e-20
## 1335 BP 1.282610e-20
## 1336 BP 1.329589e-20
## 1337 BP 1.379740e-20
## 1338 BP 1.379740e-20
## 1339 BP 1.429561e-20
## 1340 BP 1.601552e-20
## 1341 BP 1.725640e-20
## 1342 BP 1.763343e-20
## 1343 BP 1.854700e-20
## 1344 BP 2.152572e-20
## 1345 BP 2.413791e-20
## 1346 BP 2.529768e-20
## 1347 BP 2.769012e-20
## 1348 BP 2.774197e-20
## 1349 BP 2.938885e-20
## 1350 BP 2.994025e-20
## 1351 BP 3.054381e-20
## 1352 BP 3.362468e-20
## 1353 BP 3.509465e-20
## 1354 BP 3.762788e-20
## 1355 BP 4.380673e-20
## 1356 BP 4.576847e-20
## 1357 BP 4.737441e-20
## 1358 BP 4.926220e-20
## 1359 BP 5.121536e-20
## 1360 BP 5.251459e-20
## 1361 BP 6.746922e-20
## 1362 BP 6.746922e-20
## 1363 BP 6.836363e-20
## 1364 BP 6.836363e-20
## 1365 BP 7.073706e-20
## 1366 BP 7.148757e-20
## 1367 BP 7.167016e-20
## 1368 BP 7.747742e-20
## 1369 BP 8.029546e-20
## 1370 BP 8.734185e-20
## 1371 BP 9.011771e-20
## 1372 BP 1.070415e-19
## 1373 BP 1.147781e-19
## 1374 BP 1.170556e-19
## 1375 BP 1.170627e-19
## 1376 BP 1.239956e-19
## 1377 BP 1.260673e-19
## 1378 BP 1.279249e-19
## 1379 BP 1.367493e-19
## 1380 BP 1.415210e-19
## 1381 BP 1.443983e-19
## 1382 BP 1.462997e-19
## 1383 BP 1.556066e-19
## 1384 BP 1.568108e-19
## 1385 BP 1.681590e-19
## 1386 BP 1.881187e-19
## 1387 BP 1.894120e-19
## 1388 BP 1.987490e-19
## 1389 BP 1.987490e-19
## 1390 BP 2.275532e-19
## 1391 BP 2.275532e-19
## 1392 BP 2.277081e-19
## 1393 BP 2.336671e-19
## 1394 BP 2.520165e-19
## 1395 BP 2.590415e-19
## 1396 BP 2.891155e-19
## 1397 BP 2.912592e-19
## 1398 BP 3.072331e-19
## 1399 BP 3.158009e-19
## 1400 BP 3.268401e-19
## 1401 BP 3.641035e-19
## 1402 BP 3.653005e-19
## 1403 BP 3.663557e-19
## 1404 BP 3.742290e-19
## 1405 BP 3.742290e-19
## 1406 BP 3.742290e-19
## 1407 BP 3.799550e-19
## 1408 BP 3.848464e-19
## 1409 BP 3.911625e-19
## 1410 BP 3.965341e-19
## 1411 BP 4.005704e-19
## 1412 BP 4.343968e-19
## 1413 BP 4.363698e-19
## 1414 BP 4.463098e-19
## 1415 BP 4.752578e-19
## 1416 BP 4.881732e-19
## 1417 BP 4.999225e-19
## 1418 BP 5.202023e-19
## 1419 BP 5.890975e-19
## 1420 BP 5.890975e-19
## 1421 BP 6.238267e-19
## 1422 BP 6.304872e-19
## 1423 BP 6.304872e-19
## 1424 BP 6.317279e-19
## 1425 BP 6.548930e-19
## 1426 BP 7.327981e-19
## 1427 BP 7.943212e-19
## 1428 BP 8.030476e-19
## 1429 BP 8.521177e-19
## 1430 BP 8.683275e-19
## 1431 BP 9.454628e-19
## 1432 BP 9.473730e-19
## 1433 BP 9.480573e-19
## 1434 BP 9.491573e-19
## 1435 BP 9.608191e-19
## 1436 BP 1.072393e-18
## 1437 BP 1.091911e-18
## 1438 BP 1.118679e-18
## 1439 BP 1.161768e-18
## 1440 BP 1.175940e-18
## 1441 BP 1.180981e-18
## 1442 BP 1.237705e-18
## 1443 BP 1.321775e-18
## 1444 BP 1.344947e-18
## 1445 BP 1.396021e-18
## 1446 BP 1.464928e-18
## 1447 BP 1.508583e-18
## 1448 BP 1.513490e-18
## 1449 BP 1.651065e-18
## 1450 BP 1.656626e-18
## 1451 BP 1.673464e-18
## 1452 BP 1.754537e-18
## 1453 BP 1.761596e-18
## 1454 BP 1.849565e-18
## 1455 BP 1.884893e-18
## 1456 BP 1.936662e-18
## 1457 BP 2.029760e-18
## 1458 BP 2.103756e-18
## 1459 BP 2.186407e-18
## 1460 BP 2.272665e-18
## 1461 BP 2.371500e-18
## 1462 BP 2.401610e-18
## 1463 BP 2.421250e-18
## 1464 BP 2.495244e-18
## 1465 BP 2.706622e-18
## 1466 BP 2.768574e-18
## 1467 BP 2.802531e-18
## 1468 BP 2.873536e-18
## 1469 BP 2.885422e-18
## 1470 BP 3.098761e-18
## 1471 BP 3.251203e-18
## 1472 BP 3.366262e-18
## 1473 BP 3.535968e-18
## 1474 BP 3.667584e-18
## 1475 BP 3.877094e-18
## 1476 BP 3.931415e-18
## 1477 BP 4.314784e-18
## 1478 BP 4.314784e-18
## 1479 BP 4.598030e-18
## 1480 BP 4.792224e-18
## 1481 BP 5.205553e-18
## 1482 BP 5.638535e-18
## 1483 BP 6.354555e-18
## 1484 BP 6.705063e-18
## 1485 BP 6.846118e-18
## 1486 BP 6.910949e-18
## 1487 BP 6.933649e-18
## 1488 BP 7.042173e-18
## 1489 BP 7.416230e-18
## 1490 BP 7.993094e-18
## 1491 BP 8.559280e-18
## 1492 BP 8.791425e-18
## 1493 BP 9.383929e-18
## 1494 BP 9.683277e-18
## 1495 BP 9.996114e-18
## 1496 BP 1.072865e-17
## 1497 BP 1.196752e-17
## 1498 BP 1.263871e-17
## 1499 BP 1.381261e-17
## 1500 BP 1.558880e-17
## 1501 BP 1.571098e-17
## 1502 BP 1.571098e-17
## 1503 BP 1.647261e-17
## 1504 BP 1.726078e-17
## 1505 BP 1.780145e-17
## 1506 BP 2.018354e-17
## 1507 BP 2.038662e-17
## 1508 BP 2.248962e-17
## 1509 BP 2.426973e-17
## 1510 BP 2.597113e-17
## 1511 BP 2.732875e-17
## 1512 BP 2.795228e-17
## 1513 BP 2.882054e-17
## 1514 BP 3.054088e-17
## 1515 BP 3.135477e-17
## 1516 BP 3.211328e-17
## 1517 BP 3.264299e-17
## 1518 BP 3.264832e-17
## 1519 BP 3.696835e-17
## 1520 BP 3.696835e-17
## 1521 BP 3.730473e-17
## 1522 BP 3.931884e-17
## 1523 BP 3.958877e-17
## 1524 BP 3.978356e-17
## 1525 BP 4.026873e-17
## 1526 BP 4.199060e-17
## 1527 BP 4.265844e-17
## 1528 BP 4.370212e-17
## 1529 BP 4.542494e-17
## 1530 BP 4.655687e-17
## 1531 BP 4.952926e-17
## 1532 BP 5.150990e-17
## 1533 BP 5.646356e-17
## 1534 BP 5.712324e-17
## 1535 BP 6.299640e-17
## 1536 BP 6.331481e-17
## 1537 BP 6.722129e-17
## 1538 BP 7.361500e-17
## 1539 BP 7.487315e-17
## 1540 BP 7.565586e-17
## 1541 BP 7.642915e-17
## 1542 BP 7.699337e-17
## 1543 BP 7.784630e-17
## 1544 BP 7.945898e-17
## 1545 BP 8.135879e-17
## 1546 BP 8.386125e-17
## 1547 BP 8.858130e-17
## 1548 BP 8.858130e-17
## 1549 BP 8.858130e-17
## 1550 BP 8.954840e-17
## 1551 BP 9.120640e-17
## 1552 BP 9.335526e-17
## 1553 BP 9.754801e-17
## 1554 BP 9.754801e-17
## 1555 BP 9.835308e-17
## 1556 BP 1.027912e-16
## 1557 BP 1.030137e-16
## 1558 BP 1.075980e-16
## 1559 BP 1.106904e-16
## 1560 BP 1.115608e-16
## 1561 BP 1.189370e-16
## 1562 BP 1.247641e-16
## 1563 BP 1.282845e-16
## 1564 BP 1.479254e-16
## 1565 BP 1.549963e-16
## 1566 BP 1.585012e-16
## 1567 BP 1.674209e-16
## 1568 BP 1.686441e-16
## 1569 BP 1.686916e-16
## 1570 BP 1.791157e-16
## 1571 BP 1.798437e-16
## 1572 BP 1.819560e-16
## 1573 BP 1.883847e-16
## 1574 BP 2.025485e-16
## 1575 BP 2.033002e-16
## 1576 BP 2.145116e-16
## 1577 BP 2.213478e-16
## 1578 BP 2.282633e-16
## 1579 BP 2.323652e-16
## 1580 BP 2.344497e-16
## 1581 BP 2.356499e-16
## 1582 BP 2.502000e-16
## 1583 BP 2.502000e-16
## 1584 BP 2.612490e-16
## 1585 BP 2.612490e-16
## 1586 BP 2.631167e-16
## 1587 BP 2.669578e-16
## 1588 BP 2.683982e-16
## 1589 BP 2.746852e-16
## 1590 BP 2.790590e-16
## 1591 BP 2.884903e-16
## 1592 BP 3.545772e-16
## 1593 BP 3.624980e-16
## 1594 BP 3.691881e-16
## 1595 BP 3.809561e-16
## 1596 BP 4.095122e-16
## 1597 BP 4.714448e-16
## 1598 BP 4.714448e-16
## 1599 BP 4.740096e-16
## 1600 BP 4.750961e-16
## 1601 BP 4.908981e-16
## 1602 BP 5.026159e-16
## 1603 BP 5.162164e-16
## 1604 BP 5.204934e-16
## 1605 BP 5.249273e-16
## 1606 BP 5.427565e-16
## 1607 BP 5.487234e-16
## 1608 BP 5.626711e-16
## 1609 BP 5.683863e-16
## 1610 BP 5.887467e-16
## 1611 BP 6.046827e-16
## 1612 BP 6.046827e-16
## 1613 BP 6.046827e-16
## 1614 BP 6.167364e-16
## 1615 BP 6.188018e-16
## 1616 BP 6.394526e-16
## 1617 BP 6.623739e-16
## 1618 BP 6.853362e-16
## 1619 BP 6.855488e-16
## 1620 BP 6.929377e-16
## 1621 BP 6.929377e-16
## 1622 BP 7.411999e-16
## 1623 BP 7.479121e-16
## 1624 BP 7.607677e-16
## 1625 BP 7.712732e-16
## 1626 BP 7.768756e-16
## 1627 BP 8.915523e-16
## 1628 BP 9.089276e-16
## 1629 BP 1.001042e-15
## 1630 BP 1.047188e-15
## 1631 BP 1.083928e-15
## 1632 BP 1.083928e-15
## 1633 BP 1.155386e-15
## 1634 BP 1.182774e-15
## 1635 BP 1.182774e-15
## 1636 BP 1.193231e-15
## 1637 BP 1.238695e-15
## 1638 BP 1.340352e-15
## 1639 BP 1.345215e-15
## 1640 BP 1.384135e-15
## 1641 BP 1.397849e-15
## 1642 BP 1.485662e-15
## 1643 BP 1.501502e-15
## 1644 BP 1.569775e-15
## 1645 BP 1.672704e-15
## 1646 BP 1.692280e-15
## 1647 BP 1.724826e-15
## 1648 BP 1.792817e-15
## 1649 BP 2.070739e-15
## 1650 BP 2.144813e-15
## 1651 BP 2.144813e-15
## 1652 BP 2.168898e-15
## 1653 BP 2.201186e-15
## 1654 BP 2.207359e-15
## 1655 BP 2.217603e-15
## 1656 BP 2.243676e-15
## 1657 BP 2.352585e-15
## 1658 BP 2.624043e-15
## 1659 BP 2.692822e-15
## 1660 BP 2.720859e-15
## 1661 BP 2.778990e-15
## 1662 BP 2.821312e-15
## 1663 BP 2.931716e-15
## 1664 BP 2.988543e-15
## 1665 BP 2.988543e-15
## 1666 BP 3.060804e-15
## 1667 BP 3.095625e-15
## 1668 BP 3.235360e-15
## 1669 BP 3.288655e-15
## 1670 BP 3.409513e-15
## 1671 BP 3.443304e-15
## 1672 BP 3.454561e-15
## 1673 BP 3.563049e-15
## 1674 BP 3.571746e-15
## 1675 BP 3.611511e-15
## 1676 BP 3.639903e-15
## 1677 BP 3.689623e-15
## 1678 BP 3.736671e-15
## 1679 BP 3.941136e-15
## 1680 BP 4.010500e-15
## 1681 BP 4.120113e-15
## 1682 BP 4.120113e-15
## 1683 BP 4.162647e-15
## 1684 BP 4.284515e-15
## 1685 BP 4.288465e-15
## 1686 BP 4.315658e-15
## 1687 BP 4.324040e-15
## 1688 BP 4.438247e-15
## 1689 BP 4.753804e-15
## 1690 BP 4.806335e-15
## 1691 BP 4.808258e-15
## 1692 BP 4.825050e-15
## 1693 BP 4.875266e-15
## 1694 BP 4.887150e-15
## 1695 BP 4.894156e-15
## 1696 BP 5.015406e-15
## 1697 BP 5.045992e-15
## 1698 BP 5.458845e-15
## 1699 BP 5.527725e-15
## 1700 BP 5.572996e-15
## 1701 BP 5.609457e-15
## 1702 BP 5.782124e-15
## 1703 BP 6.157413e-15
## 1704 BP 6.340091e-15
## 1705 BP 6.789732e-15
## 1706 BP 7.244319e-15
## 1707 BP 7.806068e-15
## 1708 BP 7.848445e-15
## 1709 BP 7.988074e-15
## 1710 BP 7.988074e-15
## 1711 BP 8.141417e-15
## 1712 BP 8.168358e-15
## 1713 BP 8.539815e-15
## 1714 BP 8.904562e-15
## 1715 BP 9.302999e-15
## 1716 BP 9.439441e-15
## 1717 BP 9.806065e-15
## 1718 BP 9.806065e-15
## 1719 BP 1.026536e-14
## 1720 BP 1.045536e-14
## 1721 BP 1.073139e-14
## 1722 BP 1.073139e-14
## 1723 BP 1.092402e-14
## 1724 BP 1.092402e-14
## 1725 BP 1.110061e-14
## 1726 BP 1.129483e-14
## 1727 BP 1.237171e-14
## 1728 BP 1.328695e-14
## 1729 BP 1.335612e-14
## 1730 BP 1.337315e-14
## 1731 BP 1.339873e-14
## 1732 BP 1.368418e-14
## 1733 BP 1.371628e-14
## 1734 BP 1.371669e-14
## 1735 BP 1.422599e-14
## 1736 BP 1.445895e-14
## 1737 BP 1.467562e-14
## 1738 BP 1.514057e-14
## 1739 BP 1.529461e-14
## 1740 BP 1.619966e-14
## 1741 BP 1.619966e-14
## 1742 BP 1.633665e-14
## 1743 BP 1.637900e-14
## 1744 BP 1.658853e-14
## 1745 BP 1.746945e-14
## 1746 BP 1.803271e-14
## 1747 BP 1.848123e-14
## 1748 BP 1.927504e-14
## 1749 BP 1.937509e-14
## 1750 BP 1.990534e-14
## 1751 BP 2.198666e-14
## 1752 BP 2.425258e-14
## 1753 BP 2.434352e-14
## 1754 BP 2.534027e-14
## 1755 BP 2.649554e-14
## 1756 BP 2.659402e-14
## 1757 BP 2.686935e-14
## 1758 BP 2.790036e-14
## 1759 BP 3.072922e-14
## 1760 BP 3.194377e-14
## 1761 BP 3.220776e-14
## 1762 BP 3.220776e-14
## 1763 BP 3.220776e-14
## 1764 BP 3.471139e-14
## 1765 BP 3.488814e-14
## 1766 BP 3.498794e-14
## 1767 BP 3.549656e-14
## 1768 BP 3.585665e-14
## 1769 BP 3.689063e-14
## 1770 BP 3.714587e-14
## 1771 BP 3.869822e-14
## 1772 BP 3.960408e-14
## 1773 BP 4.102987e-14
## 1774 BP 4.225036e-14
## 1775 BP 4.379014e-14
## 1776 BP 4.381545e-14
## 1777 BP 4.519529e-14
## 1778 BP 4.519529e-14
## 1779 BP 4.539277e-14
## 1780 BP 4.650992e-14
## 1781 BP 4.794030e-14
## 1782 BP 4.908713e-14
## 1783 BP 4.959311e-14
## 1784 BP 4.985173e-14
## 1785 BP 4.985173e-14
## 1786 BP 5.315785e-14
## 1787 BP 5.396714e-14
## 1788 BP 5.545418e-14
## 1789 BP 5.701657e-14
## 1790 BP 5.935145e-14
## 1791 BP 5.970831e-14
## 1792 BP 6.177643e-14
## 1793 BP 6.246216e-14
## 1794 BP 6.401561e-14
## 1795 BP 6.442029e-14
## 1796 BP 6.515800e-14
## 1797 BP 6.603012e-14
## 1798 BP 7.309150e-14
## 1799 BP 7.432537e-14
## 1800 BP 7.501441e-14
## 1801 BP 7.506861e-14
## 1802 BP 7.569470e-14
## 1803 BP 7.769581e-14
## 1804 BP 7.922084e-14
## 1805 BP 7.922084e-14
## 1806 BP 7.928002e-14
## 1807 BP 7.941405e-14
## 1808 BP 8.119772e-14
## 1809 BP 8.826906e-14
## 1810 BP 9.232331e-14
## 1811 BP 9.574154e-14
## 1812 BP 9.710060e-14
## 1813 BP 9.998350e-14
## 1814 BP 1.019413e-13
## 1815 BP 1.054853e-13
## 1816 BP 1.059065e-13
## 1817 BP 1.059065e-13
## 1818 BP 1.113558e-13
## 1819 BP 1.113558e-13
## 1820 BP 1.131237e-13
## 1821 BP 1.149547e-13
## 1822 BP 1.197356e-13
## 1823 BP 1.237718e-13
## 1824 BP 1.247880e-13
## 1825 BP 1.300544e-13
## 1826 BP 1.310626e-13
## 1827 BP 1.354066e-13
## 1828 BP 1.427430e-13
## 1829 BP 1.473195e-13
## 1830 BP 1.507141e-13
## 1831 BP 1.521392e-13
## 1832 BP 1.537273e-13
## 1833 BP 1.537600e-13
## 1834 BP 1.556728e-13
## 1835 BP 1.645307e-13
## 1836 BP 1.719872e-13
## 1837 BP 1.876165e-13
## 1838 BP 1.898434e-13
## 1839 BP 1.955196e-13
## 1840 BP 1.993188e-13
## 1841 BP 2.019061e-13
## 1842 BP 2.038146e-13
## 1843 BP 2.038146e-13
## 1844 BP 2.420283e-13
## 1845 BP 2.452319e-13
## 1846 BP 2.594222e-13
## 1847 BP 2.644463e-13
## 1848 BP 2.673933e-13
## 1849 BP 2.673933e-13
## 1850 BP 2.673933e-13
## 1851 BP 2.771270e-13
## 1852 BP 2.981132e-13
## 1853 BP 2.994986e-13
## 1854 BP 3.049408e-13
## 1855 BP 3.313215e-13
## 1856 BP 3.373643e-13
## 1857 BP 3.388104e-13
## 1858 BP 3.552530e-13
## 1859 BP 3.678260e-13
## 1860 BP 3.713461e-13
## 1861 BP 3.839900e-13
## 1862 BP 3.918450e-13
## 1863 BP 4.060307e-13
## 1864 BP 4.070734e-13
## 1865 BP 4.099458e-13
## 1866 BP 4.161666e-13
## 1867 BP 4.231823e-13
## 1868 BP 4.258277e-13
## 1869 BP 4.307538e-13
## 1870 BP 4.317455e-13
## 1871 BP 4.407826e-13
## 1872 BP 4.627599e-13
## 1873 BP 4.627599e-13
## 1874 BP 4.749982e-13
## 1875 BP 4.764020e-13
## 1876 BP 4.965906e-13
## 1877 BP 5.076580e-13
## 1878 BP 5.403653e-13
## 1879 BP 5.483042e-13
## 1880 BP 5.610615e-13
## 1881 BP 5.746920e-13
## 1882 BP 5.807885e-13
## 1883 BP 5.857864e-13
## 1884 BP 5.898002e-13
## 1885 BP 6.198204e-13
## 1886 BP 6.251713e-13
## 1887 BP 6.315358e-13
## 1888 BP 6.400398e-13
## 1889 BP 6.787498e-13
## 1890 BP 6.896732e-13
## 1891 BP 6.918867e-13
## 1892 BP 6.978639e-13
## 1893 BP 6.988102e-13
## 1894 BP 7.062164e-13
## 1895 BP 7.062164e-13
## 1896 BP 7.272681e-13
## 1897 BP 7.272681e-13
## 1898 BP 7.846224e-13
## 1899 BP 7.945820e-13
## 1900 BP 7.945820e-13
## 1901 BP 7.954899e-13
## 1902 BP 7.954899e-13
## 1903 BP 8.154268e-13
## 1904 BP 8.364622e-13
## 1905 BP 8.364622e-13
## 1906 BP 8.791898e-13
## 1907 BP 9.095157e-13
## 1908 BP 9.284864e-13
## 1909 BP 9.506032e-13
## 1910 BP 9.548064e-13
## 1911 BP 1.009165e-12
## 1912 BP 1.023696e-12
## 1913 BP 1.023701e-12
## 1914 BP 1.033484e-12
## 1915 BP 1.057742e-12
## 1916 BP 1.109041e-12
## 1917 BP 1.109041e-12
## 1918 BP 1.117314e-12
## 1919 BP 1.120258e-12
## 1920 BP 1.140999e-12
## 1921 BP 1.155406e-12
## 1922 BP 1.155406e-12
## 1923 BP 1.190745e-12
## 1924 BP 1.257759e-12
## 1925 BP 1.284418e-12
## 1926 BP 1.331372e-12
## 1927 BP 1.345285e-12
## 1928 BP 1.368778e-12
## 1929 BP 1.371256e-12
## 1930 BP 1.380545e-12
## 1931 BP 1.388746e-12
## 1932 BP 1.430911e-12
## 1933 BP 1.430911e-12
## 1934 BP 1.430911e-12
## 1935 BP 1.446424e-12
## 1936 BP 1.470573e-12
## 1937 BP 1.518684e-12
## 1938 BP 1.544332e-12
## 1939 BP 1.552432e-12
## 1940 BP 1.578109e-12
## 1941 BP 1.608248e-12
## 1942 BP 1.694908e-12
## 1943 BP 1.779906e-12
## 1944 BP 1.784111e-12
## 1945 BP 1.798943e-12
## 1946 BP 1.823267e-12
## 1947 BP 1.876091e-12
## 1948 BP 1.892340e-12
## 1949 BP 1.923672e-12
## 1950 BP 1.933916e-12
## 1951 BP 1.985050e-12
## 1952 BP 1.997083e-12
## 1953 BP 2.062338e-12
## 1954 BP 2.120034e-12
## 1955 BP 2.155225e-12
## 1956 BP 2.228709e-12
## 1957 BP 2.245711e-12
## 1958 BP 2.311162e-12
## 1959 BP 2.366319e-12
## 1960 BP 2.383221e-12
## 1961 BP 2.398580e-12
## 1962 BP 2.510302e-12
## 1963 BP 2.514927e-12
## 1964 BP 2.588503e-12
## 1965 BP 2.593553e-12
## 1966 BP 2.602368e-12
## 1967 BP 2.642095e-12
## 1968 BP 2.679871e-12
## 1969 BP 2.713388e-12
## 1970 BP 2.805854e-12
## 1971 BP 2.826412e-12
## 1972 BP 2.837618e-12
## 1973 BP 2.984608e-12
## 1974 BP 3.025844e-12
## 1975 BP 3.032136e-12
## 1976 BP 3.032136e-12
## 1977 BP 3.041422e-12
## 1978 BP 3.069327e-12
## 1979 BP 3.080020e-12
## 1980 BP 3.134162e-12
## 1981 BP 3.171110e-12
## 1982 BP 3.450057e-12
## 1983 BP 3.461938e-12
## 1984 BP 3.484404e-12
## 1985 BP 3.504229e-12
## 1986 BP 3.535552e-12
## 1987 BP 3.690996e-12
## 1988 BP 3.782698e-12
## 1989 BP 3.782698e-12
## 1990 BP 3.812392e-12
## 1991 BP 3.848876e-12
## 1992 BP 3.862243e-12
## 1993 BP 3.874848e-12
## 1994 BP 3.896261e-12
## 1995 BP 3.896261e-12
## 1996 BP 3.905010e-12
## 1997 BP 3.905010e-12
## 1998 BP 4.063806e-12
## 1999 BP 4.063806e-12
## 2000 BP 4.127205e-12
## 2001 BP 4.232980e-12
## 2002 BP 4.278434e-12
## 2003 BP 4.538787e-12
## 2004 BP 4.545224e-12
## 2005 BP 4.653858e-12
## 2006 BP 4.804891e-12
## 2007 BP 4.806934e-12
## 2008 BP 4.908717e-12
## 2009 BP 4.927645e-12
## 2010 BP 4.937093e-12
## 2011 BP 4.984514e-12
## 2012 BP 5.077981e-12
## 2013 BP 5.154746e-12
## 2014 BP 5.180947e-12
## 2015 BP 5.195876e-12
## 2016 BP 5.195876e-12
## 2017 BP 5.204974e-12
## 2018 BP 5.720278e-12
## 2019 BP 5.877506e-12
## 2020 BP 6.115713e-12
## 2021 BP 6.177495e-12
## 2022 BP 6.290304e-12
## 2023 BP 6.324732e-12
## 2024 BP 6.324732e-12
## 2025 BP 6.400217e-12
## 2026 BP 6.430500e-12
## 2027 BP 6.837989e-12
## 2028 BP 6.932224e-12
## 2029 BP 7.008026e-12
## 2030 BP 7.011167e-12
## 2031 BP 7.219391e-12
## 2032 BP 7.538061e-12
## 2033 BP 7.587877e-12
## 2034 BP 7.790354e-12
## 2035 BP 7.830339e-12
## 2036 BP 7.851325e-12
## 2037 BP 7.939747e-12
## 2038 BP 8.120903e-12
## 2039 BP 8.144717e-12
## 2040 BP 8.144717e-12
## 2041 BP 8.363338e-12
## 2042 BP 8.618727e-12
## 2043 BP 8.712651e-12
## 2044 BP 8.764053e-12
## 2045 BP 8.967544e-12
## 2046 BP 9.065584e-12
## 2047 BP 9.223221e-12
## 2048 BP 9.233114e-12
## 2049 BP 9.354400e-12
## 2050 BP 9.501385e-12
## 2051 BP 9.962850e-12
## 2052 BP 1.006600e-11
## 2053 BP 1.020802e-11
## 2054 BP 1.080378e-11
## 2055 BP 1.080378e-11
## 2056 BP 1.087804e-11
## 2057 BP 1.097701e-11
## 2058 BP 1.199634e-11
## 2059 BP 1.210114e-11
## 2060 BP 1.218404e-11
## 2061 BP 1.273993e-11
## 2062 BP 1.294444e-11
## 2063 BP 1.320052e-11
## 2064 BP 1.320052e-11
## 2065 BP 1.371679e-11
## 2066 BP 1.374203e-11
## 2067 BP 1.428295e-11
## 2068 BP 1.431271e-11
## 2069 BP 1.439657e-11
## 2070 BP 1.441045e-11
## 2071 BP 1.443595e-11
## 2072 BP 1.495824e-11
## 2073 BP 1.511457e-11
## 2074 BP 1.529000e-11
## 2075 BP 1.557291e-11
## 2076 BP 1.578656e-11
## 2077 BP 1.580760e-11
## 2078 BP 1.605096e-11
## 2079 BP 1.620885e-11
## 2080 BP 1.629480e-11
## 2081 BP 1.631064e-11
## 2082 BP 1.656619e-11
## 2083 BP 1.671149e-11
## 2084 BP 1.683408e-11
## 2085 BP 1.730011e-11
## 2086 BP 1.734529e-11
## 2087 BP 1.740329e-11
## 2088 BP 1.824326e-11
## 2089 BP 1.824326e-11
## 2090 BP 1.854487e-11
## 2091 BP 1.865271e-11
## 2092 BP 1.879023e-11
## 2093 BP 1.973406e-11
## 2094 BP 1.982788e-11
## 2095 BP 2.117515e-11
## 2096 BP 2.160552e-11
## 2097 BP 2.270510e-11
## 2098 BP 2.283509e-11
## 2099 BP 2.292240e-11
## 2100 BP 2.294381e-11
## 2101 BP 2.309498e-11
## 2102 BP 2.323995e-11
## 2103 BP 2.368280e-11
## 2104 BP 2.387524e-11
## 2105 BP 2.459619e-11
## 2106 BP 2.459619e-11
## 2107 BP 2.462235e-11
## 2108 BP 2.486979e-11
## 2109 BP 2.503608e-11
## 2110 BP 2.524143e-11
## 2111 BP 2.601018e-11
## 2112 BP 2.609805e-11
## 2113 BP 2.609805e-11
## 2114 BP 2.619119e-11
## 2115 BP 2.619119e-11
## 2116 BP 2.619119e-11
## 2117 BP 2.642458e-11
## 2118 BP 2.700590e-11
## 2119 BP 2.734204e-11
## 2120 BP 2.753703e-11
## 2121 BP 2.762543e-11
## 2122 BP 2.777211e-11
## 2123 BP 2.803788e-11
## 2124 BP 2.807008e-11
## 2125 BP 2.807008e-11
## 2126 BP 2.815651e-11
## 2127 BP 2.829534e-11
## 2128 BP 2.979380e-11
## 2129 BP 3.120848e-11
## 2130 BP 3.124475e-11
## 2131 BP 3.218687e-11
## 2132 BP 3.228498e-11
## 2133 BP 3.251918e-11
## 2134 BP 3.258951e-11
## 2135 BP 3.258951e-11
## 2136 BP 3.453556e-11
## 2137 BP 3.456317e-11
## 2138 BP 3.506589e-11
## 2139 BP 3.573392e-11
## 2140 BP 3.588751e-11
## 2141 BP 3.595011e-11
## 2142 BP 3.635399e-11
## 2143 BP 3.660649e-11
## 2144 BP 3.880492e-11
## 2145 BP 4.075857e-11
## 2146 BP 4.077268e-11
## 2147 BP 4.144771e-11
## 2148 BP 4.277185e-11
## 2149 BP 4.464597e-11
## 2150 BP 4.540111e-11
## 2151 BP 4.571150e-11
## 2152 BP 4.650227e-11
## 2153 BP 4.677170e-11
## 2154 BP 4.715382e-11
## 2155 BP 4.848612e-11
## 2156 BP 5.038858e-11
## 2157 BP 5.264488e-11
## 2158 BP 5.270734e-11
## 2159 BP 5.289930e-11
## 2160 BP 5.381887e-11
## 2161 BP 5.440319e-11
## 2162 BP 5.643757e-11
## 2163 BP 5.674152e-11
## 2164 BP 5.937734e-11
## 2165 BP 5.994250e-11
## 2166 BP 6.029768e-11
## 2167 BP 6.063798e-11
## 2168 BP 6.086787e-11
## 2169 BP 6.131513e-11
## 2170 BP 6.149088e-11
## 2171 BP 6.349948e-11
## 2172 BP 6.408521e-11
## 2173 BP 6.440944e-11
## 2174 BP 6.585736e-11
## 2175 BP 6.976669e-11
## 2176 BP 7.050602e-11
## 2177 BP 7.152270e-11
## 2178 BP 7.155853e-11
## 2179 BP 7.209386e-11
## 2180 BP 7.211740e-11
## 2181 BP 7.437458e-11
## 2182 BP 7.437458e-11
## 2183 BP 7.730751e-11
## 2184 BP 7.819117e-11
## 2185 BP 7.840990e-11
## 2186 BP 7.840990e-11
## 2187 BP 8.134302e-11
## 2188 BP 8.225844e-11
## 2189 BP 8.981813e-11
## 2190 BP 9.035845e-11
## 2191 BP 9.186274e-11
## 2192 BP 9.394683e-11
## 2193 BP 9.482812e-11
## 2194 BP 9.672406e-11
## 2195 BP 9.709688e-11
## 2196 BP 9.781435e-11
## 2197 BP 9.839702e-11
## 2198 BP 1.014571e-10
## 2199 BP 1.046190e-10
## 2200 BP 1.083971e-10
## 2201 BP 1.116447e-10
## 2202 BP 1.130002e-10
## 2203 BP 1.223264e-10
## 2204 BP 1.233494e-10
## 2205 BP 1.258871e-10
## 2206 BP 1.300838e-10
## 2207 BP 1.321244e-10
## 2208 BP 1.325541e-10
## 2209 BP 1.336902e-10
## 2210 BP 1.337131e-10
## 2211 BP 1.365361e-10
## 2212 BP 1.381655e-10
## 2213 BP 1.395425e-10
## 2214 BP 1.422035e-10
## 2215 BP 1.505495e-10
## 2216 BP 1.526744e-10
## 2217 BP 1.535762e-10
## 2218 BP 1.565903e-10
## 2219 BP 1.576102e-10
## 2220 BP 1.608878e-10
## 2221 BP 1.642297e-10
## 2222 BP 1.704713e-10
## 2223 BP 1.722098e-10
## 2224 BP 1.740508e-10
## 2225 BP 1.760847e-10
## 2226 BP 1.773610e-10
## 2227 BP 1.774995e-10
## 2228 BP 1.774995e-10
## 2229 BP 1.800384e-10
## 2230 BP 1.846686e-10
## 2231 BP 1.881247e-10
## 2232 BP 1.887122e-10
## 2233 BP 1.900786e-10
## 2234 BP 1.930322e-10
## 2235 BP 1.930322e-10
## 2236 BP 1.943212e-10
## 2237 BP 1.996164e-10
## 2238 BP 2.040641e-10
## 2239 BP 2.044579e-10
## 2240 BP 2.164618e-10
## 2241 BP 2.175769e-10
## 2242 BP 2.201697e-10
## 2243 BP 2.208082e-10
## 2244 BP 2.208082e-10
## 2245 BP 2.210231e-10
## 2246 BP 2.210231e-10
## 2247 BP 2.238668e-10
## 2248 BP 2.268878e-10
## 2249 BP 2.292227e-10
## 2250 BP 2.306018e-10
## 2251 BP 2.329359e-10
## 2252 BP 2.337025e-10
## 2253 BP 2.337025e-10
## 2254 BP 2.360091e-10
## 2255 BP 2.375314e-10
## 2256 BP 2.376243e-10
## 2257 BP 2.501809e-10
## 2258 BP 2.535801e-10
## 2259 BP 2.562086e-10
## 2260 BP 2.579851e-10
## 2261 BP 2.679050e-10
## 2262 BP 2.731759e-10
## 2263 BP 2.777964e-10
## 2264 BP 2.826371e-10
## 2265 BP 2.841500e-10
## 2266 BP 2.916915e-10
## 2267 BP 2.935622e-10
## 2268 BP 3.025266e-10
## 2269 BP 3.025266e-10
## 2270 BP 3.034883e-10
## 2271 BP 3.108308e-10
## 2272 BP 3.152829e-10
## 2273 BP 3.295039e-10
## 2274 BP 3.308091e-10
## 2275 BP 3.375703e-10
## 2276 BP 3.487796e-10
## 2277 BP 3.538909e-10
## 2278 BP 3.566157e-10
## 2279 BP 3.592566e-10
## 2280 BP 3.592566e-10
## 2281 BP 3.648965e-10
## 2282 BP 3.708760e-10
## 2283 BP 3.785778e-10
## 2284 BP 3.798121e-10
## 2285 BP 3.887497e-10
## 2286 BP 3.933054e-10
## 2287 BP 3.964697e-10
## 2288 BP 3.988312e-10
## 2289 BP 3.988312e-10
## 2290 BP 4.053754e-10
## 2291 BP 4.287726e-10
## 2292 BP 4.455658e-10
## 2293 BP 4.455658e-10
## 2294 BP 4.455658e-10
## 2295 BP 4.512735e-10
## 2296 BP 4.541350e-10
## 2297 BP 5.007092e-10
## 2298 BP 5.031761e-10
## 2299 BP 5.201437e-10
## 2300 BP 5.201437e-10
## 2301 BP 5.238514e-10
## 2302 BP 5.376555e-10
## 2303 BP 5.504591e-10
## 2304 BP 5.526179e-10
## 2305 BP 5.689639e-10
## 2306 BP 5.760980e-10
## 2307 BP 5.760980e-10
## 2308 BP 5.823565e-10
## 2309 BP 6.064770e-10
## 2310 BP 6.070551e-10
## 2311 BP 6.342106e-10
## 2312 BP 6.359617e-10
## 2313 BP 6.494946e-10
## 2314 BP 6.543169e-10
## 2315 BP 6.848984e-10
## 2316 BP 6.848984e-10
## 2317 BP 6.881811e-10
## 2318 BP 6.918590e-10
## 2319 BP 7.012216e-10
## 2320 BP 7.066144e-10
## 2321 BP 7.107426e-10
## 2322 BP 7.107426e-10
## 2323 BP 7.107426e-10
## 2324 BP 7.308275e-10
## 2325 BP 7.405463e-10
## 2326 BP 7.720973e-10
## 2327 BP 7.853185e-10
## 2328 BP 7.913655e-10
## 2329 BP 7.913655e-10
## 2330 BP 8.012939e-10
## 2331 BP 8.060288e-10
## 2332 BP 8.189824e-10
## 2333 BP 8.263210e-10
## 2334 BP 8.298859e-10
## 2335 BP 8.317837e-10
## 2336 BP 8.358135e-10
## 2337 BP 8.358135e-10
## 2338 BP 8.505126e-10
## 2339 BP 8.768284e-10
## 2340 BP 8.918769e-10
## 2341 BP 9.143682e-10
## 2342 BP 9.591527e-10
## 2343 BP 9.869486e-10
## 2344 BP 9.915812e-10
## 2345 BP 1.038485e-09
## 2346 BP 1.054692e-09
## 2347 BP 1.062454e-09
## 2348 BP 1.063200e-09
## 2349 BP 1.068624e-09
## 2350 BP 1.068624e-09
## 2351 BP 1.075942e-09
## 2352 BP 1.078903e-09
## 2353 BP 1.085653e-09
## 2354 BP 1.101750e-09
## 2355 BP 1.103476e-09
## 2356 BP 1.133589e-09
## 2357 BP 1.158244e-09
## 2358 BP 1.158244e-09
## 2359 BP 1.175670e-09
## 2360 BP 1.175670e-09
## 2361 BP 1.181720e-09
## 2362 BP 1.203794e-09
## 2363 BP 1.204110e-09
## 2364 BP 1.266386e-09
## 2365 BP 1.300064e-09
## 2366 BP 1.343722e-09
## 2367 BP 1.343722e-09
## 2368 BP 1.372703e-09
## 2369 BP 1.392191e-09
## 2370 BP 1.429280e-09
## 2371 BP 1.429280e-09
## 2372 BP 1.460041e-09
## 2373 BP 1.460041e-09
## 2374 BP 1.476496e-09
## 2375 BP 1.493097e-09
## 2376 BP 1.507069e-09
## 2377 BP 1.507069e-09
## 2378 BP 1.529064e-09
## 2379 BP 1.531168e-09
## 2380 BP 1.599093e-09
## 2381 BP 1.631073e-09
## 2382 BP 1.642869e-09
## 2383 BP 1.648057e-09
## 2384 BP 1.663220e-09
## 2385 BP 1.672247e-09
## 2386 BP 1.675185e-09
## 2387 BP 1.686447e-09
## 2388 BP 1.702107e-09
## 2389 BP 1.796090e-09
## 2390 BP 1.824662e-09
## 2391 BP 1.825477e-09
## 2392 BP 1.830895e-09
## 2393 BP 1.834049e-09
## 2394 BP 1.852649e-09
## 2395 BP 1.862927e-09
## 2396 BP 1.864981e-09
## 2397 BP 1.907499e-09
## 2398 BP 1.942145e-09
## 2399 BP 2.065154e-09
## 2400 BP 2.082501e-09
## 2401 BP 2.085764e-09
## 2402 BP 2.144688e-09
## 2403 BP 2.150485e-09
## 2404 BP 2.151362e-09
## 2405 BP 2.197445e-09
## 2406 BP 2.198190e-09
## 2407 BP 2.228111e-09
## 2408 BP 2.228111e-09
## 2409 BP 2.255905e-09
## 2410 BP 2.255905e-09
## 2411 BP 2.261959e-09
## 2412 BP 2.346992e-09
## 2413 BP 2.430201e-09
## 2414 BP 2.436510e-09
## 2415 BP 2.478114e-09
## 2416 BP 2.500541e-09
## 2417 BP 2.514746e-09
## 2418 BP 2.514746e-09
## 2419 BP 2.533696e-09
## 2420 BP 2.546926e-09
## 2421 BP 2.546926e-09
## 2422 BP 2.596669e-09
## 2423 BP 2.672802e-09
## 2424 BP 2.780701e-09
## 2425 BP 2.780857e-09
## 2426 BP 2.796984e-09
## 2427 BP 2.796984e-09
## 2428 BP 2.863204e-09
## 2429 BP 2.942904e-09
## 2430 BP 2.955572e-09
## 2431 BP 2.981196e-09
## 2432 BP 3.023455e-09
## 2433 BP 3.044821e-09
## 2434 BP 3.096720e-09
## 2435 BP 3.213899e-09
## 2436 BP 3.213899e-09
## 2437 BP 3.228234e-09
## 2438 BP 3.266194e-09
## 2439 BP 3.266194e-09
## 2440 BP 3.266194e-09
## 2441 BP 3.355307e-09
## 2442 BP 3.362130e-09
## 2443 BP 3.381887e-09
## 2444 BP 3.388690e-09
## 2445 BP 3.478684e-09
## 2446 BP 3.523372e-09
## 2447 BP 3.530001e-09
## 2448 BP 3.579284e-09
## 2449 BP 3.617390e-09
## 2450 BP 3.648027e-09
## 2451 BP 3.648027e-09
## 2452 BP 3.648027e-09
## 2453 BP 3.671571e-09
## 2454 BP 3.757726e-09
## 2455 BP 3.930986e-09
## 2456 BP 3.937971e-09
## 2457 BP 3.963483e-09
## 2458 BP 3.970805e-09
## 2459 BP 4.050082e-09
## 2460 BP 4.111928e-09
## 2461 BP 4.111928e-09
## 2462 BP 4.111928e-09
## 2463 BP 4.140351e-09
## 2464 BP 4.148716e-09
## 2465 BP 4.171035e-09
## 2466 BP 4.231966e-09
## 2467 BP 4.272675e-09
## 2468 BP 4.281098e-09
## 2469 BP 4.437247e-09
## 2470 BP 4.514909e-09
## 2471 BP 4.654104e-09
## 2472 BP 4.656134e-09
## 2473 BP 4.741809e-09
## 2474 BP 4.767729e-09
## 2475 BP 4.915661e-09
## 2476 BP 4.961901e-09
## 2477 BP 5.137030e-09
## 2478 BP 5.137030e-09
## 2479 BP 5.142612e-09
## 2480 BP 5.663079e-09
## 2481 BP 5.757500e-09
## 2482 BP 5.840651e-09
## 2483 BP 5.922915e-09
## 2484 BP 5.922915e-09
## 2485 BP 6.172349e-09
## 2486 BP 6.180787e-09
## 2487 BP 6.216436e-09
## 2488 BP 6.302690e-09
## 2489 BP 6.389074e-09
## 2490 BP 6.391070e-09
## 2491 BP 6.464610e-09
## 2492 BP 6.464610e-09
## 2493 BP 6.480248e-09
## 2494 BP 6.481048e-09
## 2495 BP 6.557780e-09
## 2496 BP 6.557780e-09
## 2497 BP 6.558844e-09
## 2498 BP 6.616924e-09
## 2499 BP 6.643991e-09
## 2500 BP 6.669049e-09
## 2501 BP 6.669049e-09
## 2502 BP 6.669049e-09
## 2503 BP 6.843732e-09
## 2504 BP 6.849916e-09
## 2505 BP 6.922805e-09
## 2506 BP 6.987003e-09
## 2507 BP 7.025284e-09
## 2508 BP 7.025284e-09
## 2509 BP 7.025284e-09
## 2510 BP 7.099568e-09
## 2511 BP 7.099568e-09
## 2512 BP 7.103579e-09
## 2513 BP 7.141530e-09
## 2514 BP 7.209523e-09
## 2515 BP 7.209523e-09
## 2516 BP 7.289362e-09
## 2517 BP 7.298678e-09
## 2518 BP 7.333931e-09
## 2519 BP 7.491309e-09
## 2520 BP 7.499190e-09
## 2521 BP 7.867318e-09
## 2522 BP 7.992236e-09
## 2523 BP 7.992236e-09
## 2524 BP 7.992236e-09
## 2525 BP 8.338963e-09
## 2526 BP 8.398242e-09
## 2527 BP 8.398728e-09
## 2528 BP 8.409784e-09
## 2529 BP 8.498451e-09
## 2530 BP 8.556891e-09
## 2531 BP 8.560976e-09
## 2532 BP 8.807408e-09
## 2533 BP 8.997110e-09
## 2534 BP 9.058568e-09
## 2535 BP 9.175464e-09
## 2536 BP 9.205523e-09
## 2537 BP 9.332742e-09
## 2538 BP 9.419045e-09
## 2539 BP 9.510551e-09
## 2540 BP 1.029398e-08
## 2541 BP 1.029398e-08
## 2542 BP 1.031806e-08
## 2543 BP 1.031806e-08
## 2544 BP 1.035402e-08
## 2545 BP 1.037097e-08
## 2546 BP 1.039964e-08
## 2547 BP 1.040466e-08
## 2548 BP 1.052022e-08
## 2549 BP 1.069493e-08
## 2550 BP 1.084917e-08
## 2551 BP 1.092343e-08
## 2552 BP 1.104155e-08
## 2553 BP 1.138435e-08
## 2554 BP 1.154369e-08
## 2555 BP 1.154868e-08
## 2556 BP 1.154868e-08
## 2557 BP 1.154868e-08
## 2558 BP 1.154868e-08
## 2559 BP 1.154868e-08
## 2560 BP 1.178910e-08
## 2561 BP 1.178910e-08
## 2562 BP 1.226437e-08
## 2563 BP 1.227119e-08
## 2564 BP 1.248153e-08
## 2565 BP 1.260666e-08
## 2566 BP 1.278814e-08
## 2567 BP 1.317339e-08
## 2568 BP 1.317339e-08
## 2569 BP 1.333510e-08
## 2570 BP 1.339304e-08
## 2571 BP 1.341138e-08
## 2572 BP 1.370778e-08
## 2573 BP 1.394376e-08
## 2574 BP 1.424450e-08
## 2575 BP 1.461677e-08
## 2576 BP 1.497165e-08
## 2577 BP 1.528103e-08
## 2578 BP 1.553036e-08
## 2579 BP 1.599126e-08
## 2580 BP 1.602826e-08
## 2581 BP 1.605166e-08
## 2582 BP 1.625876e-08
## 2583 BP 1.626543e-08
## 2584 BP 1.644132e-08
## 2585 BP 1.709802e-08
## 2586 BP 1.739324e-08
## 2587 BP 1.748083e-08
## 2588 BP 1.770399e-08
## 2589 BP 1.777858e-08
## 2590 BP 1.827779e-08
## 2591 BP 1.865801e-08
## 2592 BP 1.867639e-08
## 2593 BP 1.906130e-08
## 2594 BP 1.932629e-08
## 2595 BP 1.983897e-08
## 2596 BP 2.003703e-08
## 2597 BP 2.012499e-08
## 2598 BP 2.018953e-08
## 2599 BP 2.065574e-08
## 2600 BP 2.065574e-08
## 2601 BP 2.072399e-08
## 2602 BP 2.108980e-08
## 2603 BP 2.109428e-08
## 2604 BP 2.148563e-08
## 2605 BP 2.148563e-08
## 2606 BP 2.269046e-08
## 2607 BP 2.270732e-08
## 2608 BP 2.328649e-08
## 2609 BP 2.333655e-08
## 2610 BP 2.341572e-08
## 2611 BP 2.352390e-08
## 2612 BP 2.535550e-08
## 2613 BP 2.575402e-08
## 2614 BP 2.618026e-08
## 2615 BP 2.637335e-08
## 2616 BP 2.637335e-08
## 2617 BP 2.638089e-08
## 2618 BP 2.713076e-08
## 2619 BP 2.713076e-08
## 2620 BP 2.718069e-08
## 2621 BP 2.718069e-08
## 2622 BP 2.718069e-08
## 2623 BP 2.724746e-08
## 2624 BP 2.732448e-08
## 2625 BP 2.820415e-08
## 2626 BP 2.863628e-08
## 2627 BP 2.863628e-08
## 2628 BP 2.870153e-08
## 2629 BP 2.940714e-08
## 2630 BP 2.964072e-08
## 2631 BP 2.979426e-08
## 2632 BP 3.091795e-08
## 2633 BP 3.092586e-08
## 2634 BP 3.110082e-08
## 2635 BP 3.171330e-08
## 2636 BP 3.183605e-08
## 2637 BP 3.207466e-08
## 2638 BP 3.215531e-08
## 2639 BP 3.252305e-08
## 2640 BP 3.259768e-08
## 2641 BP 3.320593e-08
## 2642 BP 3.337493e-08
## 2643 BP 3.392312e-08
## 2644 BP 3.463385e-08
## 2645 BP 3.492082e-08
## 2646 BP 3.600230e-08
## 2647 BP 3.610741e-08
## 2648 BP 3.705503e-08
## 2649 BP 3.753981e-08
## 2650 BP 3.753981e-08
## 2651 BP 3.836117e-08
## 2652 BP 3.872088e-08
## 2653 BP 3.895002e-08
## 2654 BP 3.937852e-08
## 2655 BP 3.941191e-08
## 2656 BP 3.951337e-08
## 2657 BP 4.025489e-08
## 2658 BP 4.025489e-08
## 2659 BP 4.075188e-08
## 2660 BP 4.128452e-08
## 2661 BP 4.130315e-08
## 2662 BP 4.130315e-08
## 2663 BP 4.194199e-08
## 2664 BP 4.228968e-08
## 2665 BP 4.242531e-08
## 2666 BP 4.348738e-08
## 2667 BP 4.351419e-08
## 2668 BP 4.351419e-08
## 2669 BP 4.406507e-08
## 2670 BP 4.414946e-08
## 2671 BP 4.416649e-08
## 2672 BP 4.500901e-08
## 2673 BP 4.501234e-08
## 2674 BP 4.651581e-08
## 2675 BP 4.655939e-08
## 2676 BP 4.655939e-08
## 2677 BP 4.699147e-08
## 2678 BP 4.707416e-08
## 2679 BP 4.725454e-08
## 2680 BP 4.765875e-08
## 2681 BP 4.769170e-08
## 2682 BP 4.789682e-08
## 2683 BP 4.954998e-08
## 2684 BP 5.041021e-08
## 2685 BP 5.044598e-08
## 2686 BP 5.077387e-08
## 2687 BP 5.077387e-08
## 2688 BP 5.135563e-08
## 2689 BP 5.235026e-08
## 2690 BP 5.300739e-08
## 2691 BP 5.409717e-08
## 2692 BP 5.448771e-08
## 2693 BP 5.962431e-08
## 2694 BP 5.969972e-08
## 2695 BP 6.013802e-08
## 2696 BP 6.091155e-08
## 2697 BP 6.146730e-08
## 2698 BP 6.279876e-08
## 2699 BP 6.293615e-08
## 2700 BP 6.370622e-08
## 2701 BP 6.406910e-08
## 2702 BP 6.468165e-08
## 2703 BP 6.468165e-08
## 2704 BP 6.468165e-08
## 2705 BP 6.557762e-08
## 2706 BP 6.572110e-08
## 2707 BP 6.639108e-08
## 2708 BP 6.639108e-08
## 2709 BP 6.804501e-08
## 2710 BP 6.897585e-08
## 2711 BP 7.030251e-08
## 2712 BP 7.087014e-08
## 2713 BP 7.088090e-08
## 2714 BP 7.097227e-08
## 2715 BP 7.106057e-08
## 2716 BP 7.161734e-08
## 2717 BP 7.310925e-08
## 2718 BP 7.364940e-08
## 2719 BP 7.433418e-08
## 2720 BP 7.446167e-08
## 2721 BP 7.672259e-08
## 2722 BP 7.672259e-08
## 2723 BP 7.672259e-08
## 2724 BP 7.796131e-08
## 2725 BP 7.796131e-08
## 2726 BP 7.827540e-08
## 2727 BP 7.883927e-08
## 2728 BP 7.975493e-08
## 2729 BP 8.251348e-08
## 2730 BP 8.292619e-08
## 2731 BP 8.566411e-08
## 2732 BP 8.602248e-08
## 2733 BP 8.692967e-08
## 2734 BP 8.778163e-08
## 2735 BP 8.778163e-08
## 2736 BP 8.878505e-08
## 2737 BP 8.878505e-08
## 2738 BP 8.959508e-08
## 2739 BP 9.100343e-08
## 2740 BP 9.318060e-08
## 2741 BP 9.502822e-08
## 2742 BP 9.502822e-08
## 2743 BP 9.502822e-08
## 2744 BP 9.558778e-08
## 2745 BP 9.746654e-08
## 2746 BP 9.869710e-08
## 2747 BP 9.889420e-08
## 2748 BP 9.913735e-08
## 2749 BP 9.913735e-08
## 2750 BP 9.954996e-08
## 2751 BP 1.000216e-07
## 2752 BP 1.000216e-07
## 2753 BP 1.046447e-07
## 2754 BP 1.046447e-07
## 2755 BP 1.058053e-07
## 2756 BP 1.084067e-07
## 2757 BP 1.084067e-07
## 2758 BP 1.105341e-07
## 2759 BP 1.128732e-07
## 2760 BP 1.129618e-07
## 2761 BP 1.142494e-07
## 2762 BP 1.143713e-07
## 2763 BP 1.145637e-07
## 2764 BP 1.163301e-07
## 2765 BP 1.163946e-07
## 2766 BP 1.235847e-07
## 2767 BP 1.283259e-07
## 2768 BP 1.305280e-07
## 2769 BP 1.305280e-07
## 2770 BP 1.306366e-07
## 2771 BP 1.308332e-07
## 2772 BP 1.337158e-07
## 2773 BP 1.343899e-07
## 2774 BP 1.344947e-07
## 2775 BP 1.350441e-07
## 2776 BP 1.355992e-07
## 2777 BP 1.357807e-07
## 2778 BP 1.365910e-07
## 2779 BP 1.381409e-07
## 2780 BP 1.382468e-07
## 2781 BP 1.382468e-07
## 2782 BP 1.403773e-07
## 2783 BP 1.415395e-07
## 2784 BP 1.439307e-07
## 2785 BP 1.440022e-07
## 2786 BP 1.440639e-07
## 2787 BP 1.441619e-07
## 2788 BP 1.494874e-07
## 2789 BP 1.510678e-07
## 2790 BP 1.515538e-07
## 2791 BP 1.532649e-07
## 2792 BP 1.532649e-07
## 2793 BP 1.575285e-07
## 2794 BP 1.575285e-07
## 2795 BP 1.575285e-07
## 2796 BP 1.577895e-07
## 2797 BP 1.669040e-07
## 2798 BP 1.710220e-07
## 2799 BP 1.721106e-07
## 2800 BP 1.728749e-07
## 2801 BP 1.758143e-07
## 2802 BP 1.766480e-07
## 2803 BP 1.767105e-07
## 2804 BP 1.770660e-07
## 2805 BP 1.770660e-07
## 2806 BP 1.770660e-07
## 2807 BP 1.770660e-07
## 2808 BP 1.781099e-07
## 2809 BP 1.793771e-07
## 2810 BP 1.793771e-07
## 2811 BP 1.793771e-07
## 2812 BP 1.797552e-07
## 2813 BP 1.807098e-07
## 2814 BP 1.815898e-07
## 2815 BP 1.828150e-07
## 2816 BP 1.830717e-07
## 2817 BP 1.833761e-07
## 2818 BP 1.834843e-07
## 2819 BP 1.849251e-07
## 2820 BP 1.868031e-07
## 2821 BP 1.868031e-07
## 2822 BP 1.881167e-07
## 2823 BP 1.929540e-07
## 2824 BP 1.971124e-07
## 2825 BP 1.971124e-07
## 2826 BP 1.978128e-07
## 2827 BP 1.996270e-07
## 2828 BP 2.006129e-07
## 2829 BP 2.223302e-07
## 2830 BP 2.271356e-07
## 2831 BP 2.281728e-07
## 2832 BP 2.322931e-07
## 2833 BP 2.338253e-07
## 2834 BP 2.370938e-07
## 2835 BP 2.397449e-07
## 2836 BP 2.397449e-07
## 2837 BP 2.442551e-07
## 2838 BP 2.442551e-07
## 2839 BP 2.479314e-07
## 2840 BP 2.486262e-07
## 2841 BP 2.488907e-07
## 2842 BP 2.491434e-07
## 2843 BP 2.497426e-07
## 2844 BP 2.521187e-07
## 2845 BP 2.535259e-07
## 2846 BP 2.555175e-07
## 2847 BP 2.577625e-07
## 2848 BP 2.577964e-07
## 2849 BP 2.577964e-07
## 2850 BP 2.589321e-07
## 2851 BP 2.624591e-07
## 2852 BP 2.624591e-07
## 2853 BP 2.677796e-07
## 2854 BP 2.699384e-07
## 2855 BP 2.700490e-07
## 2856 BP 2.700490e-07
## 2857 BP 2.710090e-07
## 2858 BP 2.714431e-07
## 2859 BP 2.724899e-07
## 2860 BP 2.807142e-07
## 2861 BP 2.832609e-07
## 2862 BP 2.863201e-07
## 2863 BP 2.885224e-07
## 2864 BP 2.888180e-07
## 2865 BP 2.912267e-07
## 2866 BP 2.923450e-07
## 2867 BP 2.943121e-07
## 2868 BP 3.022298e-07
## 2869 BP 3.073553e-07
## 2870 BP 3.093377e-07
## 2871 BP 3.151336e-07
## 2872 BP 3.157702e-07
## 2873 BP 3.189610e-07
## 2874 BP 3.226683e-07
## 2875 BP 3.234066e-07
## 2876 BP 3.236604e-07
## 2877 BP 3.256914e-07
## 2878 BP 3.256914e-07
## 2879 BP 3.294886e-07
## 2880 BP 3.306575e-07
## 2881 BP 3.439938e-07
## 2882 BP 3.441603e-07
## 2883 BP 3.461964e-07
## 2884 BP 3.487050e-07
## 2885 BP 3.504395e-07
## 2886 BP 3.517025e-07
## 2887 BP 3.517025e-07
## 2888 BP 3.657782e-07
## 2889 BP 3.692786e-07
## 2890 BP 3.762027e-07
## 2891 BP 3.791453e-07
## 2892 BP 3.804108e-07
## 2893 BP 3.808455e-07
## 2894 BP 3.818564e-07
## 2895 BP 3.827560e-07
## 2896 BP 3.883167e-07
## 2897 BP 4.085225e-07
## 2898 BP 4.168871e-07
## 2899 BP 4.185379e-07
## 2900 BP 4.265104e-07
## 2901 BP 4.270492e-07
## 2902 BP 4.291774e-07
## 2903 BP 4.318195e-07
## 2904 BP 4.333975e-07
## 2905 BP 4.333975e-07
## 2906 BP 4.372457e-07
## 2907 BP 4.402408e-07
## 2908 BP 4.463550e-07
## 2909 BP 4.597682e-07
## 2910 BP 4.611249e-07
## 2911 BP 4.667056e-07
## 2912 BP 4.874972e-07
## 2913 BP 4.906327e-07
## 2914 BP 4.944664e-07
## 2915 BP 5.035186e-07
## 2916 BP 5.035186e-07
## 2917 BP 5.232342e-07
## 2918 BP 5.245763e-07
## 2919 BP 5.316538e-07
## 2920 BP 5.363905e-07
## 2921 BP 5.421852e-07
## 2922 BP 5.447870e-07
## 2923 BP 5.452946e-07
## 2924 BP 5.495799e-07
## 2925 BP 5.555847e-07
## 2926 BP 5.657409e-07
## 2927 BP 5.658576e-07
## 2928 BP 5.676251e-07
## 2929 BP 5.681117e-07
## 2930 BP 5.700194e-07
## 2931 BP 5.775509e-07
## 2932 BP 5.794455e-07
## 2933 BP 5.905773e-07
## 2934 BP 5.986808e-07
## 2935 BP 6.150858e-07
## 2936 BP 6.152502e-07
## 2937 BP 6.181743e-07
## 2938 BP 6.227978e-07
## 2939 BP 6.409467e-07
## 2940 BP 6.440706e-07
## 2941 BP 6.463183e-07
## 2942 BP 6.495938e-07
## 2943 BP 6.512595e-07
## 2944 BP 6.560167e-07
## 2945 BP 6.560977e-07
## 2946 BP 6.655173e-07
## 2947 BP 6.714858e-07
## 2948 BP 6.727370e-07
## 2949 BP 6.969124e-07
## 2950 BP 7.051457e-07
## 2951 BP 7.104749e-07
## 2952 BP 7.104749e-07
## 2953 BP 7.104749e-07
## 2954 BP 7.255070e-07
## 2955 BP 7.287846e-07
## 2956 BP 7.291626e-07
## 2957 BP 7.313075e-07
## 2958 BP 7.367465e-07
## 2959 BP 7.428936e-07
## 2960 BP 7.477631e-07
## 2961 BP 7.547811e-07
## 2962 BP 7.547811e-07
## 2963 BP 7.674992e-07
## 2964 BP 7.735264e-07
## 2965 BP 7.792451e-07
## 2966 BP 7.815546e-07
## 2967 BP 7.872997e-07
## 2968 BP 7.874617e-07
## 2969 BP 7.898889e-07
## 2970 BP 7.989425e-07
## 2971 BP 8.077611e-07
## 2972 BP 8.105481e-07
## 2973 BP 8.113455e-07
## 2974 BP 8.134352e-07
## 2975 BP 8.134352e-07
## 2976 BP 8.219507e-07
## 2977 BP 8.222681e-07
## 2978 BP 8.222681e-07
## 2979 BP 8.247902e-07
## 2980 BP 8.256382e-07
## 2981 BP 8.256382e-07
## 2982 BP 8.256382e-07
## 2983 BP 8.256382e-07
## 2984 BP 8.317432e-07
## 2985 BP 8.401694e-07
## 2986 BP 8.441557e-07
## 2987 BP 8.445693e-07
## 2988 BP 8.445693e-07
## 2989 BP 8.474168e-07
## 2990 BP 8.576320e-07
## 2991 BP 8.627849e-07
## 2992 BP 8.715854e-07
## 2993 BP 8.739812e-07
## 2994 BP 8.748875e-07
## 2995 BP 8.784661e-07
## 2996 BP 8.806817e-07
## 2997 BP 8.922241e-07
## 2998 BP 8.922241e-07
## 2999 BP 8.983670e-07
## 3000 BP 9.017281e-07
## 3001 BP 9.112276e-07
## 3002 BP 9.199021e-07
## 3003 BP 9.199468e-07
## 3004 BP 9.303187e-07
## 3005 BP 9.307409e-07
## 3006 BP 9.361748e-07
## 3007 BP 9.361748e-07
## 3008 BP 9.382458e-07
## 3009 BP 9.447801e-07
## 3010 BP 9.807787e-07
## 3011 BP 9.870149e-07
## 3012 BP 9.893200e-07
## 3013 BP 9.968799e-07
## 3014 BP 1.030777e-06
## 3015 BP 1.035100e-06
## 3016 BP 1.046421e-06
## 3017 BP 1.050036e-06
## 3018 BP 1.060902e-06
## 3019 BP 1.063087e-06
## 3020 BP 1.067011e-06
## 3021 BP 1.070773e-06
## 3022 BP 1.072549e-06
## 3023 BP 1.074341e-06
## 3024 BP 1.080823e-06
## 3025 BP 1.100455e-06
## 3026 BP 1.137934e-06
## 3027 BP 1.159337e-06
## 3028 BP 1.159337e-06
## 3029 BP 1.159337e-06
## 3030 BP 1.159337e-06
## 3031 BP 1.162434e-06
## 3032 BP 1.173287e-06
## 3033 BP 1.209700e-06
## 3034 BP 1.209788e-06
## 3035 BP 1.209788e-06
## 3036 BP 1.219441e-06
## 3037 BP 1.219882e-06
## 3038 BP 1.220149e-06
## 3039 BP 1.220149e-06
## 3040 BP 1.228292e-06
## 3041 BP 1.250136e-06
## 3042 BP 1.256456e-06
## 3043 BP 1.256456e-06
## 3044 BP 1.262725e-06
## 3045 BP 1.263395e-06
## 3046 BP 1.263395e-06
## 3047 BP 1.263627e-06
## 3048 BP 1.267245e-06
## 3049 BP 1.270859e-06
## 3050 BP 1.270859e-06
## 3051 BP 1.275290e-06
## 3052 BP 1.275800e-06
## 3053 BP 1.282328e-06
## 3054 BP 1.282328e-06
## 3055 BP 1.291743e-06
## 3056 BP 1.295042e-06
## 3057 BP 1.308249e-06
## 3058 BP 1.308249e-06
## 3059 BP 1.313255e-06
## 3060 BP 1.317713e-06
## 3061 BP 1.319227e-06
## 3062 BP 1.323001e-06
## 3063 BP 1.331455e-06
## 3064 BP 1.337526e-06
## 3065 BP 1.350590e-06
## 3066 BP 1.368972e-06
## 3067 BP 1.370984e-06
## 3068 BP 1.376359e-06
## 3069 BP 1.376359e-06
## 3070 BP 1.376359e-06
## 3071 BP 1.376359e-06
## 3072 BP 1.380859e-06
## 3073 BP 1.382349e-06
## 3074 BP 1.383567e-06
## 3075 BP 1.425807e-06
## 3076 BP 1.437877e-06
## 3077 BP 1.445497e-06
## 3078 BP 1.448413e-06
## 3079 BP 1.455865e-06
## 3080 BP 1.455865e-06
## 3081 BP 1.475423e-06
## 3082 BP 1.487368e-06
## 3083 BP 1.510097e-06
## 3084 BP 1.524247e-06
## 3085 BP 1.540749e-06
## 3086 BP 1.540749e-06
## 3087 BP 1.540749e-06
## 3088 BP 1.540749e-06
## 3089 BP 1.547323e-06
## 3090 BP 1.552888e-06
## 3091 BP 1.567512e-06
## 3092 BP 1.578730e-06
## 3093 BP 1.584271e-06
## 3094 BP 1.610085e-06
## 3095 BP 1.614561e-06
## 3096 BP 1.614561e-06
## 3097 BP 1.622103e-06
## 3098 BP 1.622103e-06
## 3099 BP 1.622103e-06
## 3100 BP 1.622103e-06
## 3101 BP 1.622103e-06
## 3102 BP 1.635826e-06
## 3103 BP 1.667249e-06
## 3104 BP 1.682655e-06
## 3105 BP 1.682655e-06
## 3106 BP 1.682887e-06
## 3107 BP 1.682887e-06
## 3108 BP 1.699978e-06
## 3109 BP 1.716376e-06
## 3110 BP 1.717838e-06
## 3111 BP 1.740067e-06
## 3112 BP 1.743762e-06
## 3113 BP 1.757981e-06
## 3114 BP 1.768398e-06
## 3115 BP 1.843571e-06
## 3116 BP 1.866809e-06
## 3117 BP 1.866809e-06
## 3118 BP 1.874632e-06
## 3119 BP 1.888876e-06
## 3120 BP 1.898838e-06
## 3121 BP 1.921068e-06
## 3122 BP 1.921068e-06
## 3123 BP 1.964456e-06
## 3124 BP 1.964456e-06
## 3125 BP 1.964456e-06
## 3126 BP 1.974402e-06
## 3127 BP 2.004676e-06
## 3128 BP 2.019509e-06
## 3129 BP 2.026776e-06
## 3130 BP 2.034376e-06
## 3131 BP 2.051981e-06
## 3132 BP 2.062908e-06
## 3133 BP 2.101078e-06
## 3134 BP 2.114494e-06
## 3135 BP 2.140545e-06
## 3136 BP 2.167123e-06
## 3137 BP 2.180154e-06
## 3138 BP 2.209870e-06
## 3139 BP 2.232378e-06
## 3140 BP 2.232378e-06
## 3141 BP 2.232378e-06
## 3142 BP 2.239427e-06
## 3143 BP 2.248375e-06
## 3144 BP 2.273131e-06
## 3145 BP 2.297262e-06
## 3146 BP 2.331470e-06
## 3147 BP 2.331470e-06
## 3148 BP 2.389742e-06
## 3149 BP 2.401804e-06
## 3150 BP 2.422612e-06
## 3151 BP 2.433927e-06
## 3152 BP 2.452196e-06
## 3153 BP 2.452196e-06
## 3154 BP 2.460168e-06
## 3155 BP 2.466214e-06
## 3156 BP 2.469721e-06
## 3157 BP 2.476415e-06
## 3158 BP 2.549429e-06
## 3159 BP 2.566757e-06
## 3160 BP 2.573475e-06
## 3161 BP 2.596640e-06
## 3162 BP 2.596640e-06
## 3163 BP 2.617021e-06
## 3164 BP 2.640054e-06
## 3165 BP 2.659008e-06
## 3166 BP 2.671893e-06
## 3167 BP 2.719096e-06
## 3168 BP 2.719096e-06
## 3169 BP 2.781963e-06
## 3170 BP 2.798760e-06
## 3171 BP 2.811061e-06
## 3172 BP 2.811061e-06
## 3173 BP 2.891690e-06
## 3174 BP 2.895619e-06
## 3175 BP 2.895619e-06
## 3176 BP 2.915877e-06
## 3177 BP 2.932488e-06
## 3178 BP 2.998624e-06
## 3179 BP 2.998624e-06
## 3180 BP 3.029749e-06
## 3181 BP 3.033943e-06
## 3182 BP 3.049332e-06
## 3183 BP 3.052997e-06
## 3184 BP 3.063001e-06
## 3185 BP 3.064663e-06
## 3186 BP 3.064663e-06
## 3187 BP 3.066558e-06
## 3188 BP 3.074475e-06
## 3189 BP 3.187342e-06
## 3190 BP 3.202709e-06
## 3191 BP 3.238642e-06
## 3192 BP 3.239192e-06
## 3193 BP 3.250656e-06
## 3194 BP 3.254579e-06
## 3195 BP 3.290153e-06
## 3196 BP 3.291873e-06
## 3197 BP 3.291873e-06
## 3198 BP 3.299048e-06
## 3199 BP 3.299785e-06
## 3200 BP 3.320398e-06
## 3201 BP 3.329953e-06
## 3202 BP 3.359136e-06
## 3203 BP 3.359136e-06
## 3204 BP 3.366867e-06
## 3205 BP 3.387389e-06
## 3206 BP 3.387468e-06
## 3207 BP 3.424089e-06
## 3208 BP 3.425819e-06
## 3209 BP 3.442491e-06
## 3210 BP 3.446781e-06
## 3211 BP 3.472023e-06
## 3212 BP 3.477454e-06
## 3213 BP 3.499350e-06
## 3214 BP 3.499350e-06
## 3215 BP 3.505596e-06
## 3216 BP 3.552044e-06
## 3217 BP 3.552044e-06
## 3218 BP 3.555065e-06
## 3219 BP 3.556102e-06
## 3220 BP 3.573684e-06
## 3221 BP 3.611260e-06
## 3222 BP 3.633943e-06
## 3223 BP 3.650277e-06
## 3224 BP 3.650277e-06
## 3225 BP 3.650316e-06
## 3226 BP 3.669648e-06
## 3227 BP 3.673008e-06
## 3228 BP 3.673008e-06
## 3229 BP 3.673008e-06
## 3230 BP 3.673008e-06
## 3231 BP 3.711357e-06
## 3232 BP 3.723060e-06
## 3233 BP 3.723060e-06
## 3234 BP 3.785840e-06
## 3235 BP 3.788213e-06
## 3236 BP 3.793334e-06
## 3237 BP 3.812422e-06
## 3238 BP 3.830529e-06
## 3239 BP 3.834002e-06
## 3240 BP 3.858412e-06
## 3241 BP 3.869196e-06
## 3242 BP 3.918883e-06
## 3243 BP 3.981381e-06
## 3244 BP 4.002019e-06
## 3245 BP 4.005078e-06
## 3246 BP 4.028970e-06
## 3247 BP 4.109330e-06
## 3248 BP 4.130251e-06
## 3249 BP 4.159454e-06
## 3250 BP 4.162381e-06
## 3251 BP 4.162814e-06
## 3252 BP 4.167688e-06
## 3253 BP 4.196661e-06
## 3254 BP 4.293412e-06
## 3255 BP 4.294668e-06
## 3256 BP 4.294668e-06
## 3257 BP 4.300530e-06
## 3258 BP 4.373245e-06
## 3259 BP 4.398432e-06
## 3260 BP 4.409383e-06
## 3261 BP 4.502687e-06
## 3262 BP 4.506845e-06
## 3263 BP 4.508345e-06
## 3264 BP 4.770940e-06
## 3265 BP 4.770940e-06
## 3266 BP 4.801444e-06
## 3267 BP 4.825147e-06
## 3268 BP 4.845648e-06
## 3269 BP 4.871489e-06
## 3270 BP 4.885297e-06
## 3271 BP 4.924741e-06
## 3272 BP 4.924741e-06
## 3273 BP 4.989585e-06
## 3274 BP 5.150090e-06
## 3275 BP 5.159470e-06
## 3276 BP 5.183871e-06
## 3277 BP 5.195719e-06
## 3278 BP 5.212917e-06
## 3279 BP 5.212917e-06
## 3280 BP 5.221403e-06
## 3281 BP 5.255636e-06
## 3282 BP 5.255636e-06
## 3283 BP 5.307179e-06
## 3284 BP 5.310950e-06
## 3285 BP 5.410191e-06
## 3286 BP 5.415704e-06
## 3287 BP 5.476625e-06
## 3288 BP 5.495782e-06
## 3289 BP 5.652597e-06
## 3290 BP 5.718208e-06
## 3291 BP 5.896704e-06
## 3292 BP 6.024160e-06
## 3293 BP 6.085945e-06
## 3294 BP 6.116614e-06
## 3295 BP 6.188013e-06
## 3296 BP 6.274689e-06
## 3297 BP 6.278011e-06
## 3298 BP 6.317143e-06
## 3299 BP 6.317143e-06
## 3300 BP 6.353382e-06
## 3301 BP 6.406114e-06
## 3302 BP 6.464271e-06
## 3303 BP 6.477783e-06
## 3304 BP 6.477783e-06
## 3305 BP 6.487195e-06
## 3306 BP 6.523573e-06
## 3307 BP 6.599948e-06
## 3308 BP 6.649945e-06
## 3309 BP 6.665557e-06
## 3310 BP 6.705841e-06
## 3311 BP 6.705841e-06
## 3312 BP 6.712996e-06
## 3313 BP 6.728033e-06
## 3314 BP 6.736757e-06
## 3315 BP 6.817270e-06
## 3316 BP 6.817270e-06
## 3317 BP 6.859337e-06
## 3318 BP 6.902870e-06
## 3319 BP 6.969070e-06
## 3320 BP 6.978263e-06
## 3321 BP 6.978263e-06
## 3322 BP 6.993651e-06
## 3323 BP 7.137422e-06
## 3324 BP 7.248531e-06
## 3325 BP 7.248531e-06
## 3326 BP 7.291936e-06
## 3327 BP 7.326316e-06
## 3328 BP 7.326316e-06
## 3329 BP 7.505698e-06
## 3330 BP 7.583777e-06
## 3331 BP 7.592884e-06
## 3332 BP 7.691790e-06
## 3333 BP 7.691790e-06
## 3334 BP 7.691790e-06
## 3335 BP 7.702056e-06
## 3336 BP 7.702056e-06
## 3337 BP 7.734949e-06
## 3338 BP 7.842574e-06
## 3339 BP 7.935456e-06
## 3340 BP 7.938967e-06
## 3341 BP 7.938967e-06
## 3342 BP 7.945178e-06
## 3343 BP 8.014302e-06
## 3344 BP 8.134264e-06
## 3345 BP 8.145208e-06
## 3346 BP 8.173169e-06
## 3347 BP 8.179517e-06
## 3348 BP 8.225713e-06
## 3349 BP 8.316694e-06
## 3350 BP 8.338763e-06
## 3351 BP 8.353567e-06
## 3352 BP 8.353567e-06
## 3353 BP 8.368357e-06
## 3354 BP 8.401760e-06
## 3355 BP 8.401760e-06
## 3356 BP 8.446494e-06
## 3357 BP 8.519787e-06
## 3358 BP 8.629642e-06
## 3359 BP 8.666964e-06
## 3360 BP 8.707118e-06
## 3361 BP 8.808196e-06
## 3362 BP 8.808196e-06
## 3363 BP 8.808196e-06
## 3364 BP 8.808196e-06
## 3365 BP 8.838096e-06
## 3366 BP 8.956664e-06
## 3367 BP 9.056378e-06
## 3368 BP 9.103635e-06
## 3369 BP 9.103635e-06
## 3370 BP 9.103635e-06
## 3371 BP 9.114432e-06
## 3372 BP 9.171444e-06
## 3373 BP 9.171444e-06
## 3374 BP 9.173361e-06
## 3375 BP 9.173361e-06
## 3376 BP 9.202146e-06
## 3377 BP 9.546587e-06
## 3378 BP 9.648624e-06
## 3379 BP 9.707389e-06
## 3380 BP 9.826670e-06
## 3381 BP 9.844886e-06
## 3382 BP 9.968708e-06
## 3383 CC 0.000000e+00
## 3384 CC 0.000000e+00
## 3385 CC 0.000000e+00
## 3386 CC 0.000000e+00
## 3387 CC 0.000000e+00
## 3388 CC 0.000000e+00
## 3389 CC 0.000000e+00
## 3390 CC 0.000000e+00
## 3391 CC 0.000000e+00
## 3392 CC 0.000000e+00
## 3393 CC 0.000000e+00
## 3394 CC 0.000000e+00
## 3395 CC 0.000000e+00
## 3396 CC 0.000000e+00
## 3397 CC 0.000000e+00
## 3398 CC 0.000000e+00
## 3399 CC 0.000000e+00
## 3400 CC 0.000000e+00
## 3401 CC 0.000000e+00
## 3402 CC 0.000000e+00
## 3403 CC 0.000000e+00
## 3404 CC 0.000000e+00
## 3405 CC 5.747223e-290
## 3406 CC 1.476206e-277
## 3407 CC 1.476206e-277
## 3408 CC 1.698925e-262
## 3409 CC 8.127362e-260
## 3410 CC 5.638825e-235
## 3411 CC 1.233150e-226
## 3412 CC 1.088060e-224
## 3413 CC 5.471280e-216
## 3414 CC 1.987339e-207
## 3415 CC 3.520526e-182
## 3416 CC 9.706252e-181
## 3417 CC 5.307869e-174
## 3418 CC 2.842511e-167
## 3419 CC 1.682671e-165
## 3420 CC 3.550744e-162
## 3421 CC 3.550744e-162
## 3422 CC 2.131463e-157
## 3423 CC 7.133271e-151
## 3424 CC 1.240326e-148
## 3425 CC 9.740197e-148
## 3426 CC 1.674998e-133
## 3427 CC 8.341905e-122
## 3428 CC 1.232321e-120
## 3429 CC 5.037173e-119
## 3430 CC 1.069854e-113
## 3431 CC 1.069854e-113
## 3432 CC 2.685698e-110
## 3433 CC 3.719620e-110
## 3434 CC 5.825768e-110
## 3435 CC 4.010772e-108
## 3436 CC 5.698761e-107
## 3437 CC 1.583356e-106
## 3438 CC 6.162215e-105
## 3439 CC 8.638177e-100
## 3440 CC 9.311081e-99
## 3441 CC 4.713935e-95
## 3442 CC 7.859831e-95
## 3443 CC 7.859831e-95
## 3444 CC 1.388447e-93
## 3445 CC 1.306375e-92
## 3446 CC 2.221769e-92
## 3447 CC 2.101945e-91
## 3448 CC 1.476046e-90
## 3449 CC 1.136453e-88
## 3450 CC 3.099768e-85
## 3451 CC 1.360552e-84
## 3452 CC 1.360552e-84
## 3453 CC 9.705067e-84
## 3454 CC 4.315826e-83
## 3455 CC 7.339115e-82
## 3456 CC 1.839681e-76
## 3457 CC 3.757212e-76
## 3458 CC 7.887472e-76
## 3459 CC 9.055537e-74
## 3460 CC 3.878541e-73
## 3461 CC 3.723516e-71
## 3462 CC 3.776284e-71
## 3463 CC 4.217363e-71
## 3464 CC 1.615534e-70
## 3465 CC 5.698358e-70
## 3466 CC 1.600246e-69
## 3467 CC 2.019424e-68
## 3468 CC 2.605644e-64
## 3469 CC 1.068782e-58
## 3470 CC 1.389407e-57
## 3471 CC 6.498884e-56
## 3472 CC 4.416578e-54
## 3473 CC 5.366056e-54
## 3474 CC 3.422022e-53
## 3475 CC 5.882102e-53
## 3476 CC 7.235833e-53
## 3477 CC 2.431740e-52
## 3478 CC 9.913738e-52
## 3479 CC 1.320369e-51
## 3480 CC 4.306012e-51
## 3481 CC 3.409135e-50
## 3482 CC 5.759260e-49
## 3483 CC 8.120787e-49
## 3484 CC 1.460608e-48
## 3485 CC 7.073060e-44
## 3486 CC 9.058090e-43
## 3487 CC 1.157508e-42
## 3488 CC 1.184370e-41
## 3489 CC 1.795400e-41
## 3490 CC 3.373091e-41
## 3491 CC 7.402061e-41
## 3492 CC 2.454798e-40
## 3493 CC 2.594316e-40
## 3494 CC 1.300060e-39
## 3495 CC 2.244802e-39
## 3496 CC 6.284476e-39
## 3497 CC 6.284476e-39
## 3498 CC 1.432464e-38
## 3499 CC 9.758981e-38
## 3500 CC 3.102832e-37
## 3501 CC 3.665479e-37
## 3502 CC 7.351130e-37
## 3503 CC 2.071564e-36
## 3504 CC 3.463228e-36
## 3505 CC 3.798868e-36
## 3506 CC 4.341897e-36
## 3507 CC 5.740049e-36
## 3508 CC 1.377210e-34
## 3509 CC 2.421920e-34
## 3510 CC 3.463581e-34
## 3511 CC 2.411061e-33
## 3512 CC 2.984227e-33
## 3513 CC 4.549886e-33
## 3514 CC 9.039482e-33
## 3515 CC 1.631575e-32
## 3516 CC 3.181119e-32
## 3517 CC 3.113348e-31
## 3518 CC 3.730953e-31
## 3519 CC 7.826893e-31
## 3520 CC 7.826893e-31
## 3521 CC 8.874408e-31
## 3522 CC 1.307671e-30
## 3523 CC 3.407623e-30
## 3524 CC 6.522094e-30
## 3525 CC 6.943658e-30
## 3526 CC 7.357509e-30
## 3527 CC 2.341983e-29
## 3528 CC 4.172376e-29
## 3529 CC 1.039837e-28
## 3530 CC 1.117967e-28
## 3531 CC 1.255528e-28
## 3532 CC 1.444862e-28
## 3533 CC 2.536525e-28
## 3534 CC 4.722706e-28
## 3535 CC 2.190121e-27
## 3536 CC 2.190121e-27
## 3537 CC 2.815568e-27
## 3538 CC 6.440671e-27
## 3539 CC 7.764372e-27
## 3540 CC 1.083660e-26
## 3541 CC 1.535731e-26
## 3542 CC 1.890964e-26
## 3543 CC 4.054933e-26
## 3544 CC 4.772535e-26
## 3545 CC 1.369241e-25
## 3546 CC 2.230295e-25
## 3547 CC 9.638580e-25
## 3548 CC 1.701294e-24
## 3549 CC 1.701294e-24
## 3550 CC 2.529475e-24
## 3551 CC 5.019713e-24
## 3552 CC 6.743667e-24
## 3553 CC 6.913074e-24
## 3554 CC 6.913074e-24
## 3555 CC 1.013549e-23
## 3556 CC 1.013549e-23
## 3557 CC 1.231710e-23
## 3558 CC 1.522942e-23
## 3559 CC 1.648652e-23
## 3560 CC 2.148218e-23
## 3561 CC 4.629827e-23
## 3562 CC 4.690553e-23
## 3563 CC 4.904100e-23
## 3564 CC 8.406780e-23
## 3565 CC 9.298180e-23
## 3566 CC 2.799442e-22
## 3567 CC 3.995274e-22
## 3568 CC 8.752819e-22
## 3569 CC 2.900346e-21
## 3570 CC 5.201917e-21
## 3571 CC 1.172729e-20
## 3572 CC 1.727479e-20
## 3573 CC 2.528923e-20
## 3574 CC 3.633762e-20
## 3575 CC 3.969715e-20
## 3576 CC 4.457323e-20
## 3577 CC 5.335099e-20
## 3578 CC 1.578947e-19
## 3579 CC 1.578947e-19
## 3580 CC 1.578947e-19
## 3581 CC 1.773991e-19
## 3582 CC 1.966335e-19
## 3583 CC 2.384954e-19
## 3584 CC 2.873315e-19
## 3585 CC 3.486093e-19
## 3586 CC 3.855698e-19
## 3587 CC 4.174118e-19
## 3588 CC 6.040734e-19
## 3589 CC 7.654972e-19
## 3590 CC 9.486759e-19
## 3591 CC 9.973852e-19
## 3592 CC 1.043321e-18
## 3593 CC 1.043321e-18
## 3594 CC 2.132010e-18
## 3595 CC 2.699977e-18
## 3596 CC 2.930133e-18
## 3597 CC 3.626354e-18
## 3598 CC 5.540934e-18
## 3599 CC 7.285929e-18
## 3600 CC 7.986170e-18
## 3601 CC 1.868313e-17
## 3602 CC 2.009002e-17
## 3603 CC 2.156967e-17
## 3604 CC 2.273567e-17
## 3605 CC 2.273567e-17
## 3606 CC 3.833373e-17
## 3607 CC 8.667858e-17
## 3608 CC 8.667858e-17
## 3609 CC 2.381153e-16
## 3610 CC 2.565780e-16
## 3611 CC 3.525001e-16
## 3612 CC 4.379608e-16
## 3613 CC 6.233375e-16
## 3614 CC 7.560011e-16
## 3615 CC 8.165033e-16
## 3616 CC 8.974320e-16
## 3617 CC 1.108647e-15
## 3618 CC 2.225168e-15
## 3619 CC 3.444821e-15
## 3620 CC 4.148261e-15
## 3621 CC 4.605876e-15
## 3622 CC 4.633310e-15
## 3623 CC 4.887150e-15
## 3624 CC 1.176101e-14
## 3625 CC 1.374814e-14
## 3626 CC 1.374814e-14
## 3627 CC 2.065918e-14
## 3628 CC 2.220362e-14
## 3629 CC 4.038369e-14
## 3630 CC 6.637581e-14
## 3631 CC 1.057022e-13
## 3632 CC 1.113558e-13
## 3633 CC 1.480921e-13
## 3634 CC 1.583692e-13
## 3635 CC 2.442687e-13
## 3636 CC 2.624704e-13
## 3637 CC 2.673035e-13
## 3638 CC 2.786546e-13
## 3639 CC 3.096805e-13
## 3640 CC 3.514266e-13
## 3641 CC 3.939029e-13
## 3642 CC 5.857864e-13
## 3643 CC 1.100637e-12
## 3644 CC 1.123230e-12
## 3645 CC 1.133447e-12
## 3646 CC 1.352640e-12
## 3647 CC 1.364548e-12
## 3648 CC 1.433026e-12
## 3649 CC 1.786177e-12
## 3650 CC 1.786177e-12
## 3651 CC 1.877460e-12
## 3652 CC 1.990946e-12
## 3653 CC 2.054669e-12
## 3654 CC 2.684433e-12
## 3655 CC 2.811080e-12
## 3656 CC 3.031619e-12
## 3657 CC 3.080687e-12
## 3658 CC 3.080687e-12
## 3659 CC 3.222383e-12
## 3660 CC 3.222383e-12
## 3661 CC 3.253655e-12
## 3662 CC 3.412583e-12
## 3663 CC 3.613105e-12
## 3664 CC 3.805384e-12
## 3665 CC 4.308987e-12
## 3666 CC 4.345527e-12
## 3667 CC 4.535844e-12
## 3668 CC 5.791782e-12
## 3669 CC 6.191362e-12
## 3670 CC 1.275913e-11
## 3671 CC 1.309101e-11
## 3672 CC 1.478736e-11
## 3673 CC 1.587335e-11
## 3674 CC 1.614091e-11
## 3675 CC 1.693404e-11
## 3676 CC 1.804569e-11
## 3677 CC 2.036784e-11
## 3678 CC 2.036784e-11
## 3679 CC 2.583593e-11
## 3680 CC 2.585457e-11
## 3681 CC 3.101270e-11
## 3682 CC 3.226214e-11
## 3683 CC 4.535018e-11
## 3684 CC 5.568458e-11
## 3685 CC 6.197479e-11
## 3686 CC 7.040469e-11
## 3687 CC 7.710704e-11
## 3688 CC 1.070283e-10
## 3689 CC 1.449843e-10
## 3690 CC 1.539020e-10
## 3691 CC 2.407770e-10
## 3692 CC 2.420262e-10
## 3693 CC 2.885558e-10
## 3694 CC 3.455934e-10
## 3695 CC 3.597183e-10
## 3696 CC 5.304663e-10
## 3697 CC 5.504091e-10
## 3698 CC 5.545143e-10
## 3699 CC 6.070551e-10
## 3700 CC 7.048692e-10
## 3701 CC 7.081257e-10
## 3702 CC 7.308275e-10
## 3703 CC 7.392250e-10
## 3704 CC 7.392250e-10
## 3705 CC 1.127692e-09
## 3706 CC 1.211953e-09
## 3707 CC 1.212132e-09
## 3708 CC 1.255369e-09
## 3709 CC 1.399953e-09
## 3710 CC 1.456131e-09
## 3711 CC 1.502399e-09
## 3712 CC 1.552991e-09
## 3713 CC 1.599093e-09
## 3714 CC 1.682846e-09
## 3715 CC 1.714297e-09
## 3716 CC 1.938409e-09
## 3717 CC 2.012151e-09
## 3718 CC 2.338650e-09
## 3719 CC 2.372867e-09
## 3720 CC 2.770012e-09
## 3721 CC 3.295772e-09
## 3722 CC 3.406067e-09
## 3723 CC 3.478215e-09
## 3724 CC 3.759653e-09
## 3725 CC 3.759653e-09
## 3726 CC 3.990360e-09
## 3727 CC 3.993861e-09
## 3728 CC 5.404119e-09
## 3729 CC 5.751210e-09
## 3730 CC 6.185534e-09
## 3731 CC 6.349203e-09
## 3732 CC 6.474720e-09
## 3733 CC 6.474720e-09
## 3734 CC 6.903618e-09
## 3735 CC 7.027505e-09
## 3736 CC 7.111788e-09
## 3737 CC 1.249572e-08
## 3738 CC 1.288074e-08
## 3739 CC 1.379480e-08
## 3740 CC 1.484938e-08
## 3741 CC 1.586833e-08
## 3742 CC 1.617226e-08
## 3743 CC 1.901779e-08
## 3744 CC 2.059218e-08
## 3745 CC 2.206535e-08
## 3746 CC 2.560271e-08
## 3747 CC 2.618682e-08
## 3748 CC 2.973254e-08
## 3749 CC 3.368960e-08
## 3750 CC 4.004453e-08
## 3751 CC 4.099581e-08
## 3752 CC 4.102845e-08
## 3753 CC 4.529770e-08
## 3754 CC 5.797980e-08
## 3755 CC 5.797980e-08
## 3756 CC 7.508260e-08
## 3757 CC 1.272115e-07
## 3758 CC 1.422468e-07
## 3759 CC 1.450566e-07
## 3760 CC 1.450566e-07
## 3761 CC 1.646421e-07
## 3762 CC 1.821699e-07
## 3763 CC 2.433334e-07
## 3764 CC 2.441569e-07
## 3765 CC 2.581106e-07
## 3766 CC 3.124482e-07
## 3767 CC 3.277300e-07
## 3768 CC 3.751518e-07
## 3769 CC 4.090665e-07
## 3770 CC 4.141272e-07
## 3771 CC 4.159218e-07
## 3772 CC 4.194663e-07
## 3773 CC 4.644113e-07
## 3774 CC 4.650886e-07
## 3775 CC 5.080196e-07
## 3776 CC 5.275312e-07
## 3777 CC 7.469771e-07
## 3778 CC 7.469771e-07
## 3779 CC 7.881923e-07
## 3780 CC 8.134352e-07
## 3781 CC 8.288638e-07
## 3782 CC 9.227628e-07
## 3783 CC 9.227628e-07
## 3784 CC 9.355713e-07
## 3785 CC 9.642398e-07
## 3786 CC 1.002322e-06
## 3787 CC 1.015904e-06
## 3788 CC 1.015904e-06
## 3789 CC 1.015904e-06
## 3790 CC 1.237796e-06
## 3791 CC 1.295042e-06
## 3792 CC 1.488196e-06
## 3793 CC 1.505766e-06
## 3794 CC 1.505766e-06
## 3795 CC 1.916710e-06
## 3796 CC 1.931854e-06
## 3797 CC 2.243951e-06
## 3798 CC 2.674259e-06
## 3799 CC 2.674259e-06
## 3800 CC 2.724097e-06
## 3801 CC 2.984191e-06
## 3802 CC 3.397858e-06
## 3803 CC 3.447643e-06
## 3804 CC 3.465702e-06
## 3805 CC 4.470856e-06
## 3806 CC 4.470856e-06
## 3807 CC 4.544534e-06
## 3808 CC 4.994071e-06
## 3809 CC 5.485399e-06
## 3810 CC 6.622737e-06
## 3811 CC 6.656665e-06
## 3812 CC 6.656665e-06
## 3813 CC 6.913211e-06
## 3814 CC 7.549475e-06
## 3815 CC 7.549475e-06
## 3816 CC 8.338021e-06
## 3817 CC 9.777177e-06
## 3818 MF 0.000000e+00
## 3819 MF 0.000000e+00
## 3820 MF 0.000000e+00
## 3821 MF 0.000000e+00
## 3822 MF 0.000000e+00
## 3823 MF 0.000000e+00
## 3824 MF 0.000000e+00
## 3825 MF 1.238265e-308
## 3826 MF 1.207181e-285
## 3827 MF 2.916493e-279
## 3828 MF 5.639377e-275
## 3829 MF 2.272743e-245
## 3830 MF 7.449244e-242
## 3831 MF 1.403937e-204
## 3832 MF 4.515621e-165
## 3833 MF 2.284128e-161
## 3834 MF 6.035497e-157
## 3835 MF 3.883373e-156
## 3836 MF 6.887189e-155
## 3837 MF 1.109712e-147
## 3838 MF 1.775971e-140
## 3839 MF 3.985358e-139
## 3840 MF 2.019392e-134
## 3841 MF 4.574923e-132
## 3842 MF 1.058885e-128
## 3843 MF 1.492084e-128
## 3844 MF 3.528170e-125
## 3845 MF 2.585760e-124
## 3846 MF 2.779271e-122
## 3847 MF 2.779271e-122
## 3848 MF 2.779271e-122
## 3849 MF 1.615049e-121
## 3850 MF 1.404683e-120
## 3851 MF 1.538930e-120
## 3852 MF 6.789035e-111
## 3853 MF 4.106923e-110
## 3854 MF 2.714381e-105
## 3855 MF 2.868217e-105
## 3856 MF 7.514959e-105
## 3857 MF 3.579003e-104
## 3858 MF 7.421598e-103
## 3859 MF 1.424696e-101
## 3860 MF 1.116283e-99
## 3861 MF 2.171314e-93
## 3862 MF 6.490806e-92
## 3863 MF 1.496426e-91
## 3864 MF 5.716400e-90
## 3865 MF 1.267596e-89
## 3866 MF 3.198511e-82
## 3867 MF 1.702201e-80
## 3868 MF 5.645261e-79
## 3869 MF 3.442762e-76
## 3870 MF 3.966343e-76
## 3871 MF 3.799126e-75
## 3872 MF 7.374274e-75
## 3873 MF 8.333373e-75
## 3874 MF 1.218928e-74
## 3875 MF 6.602681e-74
## 3876 MF 1.827127e-72
## 3877 MF 1.698710e-71
## 3878 MF 4.769339e-69
## 3879 MF 5.316234e-68
## 3880 MF 6.057172e-66
## 3881 MF 1.686503e-65
## 3882 MF 4.447145e-63
## 3883 MF 6.557950e-63
## 3884 MF 6.695402e-63
## 3885 MF 7.174314e-60
## 3886 MF 8.557979e-59
## 3887 MF 2.417440e-57
## 3888 MF 3.838023e-56
## 3889 MF 7.794890e-56
## 3890 MF 3.279445e-55
## 3891 MF 4.566651e-55
## 3892 MF 6.088100e-55
## 3893 MF 3.391061e-53
## 3894 MF 9.661091e-53
## 3895 MF 1.835767e-52
## 3896 MF 4.129672e-51
## 3897 MF 6.432045e-51
## 3898 MF 3.098228e-49
## 3899 MF 9.665993e-49
## 3900 MF 1.106345e-48
## 3901 MF 2.422275e-48
## 3902 MF 5.043866e-47
## 3903 MF 1.364482e-44
## 3904 MF 2.201963e-43
## 3905 MF 3.106034e-42
## 3906 MF 3.860975e-41
## 3907 MF 9.393748e-40
## 3908 MF 3.631283e-39
## 3909 MF 7.509969e-39
## 3910 MF 1.610252e-38
## 3911 MF 5.951354e-38
## 3912 MF 7.849638e-38
## 3913 MF 9.609172e-37
## 3914 MF 6.796441e-35
## 3915 MF 8.454001e-35
## 3916 MF 2.005788e-34
## 3917 MF 7.168260e-34
## 3918 MF 1.028411e-33
## 3919 MF 2.017975e-33
## 3920 MF 3.030842e-33
## 3921 MF 4.915718e-33
## 3922 MF 4.990538e-33
## 3923 MF 8.107896e-33
## 3924 MF 1.373938e-32
## 3925 MF 2.266825e-32
## 3926 MF 6.772422e-32
## 3927 MF 6.882602e-32
## 3928 MF 1.812571e-31
## 3929 MF 3.417494e-31
## 3930 MF 6.166747e-31
## 3931 MF 1.154289e-30
## 3932 MF 1.154289e-30
## 3933 MF 1.956993e-30
## 3934 MF 3.410437e-30
## 3935 MF 3.410437e-30
## 3936 MF 1.978452e-29
## 3937 MF 4.560186e-29
## 3938 MF 9.229535e-29
## 3939 MF 1.188931e-28
## 3940 MF 1.299884e-28
## 3941 MF 1.398314e-28
## 3942 MF 1.954876e-28
## 3943 MF 1.210744e-27
## 3944 MF 1.883670e-27
## 3945 MF 2.401152e-27
## 3946 MF 8.607625e-27
## 3947 MF 1.632625e-26
## 3948 MF 3.556408e-26
## 3949 MF 4.421477e-26
## 3950 MF 5.241555e-26
## 3951 MF 5.566551e-26
## 3952 MF 5.771236e-26
## 3953 MF 1.365016e-25
## 3954 MF 1.341774e-24
## 3955 MF 3.753419e-24
## 3956 MF 2.184326e-23
## 3957 MF 3.281899e-23
## 3958 MF 4.966616e-23
## 3959 MF 5.365315e-23
## 3960 MF 7.780455e-23
## 3961 MF 2.691270e-22
## 3962 MF 3.222048e-22
## 3963 MF 4.328794e-22
## 3964 MF 7.517412e-22
## 3965 MF 8.611646e-22
## 3966 MF 2.108831e-21
## 3967 MF 9.507951e-21
## 3968 MF 1.778671e-20
## 3969 MF 3.035033e-20
## 3970 MF 5.325203e-20
## 3971 MF 5.862194e-20
## 3972 MF 9.271804e-20
## 3973 MF 9.597377e-20
## 3974 MF 1.186332e-19
## 3975 MF 1.746198e-19
## 3976 MF 1.963873e-19
## 3977 MF 2.204469e-19
## 3978 MF 6.274224e-19
## 3979 MF 9.587539e-19
## 3980 MF 1.124031e-18
## 3981 MF 1.458198e-18
## 3982 MF 1.458198e-18
## 3983 MF 2.216301e-18
## 3984 MF 3.526886e-18
## 3985 MF 3.526886e-18
## 3986 MF 3.526886e-18
## 3987 MF 3.727566e-18
## 3988 MF 3.932804e-18
## 3989 MF 1.667334e-17
## 3990 MF 5.665488e-17
## 3991 MF 5.665488e-17
## 3992 MF 9.672459e-17
## 3993 MF 1.247388e-16
## 3994 MF 1.363368e-16
## 3995 MF 1.494216e-16
## 3996 MF 2.781450e-16
## 3997 MF 4.555428e-16
## 3998 MF 6.143132e-16
## 3999 MF 6.184027e-16
## 4000 MF 6.961303e-16
## 4001 MF 1.148452e-15
## 4002 MF 2.095415e-15
## 4003 MF 2.391287e-15
## 4004 MF 2.572586e-15
## 4005 MF 2.934780e-15
## 4006 MF 3.097922e-15
## 4007 MF 5.523573e-15
## 4008 MF 1.721111e-14
## 4009 MF 1.773199e-14
## 4010 MF 2.384488e-14
## 4011 MF 3.129247e-14
## 4012 MF 3.897956e-14
## 4013 MF 4.494188e-14
## 4014 MF 5.429875e-14
## 4015 MF 5.471534e-14
## 4016 MF 8.395742e-14
## 4017 MF 9.025292e-14
## 4018 MF 1.156068e-13
## 4019 MF 1.182375e-13
## 4020 MF 1.299102e-13
## 4021 MF 1.423742e-13
## 4022 MF 1.455305e-13
## 4023 MF 1.555582e-13
## 4024 MF 1.676610e-13
## 4025 MF 2.105313e-13
## 4026 MF 2.340658e-13
## 4027 MF 2.421903e-13
## 4028 MF 2.466792e-13
## 4029 MF 2.626306e-13
## 4030 MF 2.862972e-13
## 4031 MF 3.789583e-13
## 4032 MF 4.918110e-13
## 4033 MF 5.226540e-13
## 4034 MF 5.410578e-13
## 4035 MF 6.251764e-13
## 4036 MF 6.343259e-13
## 4037 MF 7.273502e-13
## 4038 MF 1.708110e-12
## 4039 MF 1.763682e-12
## 4040 MF 2.022042e-12
## 4041 MF 2.022042e-12
## 4042 MF 3.154118e-12
## 4043 MF 4.369974e-12
## 4044 MF 4.962146e-12
## 4045 MF 5.958719e-12
## 4046 MF 7.714024e-12
## 4047 MF 8.137149e-12
## 4048 MF 9.063396e-12
## 4049 MF 1.427144e-11
## 4050 MF 1.444412e-11
## 4051 MF 1.656768e-11
## 4052 MF 1.676888e-11
## 4053 MF 1.704472e-11
## 4054 MF 1.902637e-11
## 4055 MF 2.526346e-11
## 4056 MF 2.609805e-11
## 4057 MF 2.616183e-11
## 4058 MF 2.619119e-11
## 4059 MF 2.680467e-11
## 4060 MF 2.813268e-11
## 4061 MF 2.919846e-11
## 4062 MF 3.139352e-11
## 4063 MF 3.216477e-11
## 4064 MF 3.217048e-11
## 4065 MF 3.638513e-11
## 4066 MF 3.810581e-11
## 4067 MF 3.810581e-11
## 4068 MF 3.989237e-11
## 4069 MF 5.492627e-11
## 4070 MF 6.100994e-11
## 4071 MF 1.021761e-10
## 4072 MF 1.402036e-10
## 4073 MF 1.465162e-10
## 4074 MF 1.505495e-10
## 4075 MF 1.509418e-10
## 4076 MF 1.516811e-10
## 4077 MF 1.613839e-10
## 4078 MF 1.647204e-10
## 4079 MF 1.654764e-10
## 4080 MF 2.036344e-10
## 4081 MF 2.036344e-10
## 4082 MF 2.228063e-10
## 4083 MF 2.337100e-10
## 4084 MF 2.452691e-10
## 4085 MF 2.452691e-10
## 4086 MF 2.533426e-10
## 4087 MF 2.567399e-10
## 4088 MF 2.930486e-10
## 4089 MF 3.656839e-10
## 4090 MF 4.512735e-10
## 4091 MF 4.987254e-10
## 4092 MF 5.656990e-10
## 4093 MF 6.466679e-10
## 4094 MF 7.331822e-10
## 4095 MF 9.945334e-10
## 4096 MF 1.022443e-09
## 4097 MF 1.449026e-09
## 4098 MF 1.507102e-09
## 4099 MF 1.539041e-09
## 4100 MF 1.550549e-09
## 4101 MF 1.648057e-09
## 4102 MF 1.711892e-09
## 4103 MF 1.743297e-09
## 4104 MF 2.039391e-09
## 4105 MF 2.454881e-09
## 4106 MF 2.770301e-09
## 4107 MF 4.102483e-09
## 4108 MF 4.111928e-09
## 4109 MF 4.296743e-09
## 4110 MF 6.217185e-09
## 4111 MF 6.217185e-09
## 4112 MF 6.899978e-09
## 4113 MF 8.315077e-09
## 4114 MF 9.009613e-09
## 4115 MF 9.444602e-09
## 4116 MF 9.516758e-09
## 4117 MF 1.037097e-08
## 4118 MF 1.047167e-08
## 4119 MF 1.103300e-08
## 4120 MF 1.144407e-08
## 4121 MF 1.162143e-08
## 4122 MF 1.167778e-08
## 4123 MF 1.274138e-08
## 4124 MF 1.307331e-08
## 4125 MF 1.394600e-08
## 4126 MF 1.394600e-08
## 4127 MF 1.575948e-08
## 4128 MF 2.011198e-08
## 4129 MF 2.130513e-08
## 4130 MF 2.420976e-08
## 4131 MF 2.575842e-08
## 4132 MF 2.921579e-08
## 4133 MF 3.193155e-08
## 4134 MF 3.383589e-08
## 4135 MF 3.383589e-08
## 4136 MF 3.810162e-08
## 4137 MF 4.916640e-08
## 4138 MF 5.091328e-08
## 4139 MF 5.325701e-08
## 4140 MF 5.472867e-08
## 4141 MF 5.472867e-08
## 4142 MF 5.588370e-08
## 4143 MF 5.746173e-08
## 4144 MF 5.746173e-08
## 4145 MF 5.746173e-08
## 4146 MF 5.939231e-08
## 4147 MF 6.156025e-08
## 4148 MF 6.530665e-08
## 4149 MF 7.091312e-08
## 4150 MF 7.332336e-08
## 4151 MF 7.717741e-08
## 4152 MF 8.955928e-08
## 4153 MF 1.144932e-07
## 4154 MF 1.291375e-07
## 4155 MF 1.335013e-07
## 4156 MF 1.412757e-07
## 4157 MF 1.685149e-07
## 4158 MF 1.743381e-07
## 4159 MF 1.758295e-07
## 4160 MF 1.887157e-07
## 4161 MF 1.929540e-07
## 4162 MF 2.602157e-07
## 4163 MF 2.614364e-07
## 4164 MF 2.849577e-07
## 4165 MF 2.966392e-07
## 4166 MF 2.999145e-07
## 4167 MF 3.083250e-07
## 4168 MF 3.165782e-07
## 4169 MF 3.210294e-07
## 4170 MF 3.482165e-07
## 4171 MF 3.582498e-07
## 4172 MF 3.739133e-07
## 4173 MF 4.026076e-07
## 4174 MF 4.026076e-07
## 4175 MF 4.192718e-07
## 4176 MF 5.624704e-07
## 4177 MF 5.647384e-07
## 4178 MF 7.508254e-07
## 4179 MF 7.550363e-07
## 4180 MF 7.752647e-07
## 4181 MF 7.882805e-07
## 4182 MF 8.142798e-07
## 4183 MF 8.445693e-07
## 4184 MF 8.472333e-07
## 4185 MF 8.962386e-07
## 4186 MF 9.514397e-07
## 4187 MF 9.638008e-07
## 4188 MF 9.642398e-07
## 4189 MF 1.021903e-06
## 4190 MF 1.156212e-06
## 4191 MF 1.181444e-06
## 4192 MF 1.285130e-06
## 4193 MF 1.326838e-06
## 4194 MF 1.390049e-06
## 4195 MF 1.393637e-06
## 4196 MF 1.455865e-06
## 4197 MF 1.523465e-06
## 4198 MF 1.524247e-06
## 4199 MF 1.536813e-06
## 4200 MF 1.540749e-06
## 4201 MF 1.540749e-06
## 4202 MF 1.624902e-06
## 4203 MF 1.668087e-06
## 4204 MF 1.805757e-06
## 4205 MF 1.810394e-06
## 4206 MF 1.919128e-06
## 4207 MF 1.978092e-06
## 4208 MF 2.050657e-06
## 4209 MF 2.236306e-06
## 4210 MF 2.316459e-06
## 4211 MF 2.391355e-06
## 4212 MF 2.409978e-06
## 4213 MF 2.669811e-06
## 4214 MF 2.736979e-06
## 4215 MF 2.774998e-06
## 4216 MF 3.158307e-06
## 4217 MF 3.158307e-06
## 4218 MF 3.158307e-06
## 4219 MF 3.161947e-06
## 4220 MF 3.312776e-06
## 4221 MF 3.635923e-06
## 4222 MF 3.689545e-06
## 4223 MF 3.868354e-06
## 4224 MF 3.947811e-06
## 4225 MF 3.947811e-06
## 4226 MF 4.132153e-06
## 4227 MF 4.239630e-06
## 4228 MF 4.302781e-06
## 4229 MF 4.404248e-06
## 4230 MF 4.568476e-06
## 4231 MF 4.568476e-06
## 4232 MF 5.212917e-06
## 4233 MF 5.300060e-06
## 4234 MF 5.398383e-06
## 4235 MF 5.925903e-06
## 4236 MF 6.135938e-06
## 4237 MF 6.217566e-06
## 4238 MF 6.262436e-06
## 4239 MF 6.477570e-06
## 4240 MF 6.501951e-06
## 4241 MF 6.710972e-06
## 4242 MF 7.038316e-06
## 4243 MF 7.459238e-06
## 4244 MF 7.460169e-06
## 4245 MF 7.702056e-06
## 4246 MF 7.702056e-06
## 4247 MF 7.935540e-06
## 4248 MF 8.169140e-06
## 4249 MF 8.169140e-06
## 4250 MF 8.443237e-06
## 4251 MF 8.738823e-06
## 4252 MF 8.875667e-06
## 4253 MF 9.171444e-06
## 4254 MF 9.436401e-06
## 4255 MF 9.588856e-06
## 4256 MF 9.996396e-06
## 4257 <NA> 0.000000e+00
## 4258 <NA> 0.000000e+00
## 4259 <NA> 0.000000e+00
## 4260 <NA> 0.000000e+00
## 4261 <NA> 0.000000e+00
## 4262 <NA> 0.000000e+00
## 4263 <NA> 0.000000e+00
## 4264 <NA> 0.000000e+00
## 4265 <NA> 0.000000e+00
## 4266 <NA> 0.000000e+00
## 4267 <NA> 0.000000e+00
## 4268 <NA> 0.000000e+00
## 4269 <NA> 4.456770e-240
## 4270 <NA> 1.099285e-234
## 4271 <NA> 9.855715e-220
## 4272 <NA> 1.899383e-216
## 4273 <NA> 1.704859e-201
## 4274 <NA> 1.933511e-197
## 4275 <NA> 5.800133e-190
## 4276 <NA> 5.800133e-190
## 4277 <NA> 1.223411e-180
## 4278 <NA> 5.041597e-175
## 4279 <NA> 4.638349e-174
## 4280 <NA> 1.585930e-163
## 4281 <NA> 7.680936e-158
## 4282 <NA> 2.797656e-147
## 4283 <NA> 3.225744e-140
## 4284 <NA> 1.249892e-132
## 4285 <NA> 4.676864e-132
## 4286 <NA> 6.381590e-130
## 4287 <NA> 6.740408e-124
## 4288 <NA> 1.705317e-122
## 4289 <NA> 2.643294e-112
## 4290 <NA> 3.414018e-103
## 4291 <NA> 1.447249e-96
## 4292 <NA> 5.197601e-95
## 4293 <NA> 2.436518e-88
## 4294 <NA> 2.242347e-87
## 4295 <NA> 9.394388e-87
## 4296 <NA> 7.142111e-85
## 4297 <NA> 2.591909e-81
## 4298 <NA> 3.768981e-80
## 4299 <NA> 1.400891e-72
## 4300 <NA> 4.336259e-71
## 4301 <NA> 6.969577e-71
## 4302 <NA> 3.371566e-65
## 4303 <NA> 8.824807e-65
## 4304 <NA> 7.930141e-64
## 4305 <NA> 1.790261e-62
## 4306 <NA> 7.124925e-62
## 4307 <NA> 8.810269e-62
## 4308 <NA> 1.528093e-61
## 4309 <NA> 1.664940e-61
## 4310 <NA> 7.051614e-61
## 4311 <NA> 5.484922e-59
## 4312 <NA> 1.611269e-58
## 4313 <NA> 8.400980e-56
## 4314 <NA> 1.813692e-51
## 4315 <NA> 5.975552e-50
## 4316 <NA> 1.058992e-49
## 4317 <NA> 1.106345e-48
## 4318 <NA> 6.603015e-48
## 4319 <NA> 2.388444e-47
## 4320 <NA> 7.619698e-46
## 4321 <NA> 8.419018e-46
## 4322 <NA> 4.483287e-41
## 4323 <NA> 9.741743e-41
## 4324 <NA> 7.457946e-39
## 4325 <NA> 6.011238e-38
## 4326 <NA> 8.658163e-38
## 4327 <NA> 6.127674e-37
## 4328 <NA> 8.728919e-37
## 4329 <NA> 1.866305e-35
## 4330 <NA> 2.207613e-35
## 4331 <NA> 3.158069e-35
## 4332 <NA> 2.341714e-33
## 4333 <NA> 1.723210e-31
## 4334 <NA> 3.278002e-31
## 4335 <NA> 3.124278e-30
## 4336 <NA> 7.272641e-30
## 4337 <NA> 1.278604e-29
## 4338 <NA> 1.485571e-29
## 4339 <NA> 4.113368e-29
## 4340 <NA> 4.113368e-29
## 4341 <NA> 1.000229e-28
## 4342 <NA> 1.353265e-27
## 4343 <NA> 1.590743e-27
## 4344 <NA> 1.594057e-27
## 4345 <NA> 1.814444e-25
## 4346 <NA> 1.869498e-25
## 4347 <NA> 2.304342e-24
## 4348 <NA> 7.430469e-24
## 4349 <NA> 1.056409e-23
## 4350 <NA> 2.867719e-23
## 4351 <NA> 3.150920e-23
## 4352 <NA> 4.169628e-23
## 4353 <NA> 4.124820e-22
## 4354 <NA> 1.971433e-21
## 4355 <NA> 1.071524e-20
## 4356 <NA> 2.751149e-20
## 4357 <NA> 2.751149e-20
## 4358 <NA> 3.084349e-20
## 4359 <NA> 3.278810e-20
## 4360 <NA> 6.691313e-20
## 4361 <NA> 1.293996e-19
## 4362 <NA> 2.520165e-19
## 4363 <NA> 4.999225e-19
## 4364 <NA> 1.100673e-18
## 4365 <NA> 1.237705e-18
## 4366 <NA> 3.526886e-18
## 4367 <NA> 6.618704e-18
## 4368 <NA> 1.322205e-17
## 4369 <NA> 1.898071e-17
## 4370 <NA> 2.333802e-17
## 4371 <NA> 4.575785e-17
## 4372 <NA> 5.665488e-17
## 4373 <NA> 1.494216e-16
## 4374 <NA> 1.980090e-16
## 4375 <NA> 2.723316e-16
## 4376 <NA> 3.313686e-16
## 4377 <NA> 4.836687e-16
## 4378 <NA> 5.351292e-16
## 4379 <NA> 1.504024e-15
## 4380 <NA> 2.919117e-15
## 4381 <NA> 3.319054e-15
## 4382 <NA> 5.241369e-15
## 4383 <NA> 3.897956e-14
## 4384 <NA> 2.296371e-13
## 4385 <NA> 4.717207e-13
## 4386 <NA> 8.643720e-13
## 4387 <NA> 9.587364e-13
## 4388 <NA> 2.984608e-12
## 4389 <NA> 5.077981e-12
## 4390 <NA> 6.914652e-12
## 4391 <NA> 9.418878e-12
## 4392 <NA> 1.129337e-11
## 4393 <NA> 1.188348e-11
## 4394 <NA> 2.062316e-11
## 4395 <NA> 5.253515e-11
## 4396 <NA> 7.146566e-11
## 4397 <NA> 1.292955e-10
## 4398 <NA> 4.212791e-10
## 4399 <NA> 6.104496e-10
## 4400 <NA> 7.234684e-10
## 4401 <NA> 7.278394e-10
## 4402 <NA> 7.833713e-10
## 4403 <NA> 8.339880e-10
## 4404 <NA> 1.175670e-09
## 4405 <NA> 1.237620e-09
## 4406 <NA> 1.390118e-09
## 4407 <NA> 1.729012e-09
## 4408 <NA> 1.729012e-09
## 4409 <NA> 1.730671e-09
## 4410 <NA> 2.141950e-09
## 4411 <NA> 3.903722e-09
## 4412 <NA> 4.398019e-09
## 4413 <NA> 4.676009e-09
## 4414 <NA> 5.248119e-09
## 4415 <NA> 8.861952e-09
## 4416 <NA> 1.131250e-08
## 4417 <NA> 1.525459e-08
## 4418 <NA> 1.901779e-08
## 4419 <NA> 2.191939e-08
## 4420 <NA> 2.713076e-08
## 4421 <NA> 2.713076e-08
## 4422 <NA> 3.524414e-08
## 4423 <NA> 3.934731e-08
## 4424 <NA> 4.088710e-08
## 4425 <NA> 4.769170e-08
## 4426 <NA> 4.769170e-08
## 4427 <NA> 4.769170e-08
## 4428 <NA> 4.919256e-08
## 4429 <NA> 5.746173e-08
## 4430 <NA> 5.746173e-08
## 4431 <NA> 5.746173e-08
## 4432 <NA> 8.292619e-08
## 4433 <NA> 8.292619e-08
## 4434 <NA> 9.029169e-08
## 4435 <NA> 9.420873e-08
## 4436 <NA> 9.546661e-08
## 4437 <NA> 9.781270e-08
## 4438 <NA> 9.838621e-08
## 4439 <NA> 9.838621e-08
## 4440 <NA> 1.217267e-07
## 4441 <NA> 1.472862e-07
## 4442 <NA> 3.087099e-07
## 4443 <NA> 3.165782e-07
## 4444 <NA> 3.617765e-07
## 4445 <NA> 3.741039e-07
## 4446 <NA> 4.669535e-07
## 4447 <NA> 5.036800e-07
## 4448 <NA> 1.074341e-06
## 4449 <NA> 1.256456e-06
## 4450 <NA> 1.256456e-06
## 4451 <NA> 1.256456e-06
## 4452 <NA> 1.338820e-06
## 4453 <NA> 1.455865e-06
## 4454 <NA> 1.482808e-06
## 4455 <NA> 1.482808e-06
## 4456 <NA> 1.670915e-06
## 4457 <NA> 1.903413e-06
## 4458 <NA> 2.895619e-06
## 4459 <NA> 3.359136e-06
## 4460 <NA> 3.480921e-06
## 4461 <NA> 3.633943e-06
## 4462 <NA> 5.255636e-06
## 4463 <NA> 5.614703e-06
## 4464 <NA> 5.665130e-06
## 4465 <NA> 6.217566e-06
## 4466 <NA> 7.219235e-06
## 4467 <NA> 7.962854e-06
## 4468 <NA> 8.952442e-06
go_results<-go_results%>%
filter(ontology=="BP")%>%
filter(bh_adjust != "NA") %>%
filter(numInCat>10)%>%
arrange(., bh_adjust)
dim(go_results)
## [1] 2774 9
head(go_results)
## X GOterm over_represented_pvalue under_represented_pvalue numDEInCat
## 1 1 GO:0000003 0 1 465
## 2 2 GO:0006139 0 1 608
## 3 3 GO:0006355 0 1 462
## 4 4 GO:0006725 0 1 650
## 5 5 GO:0006807 0 1 1215
## 6 6 GO:0006810 0 1 664
## numInCat term ontology bh_adjust
## 1 465 reproduction BP 0
## 2 608 nucleobase-containing compound metabolic process BP 0
## 3 462 regulation of DNA-templated transcription BP 0
## 4 650 cellular aromatic compound metabolic process BP 0
## 5 1215 nitrogen compound metabolic process BP 0
## 6 664 transport BP 0
library(rrvgo)
#Reduce/collapse GO term set with the rrvgo package
simMatrix <- calculateSimMatrix(go_results$GOterm,
orgdb="org.Ce.eg.db", #c. elegans database
ont="BP",
method="Rel")
##
## preparing gene to GO mapping data...
## preparing IC data...
#calculate similarity
scores <- setNames(-log(go_results$bh_adjust), go_results$GOterm)
reducedTerms <- reduceSimMatrix(simMatrix,
scores,
threshold=0.7,
orgdb="org.Ce.eg.db")
dim(reducedTerms)
## [1] 2213 10
#keep only the goterms from the reduced list
go_results<-go_results%>%
filter(GOterm %in% reducedTerms$go)
#add in parent terms to list of go terms
go_results$ParentTerm<-reducedTerms$parentTerm[match(go_results$GOterm, reducedTerms$go)]
write.csv(go_results, "../../output/WGCNA/GO_analysis/goseq_pattern_calcification_filtered.csv")
#plot significantly enriched GO terms by Slim Category faceted by slim term
GO.plot_calcification <- ggplot(go_results, aes(x = ontology, y = term)) +
geom_point(aes(size=bh_adjust)) +
scale_size(name="Over rep. p-value", trans="reverse", range=c(1,3))+
facet_grid(ParentTerm ~ ., scales = "free", labeller = label_wrap_gen(width = 5, multi_line = TRUE))+
theme_bw() + theme(panel.border = element_blank(), panel.grid.major = element_blank(),
panel.grid.minor = element_blank(), axis.line = element_line(colour = "black"),
strip.text.y = element_text(angle=0, size = 10),
strip.text.x = element_text(size = 20),
axis.text = element_text(size = 8),
axis.title.x = element_blank(),
axis.title.y = element_blank())
GO.plot_calcification
ggsave(filename="../../output/WGCNA/GO_analysis/GO.plot_calcification.png", plot=GO.plot_calcification, dpi=300, height=100, units="in", limitsize=FALSE)
## Saving 7 x 100 in image
library(dplyr)
result <- go_results %>%
dplyr::group_by(ParentTerm) %>%
dplyr::summarize(Number.of.terms = n_distinct(term))%>%
mutate(Calcification.direction = "Up")
print(result)
## # A tibble: 149 × 3
## ParentTerm Number.of.terms Calcification.direct…¹
## <chr> <int> <chr>
## 1 DNA metabolic process 26 Up
## 2 DNA-templated transcription initiation 6 Up
## 3 RNA processing 12 Up
## 4 actin filament-based process 12 Up
## 5 aging 2 Up
## 6 amide metabolic process 12 Up
## 7 ammonium ion metabolic process 1 Up
## 8 anatomical structure morphogenesis 27 Up
## 9 animal organ development 15 Up
## 10 behavior 10 Up
## # ℹ 139 more rows
## # ℹ abbreviated name: ¹​Calcification.direction
2842 genes are in the 4 modules significantly downregulated by calcification.
### Generate vector with names of all genes
ALL.vector <- c(geneInfo$gene_id)
### Generate length vector for all genes
LENGTH.vector <- as.integer(geneInfo$Length)
### Generate vector with names in just the module we are analyzing
ID.vector <- geneInfo%>%
filter(moduleColor %in% c("turquoise","magenta","lightcyan"))%>%
pull(gene_id)
length(ID.vector) #2842
## [1] 2842
##Get a list of GO Terms for each module
GO.terms <- geneInfo%>%
filter(moduleColor %in% c("turquoise","magenta","lightcyan"))%>%
dplyr::select(GOs,gene_id) %>% rename(GOs = "GO.terms")
dim(GO.terms) #2842 2
## [1] 2842 2
##Format to have one goterm per row with gene ID repeated
split <- strsplit(as.character(GO.terms$GO.terms), ";")
split2 <- data.frame(v1 = rep.int(GO.terms$gene, sapply(split, length)), v2 = unlist(split))
colnames(split2) <- c("gene", "GO.terms")
GO.terms<-split2
##Construct list of genes with 1 for genes in module and 0 for genes not in the module
gene.vector=as.integer(ALL.vector %in% ID.vector)
names(gene.vector)<-ALL.vector#set names
#weight gene vector by bias for length of gene
pwf<-nullp(gene.vector, ID.vector, bias.data=LENGTH.vector)
## Warning in pcls(G): initial point very close to some inequality constraints
#run goseq using Wallenius method for all categories of GO terms
GO.wall<-goseq(pwf, ID.vector, gene2cat=GO.terms, test.cats=c("GO:BP", "GO:MF", "GO:CC"), method="Wallenius", use_genes_without_cat=TRUE)
## Using manually entered categories.
## Calculating the p-values...
## 'select()' returned 1:1 mapping between keys and columns
GO <- GO.wall[order(GO.wall$over_represented_pvalue),]
colnames(GO)[1] <- "GOterm"
#adjust p-values
GO$bh_adjust <- p.adjust(GO$over_represented_pvalue, method="BH") #add adjusted p-values
#Filtering for p < 0.01
GO <- GO %>%
dplyr::filter(bh_adjust<0.00001) %>%
dplyr::arrange(., ontology, bh_adjust)
#Write file of results
write.csv(GO, file = "../../output/WGCNA/GO_analysis/goseq_pattern_calcification_down.csv")
go_results <-read.csv("../../output/WGCNA/GO_analysis/goseq_pattern_calcification_down.csv")
go_results<-go_results%>%
filter(ontology=="BP")%>%
filter(bh_adjust != "NA") %>%
filter(numInCat>10)%>%
arrange(., bh_adjust)
dim(go_results)
## [1] 1892 9
head(go_results)
## X GOterm over_represented_pvalue under_represented_pvalue numDEInCat
## 1 1 GO:0006139 0 1 485
## 2 2 GO:0006725 0 1 513
## 3 3 GO:0006807 0 1 910
## 4 4 GO:0006810 0 1 419
## 5 5 GO:0006950 0 1 364
## 6 6 GO:0006996 0 1 461
## numInCat term ontology bh_adjust
## 1 485 nucleobase-containing compound metabolic process BP 0
## 2 513 cellular aromatic compound metabolic process BP 0
## 3 910 nitrogen compound metabolic process BP 0
## 4 419 transport BP 0
## 5 364 response to stress BP 0
## 6 461 organelle organization BP 0
library(rrvgo)
#Reduce/collapse GO term set with the rrvgo package
simMatrix <- calculateSimMatrix(go_results$GOterm,
orgdb="org.Ce.eg.db", #c. elegans database
ont="BP",
method="Rel")
## preparing gene to GO mapping data...
## preparing IC data...
#calculate similarity
scores <- setNames(-log(go_results$bh_adjust), go_results$GOterm)
reducedTerms <- reduceSimMatrix(simMatrix,
scores,
threshold=0.7,
orgdb="org.Ce.eg.db")
dim(reducedTerms)
## [1] 1638 10
#keep only the goterms from the reduced list
go_results<-go_results%>%
filter(GOterm %in% reducedTerms$go)
#add in parent terms to list of go terms
go_results$ParentTerm<-reducedTerms$parentTerm[match(go_results$GOterm, reducedTerms$go)]
write.csv(go_results, "../../output/WGCNA/GO_analysis/goseq_pattern_calcification_down_filtered.csv")
#plot significantly enriched GO terms by Slim Category faceted by slim term
GO.plot_calcification_down <- ggplot(go_results, aes(x = ontology, y = term)) +
geom_point(aes(size=bh_adjust)) +
scale_size(name="Over rep. p-value", trans="reverse", range=c(1,3))+
facet_grid(ParentTerm ~ ., scales = "free", labeller = label_wrap_gen(width = 5, multi_line = TRUE))+
theme_bw() + theme(panel.border = element_blank(), panel.grid.major = element_blank(),
panel.grid.minor = element_blank(), axis.line = element_line(colour = "black"),
strip.text.y = element_text(angle=0, size = 10),
strip.text.x = element_text(size = 20),
axis.text = element_text(size = 8),
axis.title.x = element_blank(),
axis.title.y = element_blank())
GO.plot_calcification_down
ggsave(filename="../../output/WGCNA/GO_analysis/GO.plot_calcification_down.png", plot=GO.plot_calcification_down, dpi=300, height=100, units="in", limitsize=FALSE)
## Saving 7 x 100 in image
library(dplyr)
result_down <- go_results %>%
dplyr::group_by(ParentTerm) %>%
dplyr::summarize(Number.of.terms = n_distinct(term))%>%
mutate(Calcification.direction = "Down")
print(result_down)
## # A tibble: 128 × 3
## ParentTerm Number.of.terms Calcification.direct…¹
## <chr> <int> <chr>
## 1 RNA processing 29 Down
## 2 actin filament-based process 11 Down
## 3 aging 2 Down
## 4 amide metabolic process 12 Down
## 5 ammonium ion metabolic process 1 Down
## 6 anatomical structure morphogenesis 29 Down
## 7 animal organ development 16 Down
## 8 behavior 8 Down
## 9 biological process involved in inters… 7 Down
## 10 biosynthetic process 24 Down
## # ℹ 118 more rows
## # ℹ abbreviated name: ¹​Calcification.direction
cal_freq_terms<- merge(result,result_down, by=c("ParentTerm","Number.of.terms","Calcification.direction"),all=T)
cal_biomin_terms <-read.csv("../../output/Biomineralization_goterms.csv")
head(cal_biomin_terms)
## Factor X.1 X GOterm over_represented_pvalue under_represented_pvalue
## 1 Biomin 110 158 GO:0030048 1 0.9417955
## 2 Biomin 135 192 GO:0070252 1 0.9417955
## 3 Biomin 397 563 GO:0006928 1 0.8194394
## 4 Biomin 449 627 GO:0030334 1 0.9494130
## 5 Biomin 450 628 GO:0030335 1 0.9494130
## 6 Biomin 451 629 GO:0030336 1 0.9494130
## numDEInCat numInCat term ontology
## 1 0 1 actin filament-based movement BP
## 2 0 1 actin-mediated cell contraction BP
## 3 0 4 movement of cell or subcellular component BP
## 4 0 1 regulation of cell migration BP
## 5 0 1 positive regulation of cell migration BP
## 6 0 1 negative regulation of cell migration BP
## bh_adjust ParentTerm
## 1 1 actin-mediated cell contraction
## 2 1 actin-mediated cell contraction
## 3 1 actin-mediated cell contraction
## 4 1 actin-mediated cell contraction
## 5 1 actin-mediated cell contraction
## 6 1 actin-mediated cell contraction
cal_up_terms <-read.csv("../../output/WGCNA/GO_analysis/goseq_pattern_calcification_filtered.csv")
cal_up_terms<- cal_up_terms %>%
mutate(Factor = "Up")
head(cal_up_terms)
## X.1 X GOterm over_represented_pvalue under_represented_pvalue numDEInCat
## 1 1 1 GO:0000003 0 1 465
## 2 2 2 GO:0006139 0 1 608
## 3 3 3 GO:0006355 0 1 462
## 4 4 4 GO:0006725 0 1 650
## 5 5 5 GO:0006807 0 1 1215
## 6 6 6 GO:0006810 0 1 664
## numInCat term ontology bh_adjust
## 1 465 reproduction BP 0
## 2 608 nucleobase-containing compound metabolic process BP 0
## 3 462 regulation of DNA-templated transcription BP 0
## 4 650 cellular aromatic compound metabolic process BP 0
## 5 1215 nitrogen compound metabolic process BP 0
## 6 664 transport BP 0
## ParentTerm Factor
## 1 reproduction Up
## 2 metabolic process Up
## 3 regulation of biosynthetic process Up
## 4 metabolic process Up
## 5 metabolic process Up
## 6 localization Up
cal_down_terms <-read.csv("../../output/WGCNA/GO_analysis/goseq_pattern_calcification_down_filtered.csv")
cal_down_terms<-cal_down_terms %>%
mutate(Factor = "Down")
head(cal_down_terms)
## X.1 X GOterm over_represented_pvalue under_represented_pvalue numDEInCat
## 1 1 1 GO:0006139 0 1 485
## 2 2 2 GO:0006725 0 1 513
## 3 3 3 GO:0006807 0 1 910
## 4 4 4 GO:0006810 0 1 419
## 5 5 5 GO:0006950 0 1 364
## 6 6 6 GO:0006996 0 1 461
## numInCat term ontology bh_adjust
## 1 485 nucleobase-containing compound metabolic process BP 0
## 2 513 cellular aromatic compound metabolic process BP 0
## 3 910 nitrogen compound metabolic process BP 0
## 4 419 transport BP 0
## 5 364 response to stress BP 0
## 6 461 organelle organization BP 0
## ParentTerm Factor
## 1 gene expression Down
## 2 gene expression Down
## 3 gene expression Down
## 4 localization Down
## 5 response to stress Down
## 6 cellular component organization or biogenesis Down
colnames(cal_biomin_terms)
## [1] "Factor" "X.1"
## [3] "X" "GOterm"
## [5] "over_represented_pvalue" "under_represented_pvalue"
## [7] "numDEInCat" "numInCat"
## [9] "term" "ontology"
## [11] "bh_adjust" "ParentTerm"
colnames(cal_up_terms)
## [1] "X.1" "X"
## [3] "GOterm" "over_represented_pvalue"
## [5] "under_represented_pvalue" "numDEInCat"
## [7] "numInCat" "term"
## [9] "ontology" "bh_adjust"
## [11] "ParentTerm" "Factor"
colnames(cal_down_terms)
## [1] "X.1" "X"
## [3] "GOterm" "over_represented_pvalue"
## [5] "under_represented_pvalue" "numDEInCat"
## [7] "numInCat" "term"
## [9] "ontology" "bh_adjust"
## [11] "ParentTerm" "Factor"
colnames(cal_freq_terms)
## [1] "ParentTerm" "Number.of.terms"
## [3] "Calcification.direction"
###Merge biomineralization, up and down-regulation of calcification GOterms
all_terms<- merge(cal_up_terms,cal_down_terms, by=c("Factor","GOterm","X.1","X","GOterm","over_represented_pvalue","under_represented_pvalue","numDEInCat","numInCat","term","ontology","bh_adjust","ParentTerm"),all=T)
all_terms<- merge(all_terms,cal_biomin_terms, by=c("Factor","GOterm","X.1","X","GOterm","over_represented_pvalue","under_represented_pvalue","numDEInCat","numInCat","term","ontology","bh_adjust","ParentTerm"),all=T)
all_terms$GOterm<-as.factor(all_terms$GOterm)
head(all_terms)
## Factor GOterm X.1 X over_represented_pvalue under_represented_pvalue
## 1 Biomin GO:0000003 748 1054 1 0.7918886
## 2 Biomin GO:0000041 335 479 1 0.9545025
## 3 Biomin GO:0000122 295 438 1 0.9689632
## 4 Biomin GO:0000132 97 143 1 0.9417955
## 5 Biomin GO:0000226 390 556 1 0.8588726
## 6 Biomin GO:0000278 595 812 1 0.9325796
## numDEInCat numInCat term
## 1 0 5 reproduction
## 2 0 1 transition metal ion transport
## 3 0 1 negative regulation of transcription by RNA polymerase II
## 4 0 1 establishment of mitotic spindle orientation
## 5 0 3 microtubule cytoskeleton organization
## 6 0 2 mitotic cell cycle
## ontology bh_adjust
## 1 BP 1
## 2 BP 1
## 3 BP 1
## 4 BP 1
## 5 BP 1
## 6 BP 1
## ParentTerm
## 1 gonad development
## 2 divalent metal ion transport
## 3 negative regulation of nucleobase-containing compound metabolic process
## 4 establishment of mitotic spindle orientation
## 5 microtubule-based process
## 6 microtubule cytoskeleton organization involved in mitosis
tail(all_terms)
## Factor GOterm X.1 X over_represented_pvalue
## 4648 Up GO:2001242 922 983 5.023572e-31
## 4649 Up GO:2001243 1342 1500 2.171774e-18
## 4650 Up GO:2001251 978 1045 3.318296e-29
## 4651 Up GO:2001252 713 759 1.527374e-42
## 4652 Up GO:2001257 1514 1737 2.346995e-15
## 4653 Up GO:2001259 2050 2535 2.136874e-09
## under_represented_pvalue numDEInCat numInCat
## 4648 1 42 42
## 4649 1 24 24
## 4650 1 43 43
## 4651 1 61 61
## 4652 1 21 21
## 4653 1 12 12
## term ontology
## 4648 regulation of intrinsic apoptotic signaling pathway BP
## 4649 negative regulation of intrinsic apoptotic signaling pathway BP
## 4650 negative regulation of chromosome organization BP
## 4651 positive regulation of chromosome organization BP
## 4652 regulation of cation channel activity BP
## 4653 positive regulation of cation channel activity BP
## bh_adjust ParentTerm
## 4648 5.462041e-30 regulation of cell death
## 4649 1.558880e-17 regulation of cell death
## 4650 3.389807e-28 regulation of cellular component organization
## 4651 2.152863e-41 regulation of cellular component organization
## 4652 1.467562e-14 regulation of localization
## 4653 9.175464e-09 regulation of localization
goterms_shared <- all_terms %>%
group_by(GOterm) %>%
dplyr::summarise(
ParentTerm = paste(unique(ParentTerm), collapse = ", "),
Factor = paste(unique(Factor), collapse = ", ")
)
dim(goterms_shared)
## [1] 2365 3
write.csv(goterms_shared, "../../output/WGCNA/GO_analysis/Merged_GOterms_factor_ParentTerm.csv")
result_unique <- goterms_shared %>%
group_by(ParentTerm,Factor) %>%
dplyr::summarise(SharedGOterms = n_distinct(GOterm))%>%
arrange(-SharedGOterms)
## `summarise()` has grouped output by 'ParentTerm'. You can override using the
## `.groups` argument.
result_filtered_up<- result_unique %>%
dplyr::filter(Factor=="Biomin, Down, Up" | Factor=="Biomin, Up")
#dplyr::filter(SharedGOterms>=5)
result_filtered_down<- result_unique %>%
dplyr::filter(Factor=="Biomin, Down, Up" | Factor=="Biomin, Down")
#dplyr::filter(SharedGOterms>=5)
library(rrvgo)
# Define the unique module colors
module_colors <- na.omit(unique(geneInfo$moduleColor))
# Generate vector with names of all genes
ALL.vector <- c(geneInfo$gene_id)
# Generate length vector for all genes
LENGTH.vector <- as.integer(geneInfo$Length)
# Loop over each unique module color
for (color in module_colors) {
# Filter geneInfo based on the current color
color_filtered <- geneInfo %>% filter(moduleColor == color)
# Generate vector with names in just the module we are analyzing
ID.vector <- color_filtered$gene_id
length(ID.vector)
# Get a list of GO Terms for each module
GO.terms <- color_filtered %>%
dplyr::select(GOs, gene_id) %>%
rename(GOs = "GO.terms")
dim(GO.terms)
## Format to have one GO term per row with gene ID repeated
split <- strsplit(as.character(GO.terms$GO.terms), ";")
split2 <- data.frame(v1 = rep.int(GO.terms$gene_id, sapply(split, length)), v2 = unlist(split))
colnames(split2) <- c("gene", "GO.terms")
GO.terms <- split2
## Construct list of genes with 1 for genes in module and 0 for genes not in the module
gene.vector <- as.integer(ALL.vector %in% ID.vector)
names(gene.vector) <- ALL.vector # set names
# Weight gene vector by bias for length of gene
pwf <- nullp(gene.vector, ID.vector, bias.data = LENGTH.vector)
# Run goseq using Wallenius method for all categories of GO terms
GO.wall <- goseq(pwf, ID.vector, gene2cat = GO.terms, test.cats = c("GO:BP", "GO:MF", "GO:CC"), method = "Wallenius", use_genes_without_cat = TRUE)
GO <- GO.wall[order(GO.wall$over_represented_pvalue),]
colnames(GO)[1] <- "GOterm"
# Adjust p-values
GO$bh_adjust <- p.adjust(GO$over_represented_pvalue, method = "BH")
# Filtering for p < 0.01
GO <- GO %>%
dplyr::filter(bh_adjust < 0.00001) %>%
dplyr::arrange(., ontology, bh_adjust)
# Write file of results
write.csv(GO, file = paste0("../../output/WGCNA/GO_analysis/goseq_pattern_", color, ".csv"))
go_results <- GO
go_results<-go_results%>%
filter(ontology=="BP")%>%
filter(bh_adjust != "NA") %>%
filter(numInCat>100)%>%
arrange(., bh_adjust)
#Reduce/collapse GO term set with the rrvgo package
simMatrix <- calculateSimMatrix(go_results$GOterm,
orgdb="org.Ce.eg.db", #c. elegans database
ont="BP",
method="Rel")
#calculate similarity
scores <- setNames(-log(go_results$bh_adjust), go_results$GOterm)
reducedTerms <- reduceSimMatrix(simMatrix,
scores,
threshold=0.7,
orgdb="org.Ce.eg.db")
#keep only the goterms from the reduced list
go_results <- go_results %>% filter(GOterm %in% reducedTerms$go)
#add in parent terms to list of go terms
go_results$ParentTerm<-reducedTerms$parentTerm[match(go_results$GOterm, reducedTerms$go)]
#plot significantly enriched GO terms by Slim Category faceted by slim term
GO.plot <- ggplot(go_results, aes(x = ontology, y = term)) +
geom_point(aes(size=bh_adjust)) +
scale_size(name="Over rep. p-value", trans="reverse", range=c(1,3))+
facet_grid(ParentTerm ~ ., scales = "free", labeller = label_wrap_gen(width = 5, multi_line = TRUE))+
theme_bw() + theme(panel.border = element_blank(), panel.grid.major = element_blank(),
panel.grid.minor = element_blank(), axis.line = element_line(colour = "black"),
strip.text.y = element_text(angle=0, size = 10),
strip.text.x = element_text(size = 20),
axis.text = element_text(size = 8),
axis.title.x = element_blank(),
axis.title.y = element_blank())
GO.plot
length(colnames(go_results)[go_results$ParentTerm=="cation transport"])
length(colnames(go_results)[go_results$ParentTerm=="inorganic ion homeostasis"])
length(colnames(go_results)[go_results$ParentTerm=="regulation of cellular response to stress"])
}
#Specific differentially expressed genes
wgcna_counts_filtered<-read.csv("../../output/Filtered_gene_count_matrix.csv", strip.white=T)
wgcna_counts_filtered<- plyr::rename(wgcna_counts_filtered, c("X"="Gene"))
colnames(wgcna_counts_filtered)
## [1] "Gene" "RF13B" "RF13D" "RF14B" "RF14C" "RF15B" "RF15D" "RF17B" "RF17D"
## [10] "RF18B" "RF18D" "RF19B" "RF19C" "RF20B" "RF20C" "RF22B" "RF22C" "RF23A"
## [19] "RF23C" "RF24B" "RF24D" "RF25A" "RF25C" "RS11B" "RS11D" "RS12A" "RS12C"
## [28] "RS13A" "RS13C" "RS14B" "RS14C" "RS15B" "RS15D" "RS1B" "RS1C" "RS2B"
## [37] "RS2C" "RS3B" "RS3D" "RS6A" "RS6D" "RS7B" "RS7C" "RS8B" "RS8C"
## [46] "RS9A" "RS9C"
library(tidyr)
wgcna_counts_filtered_long <- pivot_longer(wgcna_counts_filtered, cols=2:47, names_to = "Colony", values_to = "Counts")
wgcna_counts_filtered_long$Colony <- as.factor(wgcna_counts_filtered_long$Colony)
head(wgcna_counts_filtered_long)
## # A tibble: 6 × 3
## Gene Colony Counts
## <chr> <fct> <int>
## 1 Pocillopora_acuta_HIv2___RNAseq.g27841.t1 RF13B 61
## 2 Pocillopora_acuta_HIv2___RNAseq.g27841.t1 RF13D 73
## 3 Pocillopora_acuta_HIv2___RNAseq.g27841.t1 RF14B 62
## 4 Pocillopora_acuta_HIv2___RNAseq.g27841.t1 RF14C 51
## 5 Pocillopora_acuta_HIv2___RNAseq.g27841.t1 RF15B 31
## 6 Pocillopora_acuta_HIv2___RNAseq.g27841.t1 RF15D 37
wgcna_counts_filtered_long <- wgcna_counts_filtered_long %>%
separate(Colony, into = c('Origin', 'Colony.number'), sep = 2)
head(wgcna_counts_filtered_long)
## # A tibble: 6 × 4
## Gene Origin Colony.number Counts
## <chr> <chr> <chr> <int>
## 1 Pocillopora_acuta_HIv2___RNAseq.g27841.t1 RF 13B 61
## 2 Pocillopora_acuta_HIv2___RNAseq.g27841.t1 RF 13D 73
## 3 Pocillopora_acuta_HIv2___RNAseq.g27841.t1 RF 14B 62
## 4 Pocillopora_acuta_HIv2___RNAseq.g27841.t1 RF 14C 51
## 5 Pocillopora_acuta_HIv2___RNAseq.g27841.t1 RF 15B 31
## 6 Pocillopora_acuta_HIv2___RNAseq.g27841.t1 RF 15D 37
library(stringr)
wgcna_counts_filtered_long$Colony <- as.numeric(str_extract(wgcna_counts_filtered_long$Colony.number, "[0-9]+"))
wgcna_counts_filtered_long<-wgcna_counts_filtered_long %>%
mutate(Treatment = trimws(str_remove(wgcna_counts_filtered_long$Colony.number, "(\\s+[A-Za-z]+)?[0-9-]+")))
head(wgcna_counts_filtered_long)
## # A tibble: 6 × 6
## Gene Origin Colony.number Counts Colony Treatment
## <chr> <chr> <chr> <int> <dbl> <chr>
## 1 Pocillopora_acuta_HIv2___RNAseq.… RF 13B 61 13 B
## 2 Pocillopora_acuta_HIv2___RNAseq.… RF 13D 73 13 D
## 3 Pocillopora_acuta_HIv2___RNAseq.… RF 14B 62 14 B
## 4 Pocillopora_acuta_HIv2___RNAseq.… RF 14C 51 14 C
## 5 Pocillopora_acuta_HIv2___RNAseq.… RF 15B 31 15 B
## 6 Pocillopora_acuta_HIv2___RNAseq.… RF 15D 37 15 D
wgcna_counts_filtered_long$Origin <- as.factor(wgcna_counts_filtered_long$Origin)
wgcna_counts_filtered_long$Treatment <- as.factor(wgcna_counts_filtered_long$Treatment)
wgcna_counts_filtered_long <- wgcna_counts_filtered_long %>%
mutate(Treatment2 = ifelse(Treatment == "A" | Treatment == "B", "Variable",
ifelse(Treatment == "C" | Treatment == "D", "Stable", NA)))
wgcna_counts_filtered_long$Treatment2 <- as.factor(wgcna_counts_filtered_long$Treatment2)
##SLC4A7
wgcna_counts_filtered_long_SLC4A7<- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g7402.t1")
library(nlme)
##
## Attaching package: 'nlme'
## The following object is masked from 'package:IRanges':
##
## collapse
## The following object is masked from 'package:dplyr':
##
## collapse
library(emmeans)
SLC4A7.lme <- lme(Counts~Origin*Treatment, random = ~1|Colony, data=wgcna_counts_filtered_long_SLC4A7, na.action=na.exclude)
car::Anova(SLC4A7.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 11.9704 1 0.0005405 ***
## Origin 0.4869 1 0.4853006
## Treatment 1.0445 3 0.7904802
## Origin:Treatment 1.3516 3 0.7169263
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(SLC4A7.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 654 61.5 19 525 783
## RS 453 54.2 19 339 566
##
## Results are averaged over the levels of: Treatment
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 201 80.8 19 2.491 0.0221
##
## Results are averaged over the levels of: Treatment
## Degrees-of-freedom method: containment
library(Rmisc)
SLC4A7_sum<-summarySE(wgcna_counts_filtered_long_SLC4A7, measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
SLC4A7_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 710.3636 265.8632 80.16078 178.6093
## 2 RF Variable 11 609.8182 241.3930 72.78272 162.1700
## 3 RS Stable 12 463.8333 248.6454 71.77773 157.9817
## 4 RS Variable 12 469.8333 166.4407 48.04730 105.7514
####Figure
pd<- position_dodge(0.2)
SLC4A7_fig<-ggplot(data=SLC4A7_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_SLC4A7,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(SLC4A7~expression))+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
SLC4A7_fig
##SLC4A3
wgcna_counts_filtered_long_SLC4A3 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___TS.g27873.t1")
wgcna_counts_filtered_long_SLC4A3
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 52 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 65 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 105 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 52 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 22 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 50 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 44 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 94 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 58 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 60 18 D Stable
## # ℹ 36 more rows
SLC4A3.lme <- lme(Counts~Origin*Treatment, random = ~1|Colony, data=wgcna_counts_filtered_long_SLC4A3 , na.action=na.exclude)
car::Anova(SLC4A3.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 24.6847 1 6.752e-07 ***
## Origin 1.7488 1 0.1860
## Treatment 0.4857 3 0.9220
## Origin:Treatment 1.1274 3 0.7705
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(SLC4A3.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 73.1 5.98 19 60.6 85.6
## RS 58.5 5.28 19 47.4 69.6
##
## Results are averaged over the levels of: Treatment
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 14.6 7.81 19 1.866 0.0776
##
## Results are averaged over the levels of: Treatment
## Degrees-of-freedom method: containment
library(Rmisc)
SLC4A3_sum<-summarySE(wgcna_counts_filtered_long_SLC4A3 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
SLC4A3_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 70.63636 21.65767 6.530032 14.54982
## 2 RF Variable 11 71.72727 27.65896 8.339491 18.58154
## 3 RS Stable 12 61.50000 22.71763 6.558016 14.43410
## 4 RS Variable 12 56.33333 17.55166 5.066726 11.15179
####Figure
pd<- position_dodge(0.2)
SLC4A3_fig<-ggplot(data=SLC4A3_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_SLC4A3 ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(SLC4A3 ~expression))+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
SLC4A3_fig
##NHE3
wgcna_counts_filtered_long_NHE3<- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g24868.t1")
wgcna_counts_filtered_long_NHE3
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 88 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 93 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 143 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 96 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 123 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 136 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 87 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 111 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 95 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 87 18 D Stable
## # ℹ 36 more rows
NHE3.lme <- lme(Counts~Origin*Treatment, random = ~1|Colony, data=wgcna_counts_filtered_long_NHE3, na.action=na.exclude)
car::Anova(NHE3.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 45.5717 1 1.472e-11 ***
## Origin 1.1334 1 0.2870
## Treatment 5.3488 3 0.1480
## Origin:Treatment 5.9678 3 0.1132
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(NHE3.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 111 6.90 19 96.9 126
## RS 102 6.19 19 89.0 115
##
## Results are averaged over the levels of: Treatment
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 9.42 8.58 19 1.098 0.2861
##
## Results are averaged over the levels of: Treatment
## Degrees-of-freedom method: containment
library(Rmisc)
NHE3_sum<-summarySE(wgcna_counts_filtered_long_NHE3, measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
NHE3_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 105.18182 15.16455 4.572284 10.18768
## 2 RF Variable 11 121.63636 33.62818 10.139278 22.59172
## 3 RS Stable 12 106.66667 22.81281 6.585491 14.49457
## 4 RS Variable 12 97.83333 22.00757 6.353040 13.98295
####Figure
pd<- position_dodge(0.2)
NHE3_fig<-ggplot(data=NHE3_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
geom_point(data=wgcna_counts_filtered_long_NHE3,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(NHE3~expression))+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
NHE3_fig
##CA1
wgcna_counts_filtered_long_CA1<- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___TS.g12304.t1")
wgcna_counts_filtered_long_CA1
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 2854 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 4635 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 2949 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 4681 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 7704 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 8665 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 3948 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 3887 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 6896 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 6597 18 D Stable
## # ℹ 36 more rows
CA1.lme <- lme(Counts~Origin*Treatment, random = ~1|Colony, data=wgcna_counts_filtered_long_CA1, na.action=na.exclude)
car::Anova(CA1.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 7.3722 1 0.006624 **
## Origin 0.7737 1 0.379079
## Treatment 2.6212 3 0.453784
## Origin:Treatment 2.3227 3 0.508194
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(CA1.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 5178 542 19 4045 6312
## RS 2568 479 19 1565 3571
##
## Results are averaged over the levels of: Treatment
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 2611 704 19 3.709 0.0015
##
## Results are averaged over the levels of: Treatment
## Degrees-of-freedom method: containment
library(Rmisc)
CA1_sum<-summarySE(wgcna_counts_filtered_long_CA1, measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
CA1_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 5970.636 2621.084 790.2864 1760.8679
## 2 RF Variable 11 4733.455 1986.062 598.8204 1334.2549
## 3 RS Stable 12 2653.583 1847.177 533.2340 1173.6400
## 4 RS Variable 12 2775.250 1463.636 422.5154 929.9501
####Figure
pd<- position_dodge(0.2)
CA1_fig<-ggplot(data=CA1_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_CA1,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(CA1~expression))+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
CA1_fig
##CA2
wgcna_counts_filtered_long_CA2<- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g13824.t1")
wgcna_counts_filtered_long_CA2
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 139 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 164 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 169 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 249 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 174 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 232 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 232 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 204 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 244 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 338 18 D Stable
## # ℹ 36 more rows
CA2.lme <- lme(Counts~Origin*Treatment, random = ~1|Colony, data=wgcna_counts_filtered_long_CA2, na.action=na.exclude)
car::Anova(CA2.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 12.1927 1 0.0004798 ***
## Origin 8.6459 1 0.0032780 **
## Treatment 2.6667 3 0.4459141
## Origin:Treatment 1.7689 3 0.6217181
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(CA2.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 148.05 16.4 19 113.8 182.3
## RS -4.05 15.0 19 -35.5 27.4
##
## Results are averaged over the levels of: Treatment
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 152 18.2 19 8.346 <.0001
##
## Results are averaged over the levels of: Treatment
## Degrees-of-freedom method: containment
library(Rmisc)
CA2_sum<-summarySE(wgcna_counts_filtered_long_CA2, measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
CA2_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 150.181818 98.679094 29.752866 66.293518
## 2 RF Variable 11 131.272727 70.816793 21.352066 47.575369
## 3 RS Stable 12 10.583333 9.894519 2.856302 6.286678
## 4 RS Variable 12 9.916667 8.106769 2.340223 5.150795
####Figure
pd<- position_dodge(0.2)
CA2_fig<-ggplot(data=CA2_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_CA2,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(CA2~expression))+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
CA2_fig
##VHA
wgcna_counts_filtered_long_VHA<- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g23064.t1")
wgcna_counts_filtered_long_VHA
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 28 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 19 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 26 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 21 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 35 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 30 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 30 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 21 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 16 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 17 18 D Stable
## # ℹ 36 more rows
VHA.lme <- lme(Counts~Origin*Treatment, random = ~1|Colony, data=wgcna_counts_filtered_long_VHA, na.action=na.exclude)
car::Anova(VHA.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 17.3800 1 3.06e-05 ***
## Origin 0.5371 1 0.4636
## Treatment 2.5674 3 0.4632
## Origin:Treatment 2.9805 3 0.3946
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(VHA.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 24.6 2.29 19 19.8 29.3
## RS 24.9 2.01 19 20.7 29.1
##
## Results are averaged over the levels of: Treatment
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS -0.353 3.02 19 -0.117 0.9080
##
## Results are averaged over the levels of: Treatment
## Degrees-of-freedom method: containment
library(Rmisc)
VHA_sum<-summarySE(wgcna_counts_filtered_long_VHA, measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
VHA_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 21.54545 5.317210 1.603199 3.572151
## 2 RF Variable 11 27.36364 5.427204 1.636364 3.646045
## 3 RS Stable 12 26.75000 13.784873 3.979350 8.758491
## 4 RS Variable 12 23.41667 7.025387 2.028054 4.463718
####Figure
pd<- position_dodge(0.2)
VHA_fig<-ggplot(data=VHA_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_VHA,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(VHA~expression))+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
VHA_fig
##HSP90
wgcna_counts_filtered_long_HSP90<- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g6656.t1")
wgcna_counts_filtered_long_HSP90
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 908 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 778 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 1301 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 891 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 1043 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 948 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 1547 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 906 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 1425 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 1568 18 D Stable
## # ℹ 36 more rows
HSP90.lme <- lme(Counts~Origin*Treatment, random = ~1|Colony, data=wgcna_counts_filtered_long_HSP90, na.action=na.exclude)
car::Anova(HSP90.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 34.6376 1 3.972e-09 ***
## Origin 0.5404 1 0.4623
## Treatment 2.0956 3 0.5528
## Origin:Treatment 0.7946 3 0.8508
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(HSP90.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 1345 92.2 19 1152 1538
## RS 1102 80.8 19 933 1271
##
## Results are averaged over the levels of: Treatment
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 243 123 19 1.985 0.0618
##
## Results are averaged over the levels of: Treatment
## Degrees-of-freedom method: containment
library(Rmisc)
HSP90_sum<-summarySE(wgcna_counts_filtered_long_HSP90, measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
HSP90_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 1218.1818 382.7918 115.41607 257.1630
## 2 RF Variable 11 1426.5455 363.5721 109.62111 244.2511
## 3 RS Stable 12 969.3333 311.6707 89.97157 198.0261
## 4 RS Variable 12 1274.5833 397.4287 114.72777 252.5141
####Figure
pd<- position_dodge(0.2)
HSP90_fig<-ggplot(data=HSP90_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_HSP90,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(HSP90~expression))+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
HSP90_fig
##HIF1A
wgcna_counts_filtered_long_HIF1A <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g3039.t1")
wgcna_counts_filtered_long_HIF1A
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 172 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 158 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 99 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 159 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 127 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 164 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 93 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 128 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 104 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 213 18 D Stable
## # ℹ 36 more rows
HIF1A.lme <- lme(Counts~Origin*Treatment, random = ~1|Colony, data=wgcna_counts_filtered_long_HIF1A , na.action=na.exclude)
car::Anova(HIF1A.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 23.0105 1 1.611e-06 ***
## Origin 0.0263 1 0.8712
## Treatment 2.1843 3 0.5350
## Origin:Treatment 2.0693 3 0.5582
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(HIF1A.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 146 10.55 19 124 169
## RS 174 9.41 19 155 194
##
## Results are averaged over the levels of: Treatment
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS -28 13.4 19 -2.097 0.0496
##
## Results are averaged over the levels of: Treatment
## Degrees-of-freedom method: containment
library(Rmisc)
HIF1A_sum<-summarySE(wgcna_counts_filtered_long_HIF1A , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
HIF1A_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 151.5455 28.24310 8.515615 18.97397
## 2 RF Variable 11 141.2727 33.79672 10.190094 22.70494
## 3 RS Stable 12 192.0833 51.70627 14.926313 32.85259
## 4 RS Variable 12 165.1667 34.39565 9.929168 21.85395
####Figure
pd<- position_dodge(0.2)
HIF1A_fig<-ggplot(data=HIF1A_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_HIF1A ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(HIF1A ~expression))+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
HIF1A_fig
##HSP70
wgcna_counts_filtered_long_HSP70 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g10659.t1")
wgcna_counts_filtered_long_HSP70
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 57 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 57 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 71 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 36 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 74 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 78 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 92 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 59 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 54 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 36 18 D Stable
## # ℹ 36 more rows
HSP70.lme <- lme(Counts~Origin*Treatment, random = ~1|Colony, data=wgcna_counts_filtered_long_HSP70 , na.action=na.exclude)
car::Anova(HSP70.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 10.4968 1 0.001196 **
## Origin 0.0701 1 0.791247
## Treatment 1.9098 3 0.591333
## Origin:Treatment 8.0987 3 0.044015 *
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(HSP70.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 63.1 10.78 19 40.5 85.6
## RS 103.0 9.72 19 82.7 123.3
##
## Results are averaged over the levels of: Treatment
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS -40 13.1 19 -3.043 0.0067
##
## Results are averaged over the levels of: Treatment
## Degrees-of-freedom method: containment
library(Rmisc)
HSP70_sum<-summarySE(wgcna_counts_filtered_long_HSP70 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
HSP70_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 59.09091 15.70003 4.733737 10.54742
## 2 RF Variable 11 71.63636 20.51474 6.185427 13.78199
## 3 RS Stable 12 116.00000 64.30750 18.563976 40.85904
## 4 RS Variable 12 95.33333 31.31463 9.039755 19.89637
####Figure
pd<- position_dodge(0.2)
HSP70_fig<-ggplot(data=HSP70_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_HSP70 ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(HSP70 ~expression))+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
HSP70_fig
##PRKCD
wgcna_counts_filtered_long_PRKCD <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g25259.t1")
wgcna_counts_filtered_long_PRKCD
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 7 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 9 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 47 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 18 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 25 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 62 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 22 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 35 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 28 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 23 18 D Stable
## # ℹ 36 more rows
PRKCD.lme <- lme(Counts~Origin*Treatment, random = ~1|Colony, data=wgcna_counts_filtered_long_PRKCD , na.action=na.exclude)
car::Anova(PRKCD.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 9.0491 1 0.002628 **
## Origin 3.7499 1 0.052810 .
## Treatment 5.4359 3 0.142525
## Origin:Treatment 2.4700 3 0.480731
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(PRKCD.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 25.40 3.25 19 18.60 32.2
## RS 7.18 2.91 19 1.09 13.3
##
## Results are averaged over the levels of: Treatment
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 18.2 4.04 19 4.508 0.0002
##
## Results are averaged over the levels of: Treatment
## Degrees-of-freedom method: containment
library(Rmisc)
PRKCD_sum<-summarySE(wgcna_counts_filtered_long_PRKCD , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
PRKCD_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 25.000000 17.487138 5.272571 11.748019
## 2 RF Variable 11 26.636364 14.955084 4.509128 10.046962
## 3 RS Stable 12 7.333333 7.749878 2.237197 4.924037
## 4 RS Variable 12 7.083333 7.403419 2.137183 4.703908
####Figure
pd<- position_dodge(0.2)
PRKCD_fig<-ggplot(data=PRKCD_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_PRKCD ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(PRKCD ~expression))+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
PRKCD_fig
compare_figs<-cowplot::plot_grid(SLC4A7_fig, NHE3_fig, CA1_fig, CA2_fig, HSP70_fig,HIF1A_fig, nrow=3)
compare_figs
#Biomineralization toolkit present in modules
biomin <-read.csv("../../output/Biomin_blast_Pocillopora_acuta_best_hit.csv")
wgcnamod <-read.csv("../../output/WGCNA/WGCNA_ModuleMembership.csv")
wgcnamod<- plyr::rename(wgcnamod, c("X"="Pocillopora_acuta_best_hit"))
biomin_mod <- merge(biomin, wgcnamod, by=c("Pocillopora_acuta_best_hit"), all=F)
head(biomin_mod)
## Pocillopora_acuta_best_hit accessionnumber.geneID
## 1 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 XP_022804785.1
## 2 Pocillopora_acuta_HIv2___RNAseq.g11609.t1 P33_g8985
## 3 Pocillopora_acuta_HIv2___RNAseq.g13172.t1 JR972076.1
## 4 Pocillopora_acuta_HIv2___RNAseq.g13172.t1 Gene:g13552
## 5 Pocillopora_acuta_HIv2___RNAseq.g13172.t1 aug_v2a.06327.t1
## 6 Pocillopora_acuta_HIv2___RNAseq.g13823.t1 PFX18785.1
## definition
## 1 thioredoxin reductase 1, cytoplasmic-like [Stylophora pistillata]
## 2 Flagellar associated protein
## 3 Acidic skeletal organic matrix protein (Acidic SOMP)
## 4 Acidic SOMP (Full-Length p27)
## 5 SAARP3
## 6 Mucin-4 [Stylophora pistillata]
## Ref substanceBXH
## 1 Peled et al., 2020 Pocillopora_acuta_HIv2___RNAseq.g10093.t2
## 2 Drake et al., 2013 Pocillopora_acuta_HIv2___RNAseq.g11609.t1
## 3 Ramos-Silva et al., 2013 Pocillopora_acuta_HIv2___RNAseq.g13172.t1
## 4 Mummadisetti et al., 2021 Pocillopora_acuta_HIv2___RNAseq.g13172.t1
## 5 Takeuchi et al., 2016 Pocillopora_acuta_HIv2___RNAseq.g13172.t1
## 6 Peled et al., 2020 Pocillopora_acuta_HIv2___RNAseq.g13823.t1
## geneSymbol moduleColor
## 1 Pocillopora_acuta_HIv2___Sc0000021 brown
## 2 Pocillopora_acuta_HIv2___Sc0000013 turquoise
## 3 Pocillopora_acuta_HIv2___Sc0000004 red
## 4 Pocillopora_acuta_HIv2___Sc0000004 red
## 5 Pocillopora_acuta_HIv2___Sc0000004 red
## 6 Pocillopora_acuta_HIv2___Sc0000005 pink
## GO.terms
## 1 GO:0000003,GO:0000302,GO:0000305,GO:0001650,GO:0001704,GO:0001707,GO:0001887,GO:0001890,GO:0003006,GO:0003674,GO:0003824,GO:0004791,GO:0005488,GO:0005515,GO:0005575,GO:0005622,GO:0005623,GO:0005634,GO:0005654,GO:0005730,GO:0005737,GO:0005739,GO:0005783,GO:0005829,GO:0006082,GO:0006139,GO:0006518,GO:0006520,GO:0006575,GO:0006725,GO:0006732,GO:0006733,GO:0006739,GO:0006749,GO:0006753,GO:0006790,GO:0006793,GO:0006796,GO:0006807,GO:0006950,GO:0006979,GO:0007154,GO:0007165,GO:0007275,GO:0007369,GO:0007498,GO:0008150,GO:0008152,GO:0008283,GO:0009056,GO:0009069,GO:0009117,GO:0009611,GO:0009628,GO:0009636,GO:0009653,GO:0009790,GO:0009888,GO:0009987,GO:0010035,GO:0010038,GO:0010269,GO:0010941,GO:0010942,GO:0012505,GO:0015036,GO:0015949,GO:0016043,GO:0016174,GO:0016209,GO:0016259,GO:0016491,GO:0016651,GO:0016667,GO:0016668,GO:0016999,GO:0017001,GO:0017144,GO:0018996,GO:0019216,GO:0019222,GO:0019362,GO:0019637,GO:0019725,GO:0019752,GO:0022404,GO:0022414,GO:0022607,GO:0023052,GO:0031974,GO:0031981,GO:0032501,GO:0032502,GO:0033554,GO:0033797,GO:0034599,GO:0034641,GO:0036295,GO:0036296,GO:0036477,GO:0042221,GO:0042303,GO:0042395,GO:0042493,GO:0042537,GO:0042592,GO:0042737,GO:0042743,GO:0042744,GO:0042802,GO:0042803,GO:0043025,GO:0043167,GO:0043169,GO:0043226,GO:0043227,GO:0043228,GO:0043229,GO:0043231,GO:0043232,GO:0043233,GO:0043436,GO:0043603,GO:0043933,GO:0044085,GO:0044237,GO:0044238,GO:0044248,GO:0044281,GO:0044297,GO:0044422,GO:0044424,GO:0044428,GO:0044444,GO:0044446,GO:0044452,GO:0044464,GO:0045340,GO:0045454,GO:0046483,GO:0046496,GO:0046688,GO:0046872,GO:0046914,GO:0046983,GO:0048332,GO:0048513,GO:0048518,GO:0048522,GO:0048598,GO:0048608,GO:0048646,GO:0048678,GO:0048729,GO:0048731,GO:0048856,GO:0050664,GO:0050789,GO:0050794,GO:0050896,GO:0051186,GO:0051187,GO:0051259,GO:0051262,GO:0051716,GO:0055086,GO:0055093,GO:0055114,GO:0061458,GO:0065003,GO:0065007,GO:0065008,GO:0070013,GO:0070276,GO:0070482,GO:0070887,GO:0070995,GO:0071241,GO:0071248,GO:0071280,GO:0071453,GO:0071455,GO:0071704,GO:0071840,GO:0072524,GO:0072593,GO:0080090,GO:0097237,GO:0097458,GO:0098623,GO:0098625,GO:0098626,GO:0098754,GO:0098869,GO:1901360,GO:1901564,GO:1901605,GO:1901700,GO:1990748
## 2 -
## 3 <NA>
## 4 <NA>
## 5 <NA>
## 6 <NA>
## GO.description GS.Flat GS.Slope p.GS.Flat
## 1 thioredoxin-disulfide reductase activity 0.57178848 -0.57178848 3.311055e-05
## 2 - -0.29586493 0.29586493 4.589336e-02
## 3 <NA> 0.35628512 -0.35628512 1.508700e-02
## 4 <NA> 0.35628512 -0.35628512 1.508700e-02
## 5 <NA> 0.35628512 -0.35628512 1.508700e-02
## 6 <NA> -0.05455251 0.05455251 7.187880e-01
## p.GS.Slope A.brown p.A.brown A.magenta p.A.magenta A.red
## 1 3.311055e-05 0.7005073 5.973619e-08 -0.3738439 1.048844e-02 0.2901298
## 2 4.589336e-02 -0.4291375 2.921081e-03 0.3115539 3.505853e-02 -0.3452015
## 3 1.508700e-02 0.4914202 5.241968e-04 -0.6288605 2.864308e-06 0.6673892
## 4 1.508700e-02 0.4914202 5.241968e-04 -0.6288605 2.864308e-06 0.6673892
## 5 1.508700e-02 0.4914202 5.241968e-04 -0.6288605 2.864308e-06 0.6673892
## 6 7.187880e-01 0.0972208 5.203783e-01 -0.3252127 2.743096e-02 0.3709019
## p.A.red A.turquoise p.A.turquoise A.purple p.A.purple A.green
## 1 5.047695e-02 -0.43323233 2.634293e-03 0.6984202 6.792759e-08 0.4574538
## 2 1.879503e-02 0.58815287 1.720729e-05 -0.1784560 2.353887e-01 -0.1306835
## 3 4.071016e-07 -0.13892006 3.571825e-01 0.1198762 4.274677e-01 0.2378899
## 4 4.071016e-07 -0.13892006 3.571825e-01 0.1198762 4.274677e-01 0.2378899
## 5 4.071016e-07 -0.13892006 3.571825e-01 0.1198762 4.274677e-01 0.2378899
## 6 1.116224e-02 0.08164806 5.895928e-01 -0.1391597 3.563456e-01 0.1614616
## p.A.green A.lightcyan p.A.lightcyan A.pink p.A.pink A.blue
## 1 0.001391986 -0.3508191 1.682948e-02 0.1707384 2.565893e-01 0.12358439
## 2 0.386672688 0.1196505 4.283449e-01 -0.1522331 3.125037e-01 -0.58598406
## 3 0.111386103 -0.6473842 1.159989e-06 0.7188738 1.835918e-08 0.07448551
## 4 0.111386103 -0.6473842 1.159989e-06 0.7188738 1.835918e-08 0.07448551
## 5 0.111386103 -0.6473842 1.159989e-06 0.7188738 1.835918e-08 0.07448551
## 6 0.283719167 -0.5276145 1.646022e-04 0.6417477 1.537006e-06 -0.02286640
## p.A.blue A.salmon p.A.salmon A.midnightblue p.A.midnightblue
## 1 4.132051e-01 0.1178467 0.435389343 0.2439890 0.10224333
## 2 1.880492e-05 0.1907995 0.204028320 0.2258109 0.13131383
## 3 6.227429e-01 0.4254256 0.003204458 0.2691022 0.07053914
## 4 6.227429e-01 0.4254256 0.003204458 0.2691022 0.07053914
## 5 6.227429e-01 0.4254256 0.003204458 0.2691022 0.07053914
## 6 8.801027e-01 0.2940377 0.047315397 0.2906592 0.05003895
## A.black p.A.black A.cyan p.A.cyan A.yellow p.A.yellow
## 1 -0.28430645 0.05550307 0.04904562 0.7461773 0.05522073 0.7154873547
## 2 -0.18825739 0.21023361 0.07386502 0.6256510 -0.14392338 0.3399558326
## 3 0.09618758 0.52484209 0.16699226 0.2673276 -0.38010677 0.0091694889
## 4 0.09618758 0.52484209 0.16699226 0.2673276 -0.38010677 0.0091694889
## 5 0.09618758 0.52484209 0.16699226 0.2673276 -0.38010677 0.0091694889
## 6 0.02103556 0.88964060 -0.13338389 0.3768501 -0.46998526 0.0009821983
## A.tan p.A.tan
## 1 0.2648346 0.075293267
## 2 0.2613466 0.079363532
## 3 -0.2055446 0.170565420
## 4 -0.2055446 0.170565420
## 5 -0.2055446 0.170565420
## 6 -0.3805358 0.009084622
plyr::count(biomin_mod, "moduleColor")
## moduleColor freq
## 1 black 3
## 2 blue 36
## 3 brown 17
## 4 cyan 2
## 5 green 3
## 6 magenta 1
## 7 pink 7
## 8 red 18
## 9 salmon 6
## 10 tan 3
## 11 turquoise 21
## 12 yellow 10
Format GO terms to remove dashes and quotes and separate by semicolons (replace , with ;) in GOs column
biomin_mod$GO.terms <- gsub(",", ";", biomin_mod$GO.terms)
biomin_mod$GO.terms <- gsub('"', "", biomin_mod$GO.terms)
biomin_mod$GO.terms <- gsub("-", NA, biomin_mod$GO.terms)
##GO terms
### Generate vector with names of all genes
ALL.vector <- c(geneInfo$gene_id)
### Generate length vector for all genes
LENGTH.vector <- as.integer(geneInfo$Length)
ID.vector_biomin <- biomin_mod %>%
#filter(moduleColor=="black")%>%
#get_rows(.data[[module]]))%>%
pull(Pocillopora_acuta_best_hit)
##Get a list of GO Terms for each module
GO.terms_biomin <- biomin_mod %>%
#filter(moduleColor=="black")%>%
#filter(get_rows(.data[[module]]))%>%
dplyr::select(GO.terms,Pocillopora_acuta_best_hit)
##Format to have one goterm per row with gene ID repeated
split <- strsplit(as.character(GO.terms_biomin$GO.terms), ";")
split2 <- data.frame(v1 = rep.int(GO.terms_biomin$Pocillopora_acuta_best_hit, sapply(split, length)), v2 = unlist(split))
colnames(split2) <- c("Pocillopora_acuta_best_hit", "GO.terms")
GO.terms_biomin<-split2
GO.terms_biomin
## Pocillopora_acuta_best_hit GO.terms
## 1 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0000003
## 2 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0000302
## 3 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0000305
## 4 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0001650
## 5 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0001704
## 6 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0001707
## 7 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0001887
## 8 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0001890
## 9 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0003006
## 10 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0003674
## 11 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0003824
## 12 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0004791
## 13 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0005488
## 14 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0005515
## 15 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0005575
## 16 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0005622
## 17 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0005623
## 18 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0005634
## 19 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0005654
## 20 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0005730
## 21 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0005737
## 22 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0005739
## 23 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0005783
## 24 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0005829
## 25 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0006082
## 26 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0006139
## 27 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0006518
## 28 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0006520
## 29 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0006575
## 30 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0006725
## 31 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0006732
## 32 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0006733
## 33 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0006739
## 34 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0006749
## 35 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0006753
## 36 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0006790
## 37 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0006793
## 38 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0006796
## 39 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0006807
## 40 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0006950
## 41 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0006979
## 42 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0007154
## 43 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0007165
## 44 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0007275
## 45 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0007369
## 46 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0007498
## 47 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0008150
## 48 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0008152
## 49 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0008283
## 50 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0009056
## 51 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0009069
## 52 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0009117
## 53 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0009611
## 54 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0009628
## 55 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0009636
## 56 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0009653
## 57 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0009790
## 58 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0009888
## 59 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0009987
## 60 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0010035
## 61 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0010038
## 62 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0010269
## 63 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0010941
## 64 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0010942
## 65 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0012505
## 66 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0015036
## 67 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0015949
## 68 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0016043
## 69 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0016174
## 70 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0016209
## 71 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0016259
## 72 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0016491
## 73 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0016651
## 74 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0016667
## 75 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0016668
## 76 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0016999
## 77 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0017001
## 78 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0017144
## 79 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0018996
## 80 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0019216
## 81 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0019222
## 82 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0019362
## 83 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0019637
## 84 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0019725
## 85 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0019752
## 86 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0022404
## 87 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0022414
## 88 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0022607
## 89 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0023052
## 90 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0031974
## 91 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0031981
## 92 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0032501
## 93 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0032502
## 94 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0033554
## 95 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0033797
## 96 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0034599
## 97 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0034641
## 98 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0036295
## 99 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0036296
## 100 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0036477
## 101 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0042221
## 102 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0042303
## 103 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0042395
## 104 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0042493
## 105 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0042537
## 106 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0042592
## 107 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0042737
## 108 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0042743
## 109 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0042744
## 110 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0042802
## 111 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0042803
## 112 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0043025
## 113 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0043167
## 114 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0043169
## 115 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0043226
## 116 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0043227
## 117 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0043228
## 118 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0043229
## 119 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0043231
## 120 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0043232
## 121 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0043233
## 122 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0043436
## 123 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0043603
## 124 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0043933
## 125 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0044085
## 126 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0044237
## 127 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0044238
## 128 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0044248
## 129 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0044281
## 130 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0044297
## 131 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0044422
## 132 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0044424
## 133 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0044428
## 134 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0044444
## 135 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0044446
## 136 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0044452
## 137 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0044464
## 138 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0045340
## 139 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0045454
## 140 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0046483
## 141 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0046496
## 142 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0046688
## 143 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0046872
## 144 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0046914
## 145 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0046983
## 146 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0048332
## 147 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0048513
## 148 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0048518
## 149 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0048522
## 150 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0048598
## 151 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0048608
## 152 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0048646
## 153 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0048678
## 154 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0048729
## 155 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0048731
## 156 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0048856
## 157 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0050664
## 158 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0050789
## 159 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0050794
## 160 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0050896
## 161 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0051186
## 162 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0051187
## 163 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0051259
## 164 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0051262
## 165 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0051716
## 166 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0055086
## 167 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0055093
## 168 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0055114
## 169 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0061458
## 170 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0065003
## 171 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0065007
## 172 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0065008
## 173 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0070013
## 174 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0070276
## 175 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0070482
## 176 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0070887
## 177 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0070995
## 178 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0071241
## 179 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0071248
## 180 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0071280
## 181 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0071453
## 182 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0071455
## 183 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0071704
## 184 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0071840
## 185 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0072524
## 186 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0072593
## 187 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0080090
## 188 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0097237
## 189 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0097458
## 190 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0098623
## 191 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0098625
## 192 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0098626
## 193 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0098754
## 194 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:0098869
## 195 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:1901360
## 196 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:1901564
## 197 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:1901605
## 198 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:1901700
## 199 Pocillopora_acuta_HIv2___RNAseq.g10093.t2 GO:1990748
## 200 Pocillopora_acuta_HIv2___RNAseq.g11609.t1 <NA>
## 201 Pocillopora_acuta_HIv2___RNAseq.g13172.t1 <NA>
## 202 Pocillopora_acuta_HIv2___RNAseq.g13172.t1 <NA>
## 203 Pocillopora_acuta_HIv2___RNAseq.g13172.t1 <NA>
## 204 Pocillopora_acuta_HIv2___RNAseq.g13823.t1 <NA>
## 205 Pocillopora_acuta_HIv2___RNAseq.g13823.t1 <NA>
## 206 Pocillopora_acuta_HIv2___RNAseq.g13823.t1 <NA>
## 207 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0003674
## 208 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0003824
## 209 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0004064
## 210 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0004089
## 211 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0005575
## 212 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0005622
## 213 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0005623
## 214 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0005737
## 215 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0005829
## 216 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0006810
## 217 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0006811
## 218 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0006820
## 219 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0007154
## 220 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0007165
## 221 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0007166
## 222 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0008150
## 223 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0009987
## 224 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0010033
## 225 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0015701
## 226 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0015711
## 227 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0016787
## 228 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0016788
## 229 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0016829
## 230 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0016835
## 231 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0016836
## 232 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0019221
## 233 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0023052
## 234 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0034097
## 235 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0035722
## 236 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0042221
## 237 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0044424
## 238 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0044444
## 239 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0044464
## 240 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0050789
## 241 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0050794
## 242 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0050896
## 243 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0051179
## 244 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0051234
## 245 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0051716
## 246 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0052689
## 247 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0065007
## 248 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0070671
## 249 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0070887
## 250 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0071310
## 251 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0071345
## 252 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0071349
## 253 Pocillopora_acuta_HIv2___RNAseq.g13824.t1 GO:0071702
## 254 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0000123
## 255 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0000278
## 256 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0000281
## 257 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0000910
## 258 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0003674
## 259 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0005198
## 260 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0005200
## 261 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0005575
## 262 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0005622
## 263 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0005623
## 264 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0005634
## 265 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0005654
## 266 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0005737
## 267 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0005856
## 268 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0005884
## 269 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0005886
## 270 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0005912
## 271 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0005924
## 272 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0005925
## 273 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0006325
## 274 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0006338
## 275 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0006464
## 276 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0006473
## 277 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0006475
## 278 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0006807
## 279 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0006996
## 280 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0007010
## 281 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0007015
## 282 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0007049
## 283 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0007275
## 284 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0007507
## 285 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0007517
## 286 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0007519
## 287 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0007528
## 288 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0008150
## 289 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0008152
## 290 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0009653
## 291 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0009888
## 292 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0009987
## 293 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0010927
## 294 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0014706
## 295 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0014866
## 296 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0014902
## 297 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0014904
## 298 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0015629
## 299 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0016020
## 300 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0016043
## 301 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0016569
## 302 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0016570
## 303 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0016573
## 304 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0018193
## 305 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0018205
## 306 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0018393
## 307 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0018394
## 308 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0019538
## 309 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0022402
## 310 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0022607
## 311 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0030029
## 312 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0030036
## 313 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0030054
## 314 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0030055
## 315 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0030154
## 316 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0030239
## 317 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0031032
## 318 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0031248
## 319 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0031974
## 320 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0031981
## 321 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0032501
## 322 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0032502
## 323 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0032989
## 324 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0032991
## 325 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0034728
## 326 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0035267
## 327 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0036211
## 328 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0042692
## 329 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0043044
## 330 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0043170
## 331 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0043189
## 332 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0043226
## 333 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0043227
## 334 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0043228
## 335 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0043229
## 336 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0043231
## 337 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0043232
## 338 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0043233
## 339 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0043412
## 340 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0043486
## 341 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0043543
## 342 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0043933
## 343 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0044085
## 344 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0044237
## 345 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0044238
## 346 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0044260
## 347 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0044267
## 348 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0044422
## 349 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0044424
## 350 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0044428
## 351 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0044430
## 352 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0044444
## 353 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0044446
## 354 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0044451
## 355 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0044464
## 356 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0048468
## 357 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0048513
## 358 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0048646
## 359 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0048731
## 360 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0048741
## 361 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0048747
## 362 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0048856
## 363 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0048869
## 364 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0050789
## 365 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0050794
## 366 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0050803
## 367 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0050807
## 368 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0050808
## 369 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0051128
## 370 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0051146
## 371 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0051276
## 372 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0051301
## 373 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0055001
## 374 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0055002
## 375 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0060537
## 376 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0060538
## 377 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0061061
## 378 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0061640
## 379 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0065007
## 380 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0065008
## 381 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0070013
## 382 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0070161
## 383 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0070925
## 384 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0071689
## 385 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0071704
## 386 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0071824
## 387 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0071840
## 388 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0071944
## 389 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0072359
## 390 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0097433
## 391 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0097435
## 392 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0098529
## 393 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0099080
## 394 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0099081
## 395 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0099512
## 396 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:0099513
## 397 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:1901564
## 398 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:1902493
## 399 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:1902494
## 400 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:1902562
## 401 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:1903047
## 402 Pocillopora_acuta_HIv2___RNAseq.g14505.t1 GO:1990234
## 403 Pocillopora_acuta_HIv2___RNAseq.g14653.t1 <NA>
## 404 Pocillopora_acuta_HIv2___RNAseq.g14653.t1 <NA>
## 405 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0000003
## 406 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0001067
## 407 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0001501
## 408 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0001568
## 409 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0001570
## 410 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0001655
## 411 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0001822
## 412 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0001944
## 413 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0002376
## 414 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0002520
## 415 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0003006
## 416 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0003674
## 417 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0003676
## 418 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0003677
## 419 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0003824
## 420 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0003950
## 421 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0005488
## 422 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0005575
## 423 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0005622
## 424 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0005623
## 425 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0005634
## 426 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0006464
## 427 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0006471
## 428 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0006629
## 429 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0006807
## 430 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0007154
## 431 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0007165
## 432 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0007166
## 433 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0007167
## 434 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0007169
## 435 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0007275
## 436 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0007548
## 437 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0008150
## 438 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0008152
## 439 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0008202
## 440 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0008209
## 441 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0008210
## 442 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0008406
## 443 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0008585
## 444 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0009653
## 445 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0009791
## 446 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0009887
## 447 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0009888
## 448 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0009892
## 449 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0009893
## 450 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0009894
## 451 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0009896
## 452 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0009987
## 453 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0010033
## 454 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0010171
## 455 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0010468
## 456 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0010604
## 457 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0010605
## 458 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0010629
## 459 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0010817
## 460 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0014070
## 461 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0016740
## 462 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0016757
## 463 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0016763
## 464 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0019222
## 465 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0019538
## 466 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0022414
## 467 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0023052
## 468 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0030097
## 469 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0030154
## 470 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0032501
## 471 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0032502
## 472 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0034754
## 473 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0035239
## 474 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0035295
## 475 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0035326
## 476 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0036211
## 477 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0042176
## 478 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0042221
## 479 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0042445
## 480 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0043170
## 481 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0043226
## 482 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0043227
## 483 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0043229
## 484 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0043231
## 485 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0043412
## 486 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0044212
## 487 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0044237
## 488 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0044238
## 489 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0044260
## 490 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0044267
## 491 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0044424
## 492 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0044464
## 493 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0045137
## 494 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0045732
## 495 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0046545
## 496 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0046660
## 497 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0048008
## 498 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0048513
## 499 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0048514
## 500 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0048518
## 501 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0048519
## 502 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0048534
## 503 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0048608
## 504 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0048705
## 505 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0048731
## 506 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0048745
## 507 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0048856
## 508 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0048869
## 509 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0050789
## 510 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0050794
## 511 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0050896
## 512 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0051171
## 513 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0051173
## 514 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0051246
## 515 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0051247
## 516 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0051716
## 517 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0060021
## 518 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0060255
## 519 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0060322
## 520 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0060323
## 521 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0060324
## 522 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0060325
## 523 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0060537
## 524 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0061458
## 525 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0065007
## 526 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0065008
## 527 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0070887
## 528 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0071310
## 529 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0071407
## 530 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0071704
## 531 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0072001
## 532 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0072358
## 533 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0072359
## 534 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0080090
## 535 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:0097159
## 536 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:1901360
## 537 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:1901363
## 538 Pocillopora_acuta_HIv2___RNAseq.g14663.t1a GO:1901564
## 539 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0000003
## 540 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0003674
## 541 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0005215
## 542 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0005452
## 543 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0005488
## 544 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0005515
## 545 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0005575
## 546 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0005623
## 547 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0005886
## 548 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0005887
## 549 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0006810
## 550 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0006811
## 551 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0006812
## 552 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0006814
## 553 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0006820
## 554 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0006821
## 555 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0006873
## 556 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0006885
## 557 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0007275
## 558 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0007276
## 559 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0007283
## 560 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0008150
## 561 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0008324
## 562 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0008509
## 563 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0008510
## 564 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0008514
## 565 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0009987
## 566 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0015075
## 567 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0015077
## 568 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0015081
## 569 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0015103
## 570 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0015106
## 571 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0015108
## 572 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0015291
## 573 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0015293
## 574 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0015294
## 575 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0015297
## 576 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0015301
## 577 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0015318
## 578 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0015370
## 579 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0015672
## 580 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0015698
## 581 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0015701
## 582 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0015711
## 583 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0016020
## 584 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0016021
## 585 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0016323
## 586 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0016324
## 587 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0019725
## 588 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0019899
## 589 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0019953
## 590 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0022414
## 591 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0022804
## 592 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0022857
## 593 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0022890
## 594 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0030001
## 595 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0030003
## 596 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0030004
## 597 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0030641
## 598 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0031224
## 599 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0031226
## 600 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0032501
## 601 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0032502
## 602 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0032504
## 603 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0034220
## 604 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0035295
## 605 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0035725
## 606 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0042592
## 607 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0044425
## 608 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0044459
## 609 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0044464
## 610 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0044703
## 611 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0045177
## 612 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0046873
## 613 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0048232
## 614 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0048565
## 615 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0048609
## 616 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0048731
## 617 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0048856
## 618 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0048878
## 619 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0050801
## 620 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0051179
## 621 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0051234
## 622 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0051453
## 623 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0051704
## 624 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0055067
## 625 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0055080
## 626 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0055082
## 627 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0055085
## 628 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0055123
## 629 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0065007
## 630 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0065008
## 631 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0071702
## 632 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0071944
## 633 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0098590
## 634 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0098655
## 635 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0098656
## 636 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0098660
## 637 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0098661
## 638 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0098662
## 639 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0098771
## 640 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:0099516
## 641 Pocillopora_acuta_HIv2___RNAseq.g15280.t1 GO:1902476
## 642 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0003674
## 643 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0005198
## 644 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0005488
## 645 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0005515
## 646 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0005575
## 647 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0005622
## 648 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0005623
## 649 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0005634
## 650 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0005654
## 651 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0005737
## 652 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0005886
## 653 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0005911
## 654 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0005912
## 655 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0005923
## 656 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0007043
## 657 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0007163
## 658 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0008104
## 659 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0008150
## 660 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0008582
## 661 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0009966
## 662 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0009967
## 663 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0009987
## 664 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0010646
## 665 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0010647
## 666 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0016020
## 667 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0016043
## 668 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0019904
## 669 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0022607
## 670 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0023051
## 671 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0023056
## 672 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0030010
## 673 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0030054
## 674 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0030424
## 675 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0031334
## 676 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0031974
## 677 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0031981
## 678 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0032947
## 679 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0032991
## 680 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0033036
## 681 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0033267
## 682 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0034329
## 683 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0034330
## 684 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0035591
## 685 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0040008
## 686 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0042995
## 687 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0043005
## 688 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0043195
## 689 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0043226
## 690 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0043227
## 691 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0043229
## 692 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0043231
## 693 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0043233
## 694 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0043254
## 695 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0043296
## 696 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0043297
## 697 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0043679
## 698 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0044085
## 699 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0044087
## 700 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0044089
## 701 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0044306
## 702 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0044422
## 703 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0044424
## 704 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0044425
## 705 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0044428
## 706 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0044444
## 707 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0044446
## 708 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0044456
## 709 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0044459
## 710 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0044463
## 711 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0044464
## 712 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0045202
## 713 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0045216
## 714 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0046982
## 715 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0046983
## 716 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0048518
## 717 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0048522
## 718 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0048583
## 719 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0048584
## 720 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0048638
## 721 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0050789
## 722 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0050793
## 723 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0050794
## 724 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0050803
## 725 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0050807
## 726 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0051128
## 727 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0051130
## 728 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0051179
## 729 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0051239
## 730 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0051960
## 731 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0051963
## 732 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0060090
## 733 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0061174
## 734 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0065007
## 735 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0065008
## 736 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0070013
## 737 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0070160
## 738 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0070161
## 739 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0070830
## 740 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0071212
## 741 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0071840
## 742 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0071896
## 743 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0071944
## 744 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0097025
## 745 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0097458
## 746 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0098793
## 747 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0098796
## 748 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0098797
## 749 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0120025
## 750 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0120038
## 751 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:0150034
## 752 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:1902414
## 753 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:1904396
## 754 Pocillopora_acuta_HIv2___RNAseq.g15517.t1 GO:2000026
## 755 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0003674
## 756 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0005488
## 757 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0005509
## 758 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0005575
## 759 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0005622
## 760 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0005623
## 761 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0005737
## 762 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0005783
## 763 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0005788
## 764 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0005794
## 765 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0006464
## 766 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0006807
## 767 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0008150
## 768 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0008152
## 769 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0009987
## 770 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0012505
## 771 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0019538
## 772 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0031974
## 773 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0036211
## 774 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0043167
## 775 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0043169
## 776 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0043170
## 777 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0043226
## 778 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0043227
## 779 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0043229
## 780 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0043231
## 781 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0043233
## 782 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0043412
## 783 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0043687
## 784 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0044237
## 785 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0044238
## 786 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0044260
## 787 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0044267
## 788 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0044422
## 789 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0044424
## 790 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0044432
## 791 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0044444
## 792 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0044446
## 793 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0044464
## 794 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0046872
## 795 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0070013
## 796 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0071704
## 797 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:1901564
## 798 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0003674
## 799 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0005488
## 800 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0005509
## 801 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0005575
## 802 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0005622
## 803 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0005623
## 804 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0005737
## 805 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0005783
## 806 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0005788
## 807 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0005794
## 808 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0006464
## 809 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0006807
## 810 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0008150
## 811 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0008152
## 812 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0009987
## 813 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0012505
## 814 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0019538
## 815 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0031974
## 816 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0036211
## 817 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0043167
## 818 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0043169
## 819 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0043170
## 820 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0043226
## 821 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0043227
## 822 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0043229
## 823 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0043231
## 824 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0043233
## 825 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0043412
## 826 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0043687
## 827 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0044237
## 828 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0044238
## 829 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0044260
## 830 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0044267
## 831 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0044422
## 832 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0044424
## 833 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0044432
## 834 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0044444
## 835 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0044446
## 836 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0044464
## 837 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0046872
## 838 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0070013
## 839 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:0071704
## 840 Pocillopora_acuta_HIv2___RNAseq.g16280.t1 GO:1901564
## 841 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0000118
## 842 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0000122
## 843 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0000976
## 844 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0000977
## 845 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0001012
## 846 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0001067
## 847 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0001967
## 848 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0003674
## 849 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0003676
## 850 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0003677
## 851 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0003682
## 852 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0003690
## 853 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0003712
## 854 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0003824
## 855 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0004407
## 856 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0005488
## 857 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0005515
## 858 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0005575
## 859 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0005622
## 860 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0005623
## 861 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0005634
## 862 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0005654
## 863 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0006325
## 864 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0006355
## 865 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0006357
## 866 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0006464
## 867 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0006476
## 868 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0006807
## 869 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0006950
## 870 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0006996
## 871 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0007596
## 872 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0007599
## 873 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0007610
## 874 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0007631
## 875 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0008150
## 876 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0008152
## 877 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0009611
## 878 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0009889
## 879 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0009890
## 880 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0009892
## 881 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0009987
## 882 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0010468
## 883 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0010556
## 884 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0010558
## 885 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0010605
## 886 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0010629
## 887 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0016043
## 888 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0016569
## 889 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0016570
## 890 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0016575
## 891 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0016787
## 892 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0016810
## 893 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0016811
## 894 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0019213
## 895 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0019219
## 896 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0019222
## 897 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0019538
## 898 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0031323
## 899 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0031324
## 900 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0031326
## 901 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0031327
## 902 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0031974
## 903 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0031981
## 904 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0032501
## 905 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0032991
## 906 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0033558
## 907 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0035601
## 908 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0036211
## 909 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0042060
## 910 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0042393
## 911 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0043170
## 912 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0043226
## 913 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0043227
## 914 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0043229
## 915 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0043231
## 916 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0043233
## 917 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0043412
## 918 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0043565
## 919 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0044212
## 920 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0044237
## 921 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0044238
## 922 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0044260
## 923 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0044267
## 924 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0044422
## 925 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0044424
## 926 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0044428
## 927 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0044446
## 928 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0044451
## 929 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0044464
## 930 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0045892
## 931 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0045934
## 932 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0048519
## 933 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0048523
## 934 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0050789
## 935 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0050794
## 936 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0050817
## 937 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0050878
## 938 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0050896
## 939 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0051171
## 940 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0051172
## 941 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0051252
## 942 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0051253
## 943 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0051276
## 944 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0051704
## 945 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0051705
## 946 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0060255
## 947 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0065007
## 948 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0065008
## 949 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0070013
## 950 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0071704
## 951 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0071840
## 952 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0080090
## 953 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0097159
## 954 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0098732
## 955 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0140096
## 956 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:0140110
## 957 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:1901363
## 958 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:1901564
## 959 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:1902494
## 960 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:1902679
## 961 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:1903506
## 962 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:1903507
## 963 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:1990391
## 964 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:1990837
## 965 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:2000112
## 966 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:2000113
## 967 Pocillopora_acuta_HIv2___RNAseq.g1634.t1 GO:2001141
## 968 Pocillopora_acuta_HIv2___RNAseq.g16433.t1 <NA>
## 969 Pocillopora_acuta_HIv2___RNAseq.g16433.t1 <NA>
## 970 Pocillopora_acuta_HIv2___RNAseq.g16715.t1 <NA>
## 971 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0000323
## 972 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0003674
## 973 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0003824
## 974 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0004175
## 975 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0004197
## 976 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0005575
## 977 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0005576
## 978 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0005615
## 979 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0005622
## 980 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0005623
## 981 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0005737
## 982 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0005764
## 983 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0005773
## 984 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0006508
## 985 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0006807
## 986 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0008150
## 987 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0008152
## 988 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0008233
## 989 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0008234
## 990 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0009056
## 991 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0009057
## 992 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0009987
## 993 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0016787
## 994 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0019538
## 995 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0030163
## 996 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0043170
## 997 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0043226
## 998 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0043227
## 999 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0043229
## 1000 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0043231
## 1001 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0044237
## 1002 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0044238
## 1003 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0044248
## 1004 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0044257
## 1005 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0044260
## 1006 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0044265
## 1007 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0044267
## 1008 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0044421
## 1009 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0044424
## 1010 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0044444
## 1011 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0044464
## 1012 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0051603
## 1013 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0070011
## 1014 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0071704
## 1015 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:0140096
## 1016 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:1901564
## 1017 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:1901565
## 1018 Pocillopora_acuta_HIv2___RNAseq.g18103.t1 GO:1901575
## 1019 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0001666
## 1020 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0001919
## 1021 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0001921
## 1022 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0001932
## 1023 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0001990
## 1024 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0003008
## 1025 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0003013
## 1026 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0003018
## 1027 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0003044
## 1028 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0003073
## 1029 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0003100
## 1030 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0003674
## 1031 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0003824
## 1032 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0004175
## 1033 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0004222
## 1034 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0005488
## 1035 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0005515
## 1036 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0005575
## 1037 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0005622
## 1038 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0005623
## 1039 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0005737
## 1040 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0005768
## 1041 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0005769
## 1042 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0005794
## 1043 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0005886
## 1044 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0006508
## 1045 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0006518
## 1046 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0006807
## 1047 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0006915
## 1048 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0006950
## 1049 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0007275
## 1050 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0007423
## 1051 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0007507
## 1052 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0008015
## 1053 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0008150
## 1054 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0008152
## 1055 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0008217
## 1056 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0008219
## 1057 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0008233
## 1058 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0008237
## 1059 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0008270
## 1060 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0008277
## 1061 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0009056
## 1062 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0009605
## 1063 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0009612
## 1064 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0009628
## 1065 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0009653
## 1066 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0009790
## 1067 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0009792
## 1068 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0009893
## 1069 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0009897
## 1070 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0009966
## 1071 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0009967
## 1072 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0009986
## 1073 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0009987
## 1074 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0010008
## 1075 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0010035
## 1076 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0010038
## 1077 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0010467
## 1078 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0010604
## 1079 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0010611
## 1080 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0010613
## 1081 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0010646
## 1082 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0010647
## 1083 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0010813
## 1084 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0010814
## 1085 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0010815
## 1086 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0010816
## 1087 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0010817
## 1088 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0012501
## 1089 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0012505
## 1090 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0014742
## 1091 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0014743
## 1092 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0016020
## 1093 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0016021
## 1094 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0016485
## 1095 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0016486
## 1096 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0016787
## 1097 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0017046
## 1098 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0017144
## 1099 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0019220
## 1100 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0019222
## 1101 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0019229
## 1102 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0019538
## 1103 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0023051
## 1104 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0023056
## 1105 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0030135
## 1106 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0030136
## 1107 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0030141
## 1108 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0030326
## 1109 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0031090
## 1110 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0031224
## 1111 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0031300
## 1112 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0031302
## 1113 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0031323
## 1114 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0031325
## 1115 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0031399
## 1116 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0031410
## 1117 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0031982
## 1118 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0032268
## 1119 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0032501
## 1120 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0032502
## 1121 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0033093
## 1122 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0033218
## 1123 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0034641
## 1124 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0034754
## 1125 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0034959
## 1126 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0035107
## 1127 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0035108
## 1128 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0035113
## 1129 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0035150
## 1130 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0035296
## 1131 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0035994
## 1132 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0036293
## 1133 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0042221
## 1134 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0042277
## 1135 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0042325
## 1136 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0042445
## 1137 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0042447
## 1138 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0042493
## 1139 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0042562
## 1140 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0042733
## 1141 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0042737
## 1142 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0042802
## 1143 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0042803
## 1144 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0043009
## 1145 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0043167
## 1146 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0043169
## 1147 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0043170
## 1148 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0043171
## 1149 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0043226
## 1150 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0043227
## 1151 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0043229
## 1152 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0043231
## 1153 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0043408
## 1154 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0043502
## 1155 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0043583
## 1156 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0043603
## 1157 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0043949
## 1158 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0043950
## 1159 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0044057
## 1160 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0044237
## 1161 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0044238
## 1162 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0044248
## 1163 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0044422
## 1164 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0044424
## 1165 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0044425
## 1166 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0044433
## 1167 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0044440
## 1168 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0044444
## 1169 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0044446
## 1170 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0044459
## 1171 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0044464
## 1172 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0045745
## 1173 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0046686
## 1174 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0046872
## 1175 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0046914
## 1176 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0046983
## 1177 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0048471
## 1178 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0048513
## 1179 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0048518
## 1180 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0048522
## 1181 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0048583
## 1182 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0048584
## 1183 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0048598
## 1184 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0048731
## 1185 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0048736
## 1186 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0048856
## 1187 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0050789
## 1188 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0050794
## 1189 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0050880
## 1190 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0050886
## 1191 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0050896
## 1192 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0051171
## 1193 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0051174
## 1194 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0051239
## 1195 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0051240
## 1196 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0051246
## 1197 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0051604
## 1198 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0060037
## 1199 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0060173
## 1200 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0060255
## 1201 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0065007
## 1202 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0065008
## 1203 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0070011
## 1204 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0070372
## 1205 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0070482
## 1206 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0071704
## 1207 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0071944
## 1208 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0072359
## 1209 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0080090
## 1210 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0090066
## 1211 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0090257
## 1212 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0097708
## 1213 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0097746
## 1214 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0098552
## 1215 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0098588
## 1216 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0098805
## 1217 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0099503
## 1218 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:0140096
## 1219 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:1901564
## 1220 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:1901565
## 1221 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:1901575
## 1222 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:1902531
## 1223 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:1902533
## 1224 Pocillopora_acuta_HIv2___RNAseq.g19211.t1 GO:1903522
## 1225 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0003674
## 1226 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0003824
## 1227 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0005575
## 1228 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0005576
## 1229 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0006508
## 1230 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0006725
## 1231 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0006766
## 1232 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0006767
## 1233 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0006807
## 1234 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0006873
## 1235 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0006874
## 1236 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0006875
## 1237 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0008150
## 1238 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0008152
## 1239 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0008233
## 1240 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0009235
## 1241 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0009987
## 1242 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0016787
## 1243 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0017144
## 1244 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0019538
## 1245 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0019725
## 1246 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0030003
## 1247 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0033013
## 1248 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0042592
## 1249 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0043170
## 1250 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0044237
## 1251 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0044238
## 1252 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0044281
## 1253 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0046483
## 1254 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0048878
## 1255 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0050801
## 1256 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0051186
## 1257 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0055065
## 1258 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0055074
## 1259 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0055080
## 1260 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0055082
## 1261 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0065007
## 1262 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0065008
## 1263 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0071704
## 1264 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0072503
## 1265 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0072507
## 1266 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0098771
## 1267 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:0140096
## 1268 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:1901360
## 1269 Pocillopora_acuta_HIv2___RNAseq.g19288.t1 GO:1901564
## 1270 Pocillopora_acuta_HIv2___RNAseq.g20587.t2 <NA>
## 1271 Pocillopora_acuta_HIv2___RNAseq.g21232.t1 <NA>
## 1272 Pocillopora_acuta_HIv2___RNAseq.g21338.t1 <NA>
## 1273 Pocillopora_acuta_HIv2___RNAseq.g21501.t1 <NA>
## 1274 Pocillopora_acuta_HIv2___RNAseq.g21517.t1 <NA>
## 1275 Pocillopora_acuta_HIv2___RNAseq.g21517.t1 <NA>
## 1276 Pocillopora_acuta_HIv2___RNAseq.g22261.t1 <NA>
## 1277 Pocillopora_acuta_HIv2___RNAseq.g22261.t1 <NA>
## 1278 Pocillopora_acuta_HIv2___RNAseq.g22261.t1 <NA>
## 1279 Pocillopora_acuta_HIv2___RNAseq.g22261.t1 <NA>
## 1280 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0000226
## 1281 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0000902
## 1282 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0000904
## 1283 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001501
## 1284 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001503
## 1285 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001654
## 1286 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001655
## 1287 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001657
## 1288 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001658
## 1289 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001736
## 1290 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001737
## 1291 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001738
## 1292 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001745
## 1293 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001763
## 1294 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001822
## 1295 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001823
## 1296 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0002009
## 1297 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0002165
## 1298 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003002
## 1299 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003007
## 1300 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003170
## 1301 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003171
## 1302 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003174
## 1303 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003179
## 1304 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003181
## 1305 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003183
## 1306 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003188
## 1307 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003190
## 1308 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003192
## 1309 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003197
## 1310 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003203
## 1311 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003272
## 1312 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003273
## 1313 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003674
## 1314 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0005488
## 1315 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0005509
## 1316 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0005515
## 1317 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0005575
## 1318 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0005623
## 1319 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0005886
## 1320 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0005887
## 1321 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0006464
## 1322 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0006807
## 1323 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0006928
## 1324 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0006996
## 1325 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007010
## 1326 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007017
## 1327 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007154
## 1328 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007155
## 1329 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007156
## 1330 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007157
## 1331 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007163
## 1332 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007164
## 1333 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007165
## 1334 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007275
## 1335 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007389
## 1336 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007399
## 1337 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007423
## 1338 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007424
## 1339 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007444
## 1340 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007447
## 1341 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007472
## 1342 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007476
## 1343 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007478
## 1344 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007480
## 1345 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007507
## 1346 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007552
## 1347 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007560
## 1348 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0008104
## 1349 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0008150
## 1350 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0008152
## 1351 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0008283
## 1352 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0008544
## 1353 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009653
## 1354 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009790
## 1355 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009791
## 1356 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009792
## 1357 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009886
## 1358 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009887
## 1359 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009888
## 1360 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009913
## 1361 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009966
## 1362 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009967
## 1363 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009968
## 1364 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009987
## 1365 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0010463
## 1366 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0010646
## 1367 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0010647
## 1368 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0010648
## 1369 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0016020
## 1370 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0016021
## 1371 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0016043
## 1372 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0016318
## 1373 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0016327
## 1374 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0016339
## 1375 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0016477
## 1376 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0018149
## 1377 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0019538
## 1378 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0021700
## 1379 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0021915
## 1380 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0022008
## 1381 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0022603
## 1382 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0022610
## 1383 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0023051
## 1384 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0023052
## 1385 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0023056
## 1386 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0023057
## 1387 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0030010
## 1388 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0030030
## 1389 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0030154
## 1390 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0030182
## 1391 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0030855
## 1392 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0030859
## 1393 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0031224
## 1394 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0031226
## 1395 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0032501
## 1396 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0032502
## 1397 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0032989
## 1398 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0033036
## 1399 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0034613
## 1400 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035088
## 1401 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035089
## 1402 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035107
## 1403 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035114
## 1404 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035120
## 1405 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035150
## 1406 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035151
## 1407 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035152
## 1408 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035159
## 1409 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035218
## 1410 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035220
## 1411 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035222
## 1412 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035239
## 1413 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035295
## 1414 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035315
## 1415 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035316
## 1416 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035317
## 1417 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035329
## 1418 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035330
## 1419 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035331
## 1420 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035332
## 1421 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035556
## 1422 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0036211
## 1423 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0036342
## 1424 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0040011
## 1425 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0042067
## 1426 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0043009
## 1427 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0043167
## 1428 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0043169
## 1429 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0043170
## 1430 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0043412
## 1431 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0043583
## 1432 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0043931
## 1433 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0044237
## 1434 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0044238
## 1435 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0044260
## 1436 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0044267
## 1437 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0044331
## 1438 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0044425
## 1439 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0044459
## 1440 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0044464
## 1441 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0045177
## 1442 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0045197
## 1443 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0045198
## 1444 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0045296
## 1445 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0045317
## 1446 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0046872
## 1447 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048468
## 1448 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048513
## 1449 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048518
## 1450 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048519
## 1451 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048522
## 1452 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048523
## 1453 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048563
## 1454 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048565
## 1455 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048569
## 1456 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048583
## 1457 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048584
## 1458 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048585
## 1459 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048592
## 1460 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048646
## 1461 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048699
## 1462 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048707
## 1463 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048729
## 1464 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048731
## 1465 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048736
## 1466 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048737
## 1467 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048749
## 1468 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048754
## 1469 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048799
## 1470 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048839
## 1471 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048856
## 1472 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048859
## 1473 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048869
## 1474 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048870
## 1475 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0050789
## 1476 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0050793
## 1477 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0050794
## 1478 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0050839
## 1479 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0050896
## 1480 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0051179
## 1481 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0051239
## 1482 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0051641
## 1483 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0051674
## 1484 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0051716
## 1485 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0055123
## 1486 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0060348
## 1487 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0060429
## 1488 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0060485
## 1489 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0060541
## 1490 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0060562
## 1491 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0060675
## 1492 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0060973
## 1493 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0060993
## 1494 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0061138
## 1495 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0061162
## 1496 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0061245
## 1497 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0061326
## 1498 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0061333
## 1499 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0061339
## 1500 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0065007
## 1501 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0065008
## 1502 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0070727
## 1503 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0070977
## 1504 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0071695
## 1505 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0071704
## 1506 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0071840
## 1507 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0071944
## 1508 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072001
## 1509 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072006
## 1510 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072009
## 1511 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072028
## 1512 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072073
## 1513 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072078
## 1514 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072080
## 1515 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072088
## 1516 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072132
## 1517 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072137
## 1518 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072163
## 1519 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072164
## 1520 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072171
## 1521 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072359
## 1522 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072657
## 1523 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072659
## 1524 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0090066
## 1525 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0090102
## 1526 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0090162
## 1527 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0090175
## 1528 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0090176
## 1529 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0090251
## 1530 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0090596
## 1531 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0098590
## 1532 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0098609
## 1533 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0098742
## 1534 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0120036
## 1535 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:1901564
## 1536 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:1902531
## 1537 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:1902532
## 1538 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:1902533
## 1539 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:1905330
## 1540 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:1990778
## 1541 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:2000026
## 1542 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:2000027
## 1543 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0000226
## 1544 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0000902
## 1545 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0000904
## 1546 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001501
## 1547 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001503
## 1548 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001654
## 1549 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001655
## 1550 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001657
## 1551 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001658
## 1552 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001736
## 1553 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001737
## 1554 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001738
## 1555 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001745
## 1556 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001763
## 1557 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001822
## 1558 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0001823
## 1559 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0002009
## 1560 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0002165
## 1561 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003002
## 1562 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003007
## 1563 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003170
## 1564 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003171
## 1565 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003174
## 1566 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003179
## 1567 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003181
## 1568 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003183
## 1569 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003188
## 1570 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003190
## 1571 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003192
## 1572 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003197
## 1573 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003203
## 1574 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003272
## 1575 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003273
## 1576 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0003674
## 1577 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0005488
## 1578 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0005509
## 1579 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0005515
## 1580 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0005575
## 1581 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0005623
## 1582 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0005886
## 1583 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0005887
## 1584 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0006464
## 1585 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0006807
## 1586 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0006928
## 1587 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0006996
## 1588 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007010
## 1589 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007017
## 1590 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007154
## 1591 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007155
## 1592 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007156
## 1593 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007157
## 1594 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007163
## 1595 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007164
## 1596 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007165
## 1597 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007275
## 1598 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007389
## 1599 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007399
## 1600 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007423
## 1601 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007424
## 1602 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007444
## 1603 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007447
## 1604 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007472
## 1605 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007476
## 1606 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007478
## 1607 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007480
## 1608 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007507
## 1609 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007552
## 1610 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0007560
## 1611 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0008104
## 1612 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0008150
## 1613 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0008152
## 1614 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0008283
## 1615 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0008544
## 1616 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009653
## 1617 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009790
## 1618 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009791
## 1619 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009792
## 1620 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009886
## 1621 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009887
## 1622 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009888
## 1623 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009913
## 1624 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009966
## 1625 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009967
## 1626 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009968
## 1627 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0009987
## 1628 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0010463
## 1629 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0010646
## 1630 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0010647
## 1631 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0010648
## 1632 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0016020
## 1633 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0016021
## 1634 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0016043
## 1635 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0016318
## 1636 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0016327
## 1637 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0016339
## 1638 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0016477
## 1639 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0018149
## 1640 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0019538
## 1641 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0021700
## 1642 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0021915
## 1643 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0022008
## 1644 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0022603
## 1645 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0022610
## 1646 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0023051
## 1647 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0023052
## 1648 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0023056
## 1649 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0023057
## 1650 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0030010
## 1651 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0030030
## 1652 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0030154
## 1653 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0030182
## 1654 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0030855
## 1655 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0030859
## 1656 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0031224
## 1657 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0031226
## 1658 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0032501
## 1659 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0032502
## 1660 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0032989
## 1661 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0033036
## 1662 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0034613
## 1663 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035088
## 1664 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035089
## 1665 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035107
## 1666 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035114
## 1667 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035120
## 1668 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035150
## 1669 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035151
## 1670 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035152
## 1671 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035159
## 1672 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035218
## 1673 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035220
## 1674 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035222
## 1675 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035239
## 1676 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035295
## 1677 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035315
## 1678 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035316
## 1679 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035317
## 1680 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035329
## 1681 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035330
## 1682 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035331
## 1683 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035332
## 1684 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0035556
## 1685 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0036211
## 1686 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0036342
## 1687 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0040011
## 1688 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0042067
## 1689 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0043009
## 1690 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0043167
## 1691 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0043169
## 1692 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0043170
## 1693 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0043412
## 1694 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0043583
## 1695 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0043931
## 1696 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0044237
## 1697 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0044238
## 1698 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0044260
## 1699 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0044267
## 1700 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0044331
## 1701 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0044425
## 1702 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0044459
## 1703 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0044464
## 1704 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0045177
## 1705 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0045197
## 1706 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0045198
## 1707 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0045296
## 1708 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0045317
## 1709 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0046872
## 1710 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048468
## 1711 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048513
## 1712 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048518
## 1713 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048519
## 1714 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048522
## 1715 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048523
## 1716 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048563
## 1717 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048565
## 1718 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048569
## 1719 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048583
## 1720 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048584
## 1721 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048585
## 1722 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048592
## 1723 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048646
## 1724 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048699
## 1725 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048707
## 1726 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048729
## 1727 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048731
## 1728 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048736
## 1729 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048737
## 1730 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048749
## 1731 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048754
## 1732 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048799
## 1733 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048839
## 1734 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048856
## 1735 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048859
## 1736 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048869
## 1737 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0048870
## 1738 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0050789
## 1739 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0050793
## 1740 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0050794
## 1741 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0050839
## 1742 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0050896
## 1743 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0051179
## 1744 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0051239
## 1745 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0051641
## 1746 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0051674
## 1747 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0051716
## 1748 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0055123
## 1749 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0060348
## 1750 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0060429
## 1751 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0060485
## 1752 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0060541
## 1753 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0060562
## 1754 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0060675
## 1755 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0060973
## 1756 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0060993
## 1757 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0061138
## 1758 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0061162
## 1759 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0061245
## 1760 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0061326
## 1761 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0061333
## 1762 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0061339
## 1763 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0065007
## 1764 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0065008
## 1765 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0070727
## 1766 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0070977
## 1767 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0071695
## 1768 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0071704
## 1769 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0071840
## 1770 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0071944
## 1771 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072001
## 1772 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072006
## 1773 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072009
## 1774 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072028
## 1775 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072073
## 1776 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072078
## 1777 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072080
## 1778 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072088
## 1779 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072132
## 1780 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072137
## 1781 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072163
## 1782 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072164
## 1783 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072171
## 1784 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072359
## 1785 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072657
## 1786 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0072659
## 1787 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0090066
## 1788 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0090102
## 1789 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0090162
## 1790 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0090175
## 1791 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0090176
## 1792 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0090251
## 1793 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0090596
## 1794 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0098590
## 1795 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0098609
## 1796 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0098742
## 1797 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:0120036
## 1798 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:1901564
## 1799 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:1902531
## 1800 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:1902532
## 1801 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:1902533
## 1802 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:1905330
## 1803 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:1990778
## 1804 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:2000026
## 1805 Pocillopora_acuta_HIv2___RNAseq.g22388.t1 GO:2000027
## 1806 Pocillopora_acuta_HIv2___RNAseq.g22851.t1 <NA>
## 1807 Pocillopora_acuta_HIv2___RNAseq.g24639.t1 <NA>
## 1808 Pocillopora_acuta_HIv2___RNAseq.g24861.t1b <NA>
## 1809 Pocillopora_acuta_HIv2___RNAseq.g25214.t1 <NA>
## 1810 Pocillopora_acuta_HIv2___RNAseq.g25351.t1 GO:0000323
## 1811 Pocillopora_acuta_HIv2___RNAseq.g25351.t1 GO:0005575
## 1812 Pocillopora_acuta_HIv2___RNAseq.g25351.t1 GO:0005576
## 1813 Pocillopora_acuta_HIv2___RNAseq.g25351.t1 GO:0005622
## 1814 Pocillopora_acuta_HIv2___RNAseq.g25351.t1 GO:0005623
## 1815 Pocillopora_acuta_HIv2___RNAseq.g25351.t1 GO:0005737
## 1816 Pocillopora_acuta_HIv2___RNAseq.g25351.t1 GO:0005764
## 1817 Pocillopora_acuta_HIv2___RNAseq.g25351.t1 GO:0005773
## 1818 Pocillopora_acuta_HIv2___RNAseq.g25351.t1 GO:0043226
## 1819 Pocillopora_acuta_HIv2___RNAseq.g25351.t1 GO:0043227
## 1820 Pocillopora_acuta_HIv2___RNAseq.g25351.t1 GO:0043229
## 1821 Pocillopora_acuta_HIv2___RNAseq.g25351.t1 GO:0043231
## 1822 Pocillopora_acuta_HIv2___RNAseq.g25351.t1 GO:0044424
## 1823 Pocillopora_acuta_HIv2___RNAseq.g25351.t1 GO:0044444
## 1824 Pocillopora_acuta_HIv2___RNAseq.g25351.t1 GO:0044464
## 1825 Pocillopora_acuta_HIv2___RNAseq.g25935.t1 <NA>
## 1826 Pocillopora_acuta_HIv2___RNAseq.g25935.t1 <NA>
## 1827 Pocillopora_acuta_HIv2___RNAseq.g25935.t1 <NA>
## 1828 Pocillopora_acuta_HIv2___RNAseq.g25935.t1 <NA>
## 1829 Pocillopora_acuta_HIv2___RNAseq.g25935.t1 <NA>
## 1830 Pocillopora_acuta_HIv2___RNAseq.g25935.t1 <NA>
## 1831 Pocillopora_acuta_HIv2___RNAseq.g25935.t1 <NA>
## 1832 Pocillopora_acuta_HIv2___RNAseq.g25935.t1 <NA>
## 1833 Pocillopora_acuta_HIv2___RNAseq.g25935.t1 <NA>
## 1834 Pocillopora_acuta_HIv2___RNAseq.g26035.t1 <NA>
## 1835 Pocillopora_acuta_HIv2___RNAseq.g26037.t1 <NA>
## 1836 Pocillopora_acuta_HIv2___RNAseq.g26221.t1 <NA>
## 1837 Pocillopora_acuta_HIv2___RNAseq.g26221.t1 <NA>
## 1838 Pocillopora_acuta_HIv2___RNAseq.g26221.t1 <NA>
## 1839 Pocillopora_acuta_HIv2___RNAseq.g26221.t1 <NA>
## 1840 Pocillopora_acuta_HIv2___RNAseq.g26221.t1 <NA>
## 1841 Pocillopora_acuta_HIv2___RNAseq.g26221.t1 <NA>
## 1842 Pocillopora_acuta_HIv2___RNAseq.g26221.t1 <NA>
## 1843 Pocillopora_acuta_HIv2___RNAseq.g26221.t1 <NA>
## 1844 Pocillopora_acuta_HIv2___RNAseq.g26221.t1 <NA>
## 1845 Pocillopora_acuta_HIv2___RNAseq.g26221.t1 <NA>
## 1846 Pocillopora_acuta_HIv2___RNAseq.g26846.t1a <NA>
## 1847 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0000226
## 1848 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0000902
## 1849 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0000904
## 1850 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0001667
## 1851 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0003363
## 1852 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0003674
## 1853 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0005096
## 1854 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0005488
## 1855 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0005515
## 1856 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0005575
## 1857 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0005622
## 1858 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0005623
## 1859 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0005634
## 1860 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0005654
## 1861 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0005737
## 1862 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0005829
## 1863 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0005886
## 1864 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0006928
## 1865 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0006996
## 1866 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0007010
## 1867 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0007017
## 1868 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0007154
## 1869 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0007155
## 1870 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0007165
## 1871 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0007264
## 1872 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0007265
## 1873 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0007266
## 1874 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0007275
## 1875 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0007399
## 1876 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0007417
## 1877 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0007420
## 1878 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0008047
## 1879 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0008150
## 1880 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0008347
## 1881 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0009653
## 1882 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0009966
## 1883 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0009987
## 1884 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0010646
## 1885 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0010720
## 1886 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0010721
## 1887 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0010975
## 1888 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0010977
## 1889 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0014069
## 1890 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0016020
## 1891 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0016043
## 1892 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0016358
## 1893 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0016477
## 1894 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0017016
## 1895 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0017048
## 1896 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0019899
## 1897 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0021537
## 1898 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0021543
## 1899 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0021795
## 1900 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0021799
## 1901 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0021801
## 1902 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0021814
## 1903 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0021815
## 1904 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0021816
## 1905 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0021885
## 1906 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0021987
## 1907 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0022008
## 1908 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0022029
## 1909 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0022030
## 1910 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0022607
## 1911 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0022610
## 1912 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0023051
## 1913 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0023052
## 1914 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0030027
## 1915 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0030029
## 1916 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0030030
## 1917 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0030031
## 1918 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0030032
## 1919 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0030139
## 1920 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0030154
## 1921 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0030182
## 1922 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0030234
## 1923 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0030334
## 1924 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0030335
## 1925 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0030336
## 1926 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0030425
## 1927 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0030695
## 1928 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0030900
## 1929 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0031175
## 1930 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0031252
## 1931 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0031267
## 1932 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0031268
## 1933 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0031269
## 1934 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0031344
## 1935 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0031345
## 1936 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0031410
## 1937 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0031589
## 1938 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0031974
## 1939 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0031981
## 1940 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0031982
## 1941 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0032279
## 1942 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0032501
## 1943 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0032502
## 1944 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0032879
## 1945 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0032989
## 1946 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0032990
## 1947 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0034446
## 1948 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0035556
## 1949 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0036477
## 1950 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0040011
## 1951 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0040012
## 1952 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0040013
## 1953 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0040017
## 1954 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0042063
## 1955 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0042802
## 1956 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0042803
## 1957 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0042995
## 1958 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0043005
## 1959 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0043085
## 1960 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0043087
## 1961 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0043197
## 1962 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0043226
## 1963 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0043227
## 1964 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0043229
## 1965 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0043231
## 1966 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0043233
## 1967 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0043547
## 1968 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0044085
## 1969 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0044087
## 1970 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0044093
## 1971 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0044309
## 1972 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0044327
## 1973 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0044422
## 1974 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0044424
## 1975 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0044425
## 1976 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0044428
## 1977 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0044444
## 1978 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0044446
## 1979 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0044456
## 1980 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0044459
## 1981 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0044463
## 1982 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0044464
## 1983 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0045202
## 1984 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0045211
## 1985 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0045335
## 1986 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0045595
## 1987 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0045596
## 1988 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0045597
## 1989 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0045664
## 1990 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0045665
## 1991 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0046847
## 1992 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0046982
## 1993 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0046983
## 1994 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0048365
## 1995 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0048468
## 1996 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0048513
## 1997 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0048518
## 1998 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0048519
## 1999 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0048522
## 2000 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0048523
## 2001 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0048583
## 2002 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0048666
## 2003 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0048699
## 2004 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0048731
## 2005 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0048812
## 2006 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0048856
## 2007 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0048858
## 2008 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0048869
## 2009 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0048870
## 2010 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0050767
## 2011 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0050768
## 2012 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0050769
## 2013 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0050773
## 2014 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0050789
## 2015 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0050790
## 2016 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0050793
## 2017 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0050794
## 2018 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0050896
## 2019 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051014
## 2020 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051020
## 2021 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051056
## 2022 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051093
## 2023 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051094
## 2024 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051128
## 2025 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051129
## 2026 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051179
## 2027 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051239
## 2028 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051240
## 2029 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051241
## 2030 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051270
## 2031 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051271
## 2032 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051272
## 2033 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051336
## 2034 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051345
## 2035 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051489
## 2036 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051490
## 2037 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051674
## 2038 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051716
## 2039 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051960
## 2040 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051961
## 2041 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0051962
## 2042 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0060284
## 2043 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0060322
## 2044 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0060491
## 2045 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0060589
## 2046 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0060996
## 2047 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0060998
## 2048 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0061000
## 2049 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0065007
## 2050 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0065009
## 2051 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0070013
## 2052 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0071840
## 2053 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0071944
## 2054 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0097060
## 2055 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0097447
## 2056 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0097458
## 2057 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0097581
## 2058 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0097708
## 2059 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0098590
## 2060 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0098772
## 2061 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0098794
## 2062 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0098984
## 2063 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0099572
## 2064 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0120025
## 2065 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0120031
## 2066 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0120032
## 2067 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0120033
## 2068 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0120035
## 2069 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0120036
## 2070 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0120038
## 2071 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:0120039
## 2072 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:1902531
## 2073 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:2000026
## 2074 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:2000145
## 2075 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:2000146
## 2076 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:2000147
## 2077 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:2000171
## 2078 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:2001222
## 2079 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:2001223
## 2080 Pocillopora_acuta_HIv2___RNAseq.g27376.t1 GO:2001224
## 2081 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0000041
## 2082 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0001889
## 2083 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0003674
## 2084 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0003824
## 2085 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0004322
## 2086 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005488
## 2087 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005506
## 2088 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005507
## 2089 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005515
## 2090 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005575
## 2091 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005576
## 2092 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005615
## 2093 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005622
## 2094 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005623
## 2095 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005737
## 2096 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005783
## 2097 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005788
## 2098 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005886
## 2099 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0006464
## 2100 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0006807
## 2101 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0006810
## 2102 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0006811
## 2103 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0006812
## 2104 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0006825
## 2105 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0006826
## 2106 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0006873
## 2107 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0006875
## 2108 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0006879
## 2109 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0007275
## 2110 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0007568
## 2111 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0007584
## 2112 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0008150
## 2113 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0008152
## 2114 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0008198
## 2115 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0009605
## 2116 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0009987
## 2117 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0009991
## 2118 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0010035
## 2119 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0010038
## 2120 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0012505
## 2121 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0015679
## 2122 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0016020
## 2123 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0016323
## 2124 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0016491
## 2125 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0016722
## 2126 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0016724
## 2127 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0019538
## 2128 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0019725
## 2129 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0030001
## 2130 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0030003
## 2131 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0030323
## 2132 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0030324
## 2133 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0031224
## 2134 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0031225
## 2135 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0031226
## 2136 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0031667
## 2137 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0031974
## 2138 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0032501
## 2139 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0032502
## 2140 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0034220
## 2141 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0035295
## 2142 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0035434
## 2143 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0036211
## 2144 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0042221
## 2145 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0042592
## 2146 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0043167
## 2147 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0043169
## 2148 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0043170
## 2149 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0043226
## 2150 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0043227
## 2151 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0043229
## 2152 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0043231
## 2153 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0043233
## 2154 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0043412
## 2155 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0043687
## 2156 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044237
## 2157 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044238
## 2158 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044260
## 2159 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044267
## 2160 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044421
## 2161 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044422
## 2162 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044424
## 2163 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044425
## 2164 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044432
## 2165 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044444
## 2166 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044446
## 2167 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044459
## 2168 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044464
## 2169 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0046658
## 2170 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0046688
## 2171 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0046872
## 2172 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0046914
## 2173 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0046916
## 2174 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0048471
## 2175 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0048513
## 2176 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0048731
## 2177 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0048732
## 2178 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0048856
## 2179 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0048878
## 2180 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0050801
## 2181 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0050896
## 2182 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0051087
## 2183 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0051179
## 2184 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0051234
## 2185 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0055065
## 2186 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0055072
## 2187 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0055076
## 2188 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0055080
## 2189 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0055082
## 2190 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0055085
## 2191 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0055114
## 2192 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0060541
## 2193 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0061008
## 2194 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0065007
## 2195 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0065008
## 2196 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0070013
## 2197 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0071704
## 2198 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0071944
## 2199 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0098590
## 2200 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0098655
## 2201 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0098660
## 2202 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0098662
## 2203 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0098771
## 2204 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:1901564
## 2205 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0000041
## 2206 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0001889
## 2207 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0003674
## 2208 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0003824
## 2209 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0004322
## 2210 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005488
## 2211 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005506
## 2212 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005507
## 2213 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005515
## 2214 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005575
## 2215 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005576
## 2216 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005615
## 2217 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005622
## 2218 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005623
## 2219 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005737
## 2220 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005783
## 2221 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005788
## 2222 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0005886
## 2223 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0006464
## 2224 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0006807
## 2225 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0006810
## 2226 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0006811
## 2227 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0006812
## 2228 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0006825
## 2229 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0006826
## 2230 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0006873
## 2231 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0006875
## 2232 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0006879
## 2233 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0007275
## 2234 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0007568
## 2235 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0007584
## 2236 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0008150
## 2237 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0008152
## 2238 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0008198
## 2239 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0009605
## 2240 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0009987
## 2241 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0009991
## 2242 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0010035
## 2243 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0010038
## 2244 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0012505
## 2245 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0015679
## 2246 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0016020
## 2247 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0016323
## 2248 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0016491
## 2249 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0016722
## 2250 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0016724
## 2251 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0019538
## 2252 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0019725
## 2253 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0030001
## 2254 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0030003
## 2255 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0030323
## 2256 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0030324
## 2257 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0031224
## 2258 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0031225
## 2259 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0031226
## 2260 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0031667
## 2261 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0031974
## 2262 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0032501
## 2263 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0032502
## 2264 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0034220
## 2265 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0035295
## 2266 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0035434
## 2267 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0036211
## 2268 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0042221
## 2269 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0042592
## 2270 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0043167
## 2271 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0043169
## 2272 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0043170
## 2273 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0043226
## 2274 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0043227
## 2275 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0043229
## 2276 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0043231
## 2277 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0043233
## 2278 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0043412
## 2279 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0043687
## 2280 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044237
## 2281 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044238
## 2282 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044260
## 2283 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044267
## 2284 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044421
## 2285 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044422
## 2286 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044424
## 2287 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044425
## 2288 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044432
## 2289 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044444
## 2290 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044446
## 2291 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044459
## 2292 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0044464
## 2293 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0046658
## 2294 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0046688
## 2295 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0046872
## 2296 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0046914
## 2297 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0046916
## 2298 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0048471
## 2299 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0048513
## 2300 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0048731
## 2301 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0048732
## 2302 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0048856
## 2303 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0048878
## 2304 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0050801
## 2305 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0050896
## 2306 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0051087
## 2307 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0051179
## 2308 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0051234
## 2309 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0055065
## 2310 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0055072
## 2311 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0055076
## 2312 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0055080
## 2313 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0055082
## 2314 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0055085
## 2315 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0055114
## 2316 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0060541
## 2317 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0061008
## 2318 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0065007
## 2319 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0065008
## 2320 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0070013
## 2321 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0071704
## 2322 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0071944
## 2323 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0098590
## 2324 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0098655
## 2325 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0098660
## 2326 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0098662
## 2327 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:0098771
## 2328 Pocillopora_acuta_HIv2___RNAseq.g27566.t1 GO:1901564
## 2329 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0000003
## 2330 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0000166
## 2331 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0000820
## 2332 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0000821
## 2333 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0000902
## 2334 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0000904
## 2335 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0001101
## 2336 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0001505
## 2337 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0001654
## 2338 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0001932
## 2339 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0001934
## 2340 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0002026
## 2341 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0002028
## 2342 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0002064
## 2343 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0002065
## 2344 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0002066
## 2345 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0002093
## 2346 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0002119
## 2347 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0002164
## 2348 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0003008
## 2349 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0003407
## 2350 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0003674
## 2351 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0003824
## 2352 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0004857
## 2353 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0005102
## 2354 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0005215
## 2355 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0005388
## 2356 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0005488
## 2357 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0005509
## 2358 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0005515
## 2359 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0005516
## 2360 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0005524
## 2361 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0005575
## 2362 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0005622
## 2363 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0005623
## 2364 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0005634
## 2365 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0005737
## 2366 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0005783
## 2367 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0005794
## 2368 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0005886
## 2369 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0005887
## 2370 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0005901
## 2371 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0005929
## 2372 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0006139
## 2373 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0006163
## 2374 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0006355
## 2375 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0006357
## 2376 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0006521
## 2377 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0006725
## 2378 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0006753
## 2379 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0006793
## 2380 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0006796
## 2381 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0006807
## 2382 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0006810
## 2383 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0006811
## 2384 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0006812
## 2385 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0006816
## 2386 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0006873
## 2387 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0006874
## 2388 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0006875
## 2389 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0006897
## 2390 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0006928
## 2391 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0006950
## 2392 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0006996
## 2393 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0007154
## 2394 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0007204
## 2395 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0007275
## 2396 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0007276
## 2397 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0007283
## 2398 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0007399
## 2399 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0007417
## 2400 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0007420
## 2401 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0007423
## 2402 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0007568
## 2403 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0007584
## 2404 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0007589
## 2405 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0007595
## 2406 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0007600
## 2407 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0007605
## 2408 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0007610
## 2409 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0007626
## 2410 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0008016
## 2411 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0008022
## 2412 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0008144
## 2413 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0008150
## 2414 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0008152
## 2415 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0008277
## 2416 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0008324
## 2417 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0008361
## 2418 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0008544
## 2419 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009117
## 2420 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009150
## 2421 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009187
## 2422 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009259
## 2423 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009266
## 2424 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009409
## 2425 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009415
## 2426 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009581
## 2427 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009582
## 2428 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009605
## 2429 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009612
## 2430 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009628
## 2431 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009653
## 2432 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009719
## 2433 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009725
## 2434 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009790
## 2435 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009791
## 2436 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009792
## 2437 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009887
## 2438 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009888
## 2439 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009889
## 2440 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009890
## 2441 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009892
## 2442 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009893
## 2443 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009894
## 2444 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009895
## 2445 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009898
## 2446 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009913
## 2447 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009966
## 2448 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009968
## 2449 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009987
## 2450 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0009991
## 2451 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0010033
## 2452 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0010035
## 2453 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0010243
## 2454 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0010468
## 2455 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0010556
## 2456 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0010562
## 2457 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0010564
## 2458 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0010565
## 2459 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0010604
## 2460 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0010605
## 2461 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0010611
## 2462 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0010612
## 2463 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0010614
## 2464 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0010616
## 2465 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0010646
## 2466 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0010648
## 2467 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0010749
## 2468 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0010751
## 2469 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0010959
## 2470 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0012505
## 2471 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0014069
## 2472 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0014070
## 2473 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0014741
## 2474 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0014743
## 2475 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0014745
## 2476 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0015075
## 2477 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0015085
## 2478 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0015318
## 2479 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0015399
## 2480 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0015405
## 2481 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0015662
## 2482 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0016020
## 2483 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0016021
## 2484 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0016043
## 2485 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0016192
## 2486 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0016323
## 2487 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0016324
## 2488 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0016462
## 2489 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0016787
## 2490 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0016817
## 2491 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0016818
## 2492 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0016887
## 2493 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0017076
## 2494 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0017111
## 2495 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0018958
## 2496 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0019219
## 2497 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0019220
## 2498 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0019222
## 2499 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0019637
## 2500 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0019693
## 2501 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0019725
## 2502 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0019829
## 2503 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0019899
## 2504 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0019900
## 2505 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0019901
## 2506 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0019902
## 2507 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0019903
## 2508 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0019904
## 2509 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0019953
## 2510 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0021533
## 2511 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0021537
## 2512 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0021543
## 2513 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0021549
## 2514 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0021575
## 2515 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0021587
## 2516 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0021680
## 2517 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0021681
## 2518 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0021683
## 2519 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0021684
## 2520 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0021692
## 2521 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0021694
## 2522 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0021695
## 2523 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0021696
## 2524 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0021697
## 2525 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0021702
## 2526 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0021707
## 2527 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0021761
## 2528 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0021766
## 2529 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0021953
## 2530 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0022008
## 2531 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0022037
## 2532 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0022414
## 2533 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0022804
## 2534 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0022853
## 2535 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0022857
## 2536 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0022890
## 2537 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0023051
## 2538 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0023057
## 2539 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0030001
## 2540 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0030003
## 2541 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0030016
## 2542 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0030017
## 2543 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0030018
## 2544 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0030030
## 2545 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0030100
## 2546 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0030154
## 2547 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0030165
## 2548 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0030182
## 2549 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0030234
## 2550 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0030235
## 2551 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0030315
## 2552 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0030317
## 2553 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0030346
## 2554 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0030425
## 2555 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0030554
## 2556 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0030855
## 2557 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0030879
## 2558 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0030899
## 2559 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0030900
## 2560 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0030902
## 2561 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031175
## 2562 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031214
## 2563 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031224
## 2564 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031226
## 2565 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031252
## 2566 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031253
## 2567 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031256
## 2568 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031323
## 2569 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031324
## 2570 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031325
## 2571 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031326
## 2572 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031327
## 2573 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031329
## 2574 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031330
## 2575 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031399
## 2576 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031400
## 2577 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031401
## 2578 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031514
## 2579 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031667
## 2580 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031668
## 2581 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031669
## 2582 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031670
## 2583 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031674
## 2584 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0031960
## 2585 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0032268
## 2586 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0032269
## 2587 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0032270
## 2588 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0032279
## 2589 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0032501
## 2590 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0032502
## 2591 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0032504
## 2592 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0032535
## 2593 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0032553
## 2594 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0032555
## 2595 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0032559
## 2596 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0032589
## 2597 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0032590
## 2598 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0032591
## 2599 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0032768
## 2600 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0032769
## 2601 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0032809
## 2602 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0032870
## 2603 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0032879
## 2604 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0032989
## 2605 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0032991
## 2606 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0033130
## 2607 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0033135
## 2608 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0033138
## 2609 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0033238
## 2610 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0033239
## 2611 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0033241
## 2612 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0033242
## 2613 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0033273
## 2614 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0033280
## 2615 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0033674
## 2616 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0033993
## 2617 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0034220
## 2618 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0034641
## 2619 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0034762
## 2620 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0034765
## 2621 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0035254
## 2622 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0035315
## 2623 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0035639
## 2624 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0036094
## 2625 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0036126
## 2626 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0036477
## 2627 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0036487
## 2628 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0040008
## 2629 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0040009
## 2630 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0040010
## 2631 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0040011
## 2632 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0040012
## 2633 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0040017
## 2634 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0042133
## 2635 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0042221
## 2636 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0042325
## 2637 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0042327
## 2638 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0042383
## 2639 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0042428
## 2640 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0042430
## 2641 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0042471
## 2642 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0042472
## 2643 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0042490
## 2644 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0042491
## 2645 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0042592
## 2646 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0042623
## 2647 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0042625
## 2648 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0042626
## 2649 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0042995
## 2650 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043005
## 2651 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043010
## 2652 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043025
## 2653 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043085
## 2654 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043086
## 2655 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043167
## 2656 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043168
## 2657 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043169
## 2658 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043197
## 2659 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043226
## 2660 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043227
## 2661 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043228
## 2662 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043229
## 2663 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043231
## 2664 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043232
## 2665 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043269
## 2666 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043270
## 2667 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043292
## 2668 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043492
## 2669 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043502
## 2670 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043549
## 2671 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043583
## 2672 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043949
## 2673 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0043951
## 2674 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0044057
## 2675 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0044092
## 2676 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0044093
## 2677 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0044237
## 2678 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0044238
## 2679 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0044281
## 2680 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0044297
## 2681 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0044298
## 2682 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0044309
## 2683 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0044422
## 2684 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0044424
## 2685 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0044425
## 2686 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0044441
## 2687 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0044444
## 2688 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0044449
## 2689 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0044456
## 2690 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0044459
## 2691 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0044463
## 2692 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0044464
## 2693 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0044703
## 2694 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0044853
## 2695 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0045019
## 2696 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0045121
## 2697 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0045177
## 2698 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0045202
## 2699 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0045211
## 2700 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0045299
## 2701 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0045428
## 2702 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0045744
## 2703 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0045763
## 2704 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0045807
## 2705 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0045859
## 2706 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0045860
## 2707 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0045927
## 2708 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0045937
## 2709 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0046068
## 2710 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0046483
## 2711 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0046872
## 2712 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0046873
## 2713 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0046903
## 2714 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048167
## 2715 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048232
## 2716 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048468
## 2717 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048513
## 2718 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048518
## 2719 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048519
## 2720 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048522
## 2721 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048523
## 2722 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048545
## 2723 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048562
## 2724 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048568
## 2725 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048583
## 2726 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048585
## 2727 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048598
## 2728 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048609
## 2729 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048646
## 2730 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048666
## 2731 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048667
## 2732 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048699
## 2733 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048731
## 2734 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048732
## 2735 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048839
## 2736 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048840
## 2737 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048856
## 2738 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048869
## 2739 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048870
## 2740 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0048878
## 2741 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0050789
## 2742 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0050790
## 2743 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0050794
## 2744 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0050801
## 2745 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0050804
## 2746 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0050808
## 2747 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0050848
## 2748 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0050849
## 2749 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0050877
## 2750 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0050878
## 2751 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0050885
## 2752 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0050896
## 2753 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0050905
## 2754 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0050906
## 2755 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0050910
## 2756 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0050954
## 2757 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0050974
## 2758 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0050982
## 2759 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0050998
## 2760 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0050999
## 2761 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051001
## 2762 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051049
## 2763 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051050
## 2764 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051128
## 2765 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051130
## 2766 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051171
## 2767 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051172
## 2768 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051173
## 2769 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051174
## 2770 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051179
## 2771 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051234
## 2772 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051239
## 2773 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051241
## 2774 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051246
## 2775 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051247
## 2776 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051248
## 2777 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051252
## 2778 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051338
## 2779 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051341
## 2780 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051347
## 2781 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051354
## 2782 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051384
## 2783 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051385
## 2784 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051412
## 2785 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051480
## 2786 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051481
## 2787 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051599
## 2788 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051606
## 2789 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051641
## 2790 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051649
## 2791 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051674
## 2792 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051704
## 2793 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051716
## 2794 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051726
## 2795 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051924
## 2796 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0051928
## 2797 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0055065
## 2798 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0055074
## 2799 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0055080
## 2800 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0055082
## 2801 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0055085
## 2802 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0055086
## 2803 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0060041
## 2804 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0060088
## 2805 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0060113
## 2806 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0060117
## 2807 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0060119
## 2808 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0060122
## 2809 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0060255
## 2810 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0060322
## 2811 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0060401
## 2812 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0060402
## 2813 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0060429
## 2814 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0060563
## 2815 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0060627
## 2816 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0062012
## 2817 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0062014
## 2818 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0065007
## 2819 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0065008
## 2820 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0065009
## 2821 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0070509
## 2822 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0070588
## 2823 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0070838
## 2824 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0070884
## 2825 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0070885
## 2826 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0070887
## 2827 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071295
## 2828 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071305
## 2829 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071310
## 2830 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071383
## 2831 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071384
## 2832 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071385
## 2833 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071386
## 2834 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071389
## 2835 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071396
## 2836 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071407
## 2837 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071417
## 2838 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071495
## 2839 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071496
## 2840 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071704
## 2841 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071840
## 2842 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071867
## 2843 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071868
## 2844 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071869
## 2845 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071870
## 2846 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071871
## 2847 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071872
## 2848 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071878
## 2849 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071900
## 2850 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071902
## 2851 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0071944
## 2852 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0072503
## 2853 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0072507
## 2854 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0072511
## 2855 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0072521
## 2856 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0080090
## 2857 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0080134
## 2858 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0090066
## 2859 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0090102
## 2860 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0090257
## 2861 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0090596
## 2862 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0090662
## 2863 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0097060
## 2864 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0097110
## 2865 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0097159
## 2866 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0097164
## 2867 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0097223
## 2868 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0097228
## 2869 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0097305
## 2870 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0097306
## 2871 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0097367
## 2872 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0097447
## 2873 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0097458
## 2874 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0097553
## 2875 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0097722
## 2876 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0097729
## 2877 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0098552
## 2878 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0098562
## 2879 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0098589
## 2880 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0098590
## 2881 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0098655
## 2882 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0098657
## 2883 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0098659
## 2884 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0098660
## 2885 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0098662
## 2886 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0098703
## 2887 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0098736
## 2888 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0098739
## 2889 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0098771
## 2890 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0098772
## 2891 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0098794
## 2892 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0098805
## 2893 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0098839
## 2894 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0098857
## 2895 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0098984
## 2896 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0099080
## 2897 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0099081
## 2898 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0099131
## 2899 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0099132
## 2900 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0099177
## 2901 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0099512
## 2902 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0099572
## 2903 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0099587
## 2904 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0099634
## 2905 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0106056
## 2906 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0106057
## 2907 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0106070
## 2908 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0106072
## 2909 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0120025
## 2910 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0120036
## 2911 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0120038
## 2912 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0140192
## 2913 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:0140199
## 2914 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1900081
## 2915 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1900082
## 2916 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1901135
## 2917 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1901160
## 2918 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1901265
## 2919 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1901360
## 2920 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1901363
## 2921 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1901564
## 2922 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1901615
## 2923 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1901654
## 2924 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1901655
## 2925 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1901660
## 2926 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1901698
## 2927 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1901699
## 2928 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1901700
## 2929 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1901701
## 2930 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1901987
## 2931 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1902083
## 2932 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1902305
## 2933 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1902531
## 2934 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1902532
## 2935 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1902656
## 2936 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1902806
## 2937 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1903242
## 2938 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1903243
## 2939 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1903248
## 2940 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1903249
## 2941 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1903426
## 2942 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1903427
## 2943 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1903506
## 2944 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1903522
## 2945 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1903779
## 2946 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1904062
## 2947 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1904406
## 2948 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:1990034
## 2949 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:2000112
## 2950 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:2000169
## 2951 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:2000282
## 2952 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:2000283
## 2953 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:2000377
## 2954 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:2000378
## 2955 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:2000479
## 2956 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:2000481
## 2957 Pocillopora_acuta_HIv2___RNAseq.g27976.t1 GO:2001141
## 2958 Pocillopora_acuta_HIv2___RNAseq.g28226.t2 <NA>
## 2959 Pocillopora_acuta_HIv2___RNAseq.g30304.t2 <NA>
## 2960 Pocillopora_acuta_HIv2___RNAseq.g30304.t2 <NA>
## 2961 Pocillopora_acuta_HIv2___RNAseq.g30304.t2 <NA>
## 2962 Pocillopora_acuta_HIv2___RNAseq.g30304.t2 <NA>
## 2963 Pocillopora_acuta_HIv2___RNAseq.g30304.t2 <NA>
## 2964 Pocillopora_acuta_HIv2___RNAseq.g3235.t1 <NA>
## 2965 Pocillopora_acuta_HIv2___RNAseq.g3780.t1 <NA>
## 2966 Pocillopora_acuta_HIv2___RNAseq.g3780.t1 <NA>
## 2967 Pocillopora_acuta_HIv2___RNAseq.g4085.t1 <NA>
## 2968 Pocillopora_acuta_HIv2___RNAseq.g5013.t1 <NA>
## 2969 Pocillopora_acuta_HIv2___RNAseq.g5807.t1 <NA>
## 2970 Pocillopora_acuta_HIv2___RNAseq.g6446.t1 <NA>
## 2971 Pocillopora_acuta_HIv2___RNAseq.g6446.t1 <NA>
## 2972 Pocillopora_acuta_HIv2___RNAseq.g6446.t1 <NA>
## 2973 Pocillopora_acuta_HIv2___RNAseq.g6446.t1 <NA>
## 2974 Pocillopora_acuta_HIv2___RNAseq.g6446.t1 <NA>
## 2975 Pocillopora_acuta_HIv2___RNAseq.g6446.t1 <NA>
## 2976 Pocillopora_acuta_HIv2___RNAseq.g6446.t1 <NA>
## 2977 Pocillopora_acuta_HIv2___RNAseq.g7085.t1 <NA>
## 2978 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0001654
## 2979 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0001754
## 2980 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0001944
## 2981 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0002064
## 2982 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0002065
## 2983 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0002066
## 2984 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0003008
## 2985 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0003407
## 2986 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0003674
## 2987 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0005215
## 2988 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0005575
## 2989 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0005622
## 2990 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0005623
## 2991 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0005737
## 2992 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0005886
## 2993 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0005887
## 2994 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0006810
## 2995 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0006811
## 2996 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0006812
## 2997 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0006814
## 2998 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0006820
## 2999 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0006821
## 3000 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0006873
## 3001 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0006885
## 3002 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0007154
## 3003 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0007267
## 3004 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0007268
## 3005 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0007271
## 3006 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0007275
## 3007 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0007399
## 3008 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0007417
## 3009 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0007420
## 3010 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0007423
## 3011 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0007600
## 3012 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0007601
## 3013 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0008150
## 3014 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0008219
## 3015 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0008324
## 3016 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0008509
## 3017 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0008510
## 3018 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0008514
## 3019 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0008544
## 3020 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0009653
## 3021 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0009887
## 3022 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0009888
## 3023 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0009913
## 3024 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0009987
## 3025 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0010623
## 3026 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0010646
## 3027 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0012501
## 3028 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0015075
## 3029 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0015077
## 3030 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0015081
## 3031 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0015103
## 3032 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0015106
## 3033 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0015108
## 3034 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0015291
## 3035 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0015293
## 3036 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0015294
## 3037 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0015297
## 3038 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0015301
## 3039 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0015318
## 3040 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0015370
## 3041 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0015672
## 3042 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0015698
## 3043 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0015701
## 3044 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0015711
## 3045 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0016020
## 3046 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0016021
## 3047 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0016323
## 3048 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0016324
## 3049 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0019725
## 3050 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0021548
## 3051 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0021747
## 3052 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0022008
## 3053 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0022037
## 3054 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0022804
## 3055 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0022857
## 3056 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0022890
## 3057 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0023051
## 3058 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0023052
## 3059 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0030001
## 3060 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0030003
## 3061 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0030004
## 3062 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0030154
## 3063 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0030182
## 3064 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0030641
## 3065 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0030855
## 3066 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0030902
## 3067 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0031224
## 3068 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0031226
## 3069 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0031410
## 3070 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0031982
## 3071 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0032228
## 3072 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0032420
## 3073 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0032421
## 3074 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0032501
## 3075 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0032502
## 3076 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0034220
## 3077 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0035315
## 3078 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0035725
## 3079 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0042221
## 3080 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0042490
## 3081 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0042491
## 3082 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0042592
## 3083 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0042995
## 3084 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0043005
## 3085 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0043010
## 3086 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0043226
## 3087 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0043227
## 3088 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0043229
## 3089 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0043583
## 3090 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0044422
## 3091 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0044424
## 3092 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0044425
## 3093 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0044444
## 3094 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0044459
## 3095 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0044464
## 3096 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0045177
## 3097 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0045202
## 3098 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0046530
## 3099 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0046666
## 3100 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0046685
## 3101 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0046873
## 3102 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0048468
## 3103 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0048513
## 3104 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0048592
## 3105 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0048593
## 3106 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0048666
## 3107 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0048699
## 3108 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0048731
## 3109 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0048839
## 3110 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0048856
## 3111 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0048857
## 3112 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0048869
## 3113 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0048878
## 3114 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0050789
## 3115 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0050794
## 3116 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0050801
## 3117 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0050804
## 3118 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0050877
## 3119 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0050896
## 3120 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0050953
## 3121 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0051179
## 3122 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0051234
## 3123 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0051453
## 3124 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0055067
## 3125 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0055080
## 3126 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0055082
## 3127 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0055085
## 3128 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0060041
## 3129 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0060042
## 3130 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0060113
## 3131 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0060117
## 3132 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0060119
## 3133 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0060219
## 3134 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0060322
## 3135 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0060429
## 3136 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0060563
## 3137 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0061298
## 3138 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0061299
## 3139 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0065007
## 3140 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0065008
## 3141 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0071702
## 3142 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0071944
## 3143 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0072358
## 3144 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0072359
## 3145 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0090596
## 3146 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0097458
## 3147 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0097708
## 3148 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0098590
## 3149 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0098655
## 3150 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0098656
## 3151 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0098660
## 3152 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0098661
## 3153 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0098662
## 3154 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0098771
## 3155 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0098858
## 3156 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0098862
## 3157 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0098916
## 3158 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0099177
## 3159 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0099516
## 3160 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0099536
## 3161 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0099537
## 3162 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:0120025
## 3163 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:1902476
## 3164 Pocillopora_acuta_HIv2___RNAseq.g7402.t1 GO:1902600
## 3165 Pocillopora_acuta_HIv2___RNAseq.g7668.t1 <NA>
## 3166 Pocillopora_acuta_HIv2___RNAseq.g7908.t1 GO:0003674
## 3167 Pocillopora_acuta_HIv2___RNAseq.g7908.t1 GO:0005488
## 3168 Pocillopora_acuta_HIv2___RNAseq.g7908.t1 GO:0005515
## 3169 Pocillopora_acuta_HIv2___RNAseq.g8821.t1 <NA>
## 3170 Pocillopora_acuta_HIv2___TS.g11659.t1 <NA>
## 3171 Pocillopora_acuta_HIv2___TS.g11659.t1 <NA>
## 3172 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0003674
## 3173 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0003824
## 3174 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0004064
## 3175 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0004089
## 3176 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0005575
## 3177 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0005622
## 3178 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0005623
## 3179 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0005737
## 3180 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0005829
## 3181 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0006810
## 3182 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0006811
## 3183 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0006820
## 3184 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0007154
## 3185 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0007165
## 3186 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0007166
## 3187 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0008150
## 3188 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0009987
## 3189 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0010033
## 3190 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0015701
## 3191 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0015711
## 3192 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0016787
## 3193 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0016788
## 3194 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0016829
## 3195 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0016835
## 3196 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0016836
## 3197 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0019221
## 3198 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0023052
## 3199 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0034097
## 3200 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0035722
## 3201 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0042221
## 3202 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0044424
## 3203 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0044444
## 3204 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0044464
## 3205 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0050789
## 3206 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0050794
## 3207 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0050896
## 3208 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0051179
## 3209 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0051234
## 3210 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0051716
## 3211 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0052689
## 3212 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0065007
## 3213 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0070671
## 3214 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0070887
## 3215 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0071310
## 3216 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0071345
## 3217 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0071349
## 3218 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0071702
## 3219 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0003674
## 3220 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0003824
## 3221 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0004064
## 3222 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0004089
## 3223 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0005575
## 3224 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0005622
## 3225 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0005623
## 3226 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0005737
## 3227 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0005829
## 3228 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0006810
## 3229 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0006811
## 3230 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0006820
## 3231 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0007154
## 3232 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0007165
## 3233 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0007166
## 3234 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0008150
## 3235 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0009987
## 3236 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0010033
## 3237 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0015701
## 3238 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0015711
## 3239 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0016787
## 3240 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0016788
## 3241 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0016829
## 3242 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0016835
## 3243 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0016836
## 3244 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0019221
## 3245 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0023052
## 3246 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0034097
## 3247 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0035722
## 3248 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0042221
## 3249 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0044424
## 3250 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0044444
## 3251 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0044464
## 3252 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0050789
## 3253 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0050794
## 3254 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0050896
## 3255 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0051179
## 3256 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0051234
## 3257 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0051716
## 3258 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0052689
## 3259 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0065007
## 3260 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0070671
## 3261 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0070887
## 3262 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0071310
## 3263 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0071345
## 3264 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0071349
## 3265 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0071702
## 3266 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0003674
## 3267 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0003824
## 3268 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0004064
## 3269 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0004089
## 3270 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0005575
## 3271 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0005622
## 3272 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0005623
## 3273 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0005737
## 3274 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0005829
## 3275 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0006810
## 3276 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0006811
## 3277 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0006820
## 3278 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0007154
## 3279 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0007165
## 3280 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0007166
## 3281 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0008150
## 3282 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0009987
## 3283 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0010033
## 3284 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0015701
## 3285 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0015711
## 3286 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0016787
## 3287 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0016788
## 3288 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0016829
## 3289 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0016835
## 3290 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0016836
## 3291 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0019221
## 3292 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0023052
## 3293 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0034097
## 3294 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0035722
## 3295 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0042221
## 3296 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0044424
## 3297 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0044444
## 3298 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0044464
## 3299 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0050789
## 3300 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0050794
## 3301 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0050896
## 3302 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0051179
## 3303 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0051234
## 3304 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0051716
## 3305 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0052689
## 3306 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0065007
## 3307 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0070671
## 3308 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0070887
## 3309 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0071310
## 3310 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0071345
## 3311 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0071349
## 3312 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0071702
## 3313 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0003674
## 3314 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0003824
## 3315 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0004064
## 3316 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0004089
## 3317 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0005575
## 3318 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0005622
## 3319 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0005623
## 3320 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0005737
## 3321 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0005829
## 3322 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0006810
## 3323 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0006811
## 3324 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0006820
## 3325 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0007154
## 3326 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0007165
## 3327 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0007166
## 3328 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0008150
## 3329 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0009987
## 3330 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0010033
## 3331 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0015701
## 3332 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0015711
## 3333 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0016787
## 3334 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0016788
## 3335 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0016829
## 3336 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0016835
## 3337 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0016836
## 3338 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0019221
## 3339 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0023052
## 3340 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0034097
## 3341 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0035722
## 3342 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0042221
## 3343 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0044424
## 3344 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0044444
## 3345 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0044464
## 3346 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0050789
## 3347 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0050794
## 3348 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0050896
## 3349 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0051179
## 3350 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0051234
## 3351 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0051716
## 3352 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0052689
## 3353 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0065007
## 3354 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0070671
## 3355 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0070887
## 3356 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0071310
## 3357 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0071345
## 3358 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0071349
## 3359 Pocillopora_acuta_HIv2___TS.g12304.t1 GO:0071702
## 3360 Pocillopora_acuta_HIv2___TS.g13222.t1b <NA>
## 3361 Pocillopora_acuta_HIv2___TS.g13222.t1b <NA>
## 3362 Pocillopora_acuta_HIv2___TS.g13222.t1b <NA>
## 3363 Pocillopora_acuta_HIv2___TS.g13222.t1b <NA>
## 3364 Pocillopora_acuta_HIv2___TS.g1359.t1 <NA>
## 3365 Pocillopora_acuta_HIv2___TS.g1545.t1b <NA>
## 3366 Pocillopora_acuta_HIv2___TS.g1545.t1b <NA>
## 3367 Pocillopora_acuta_HIv2___TS.g15792.t1 <NA>
## 3368 Pocillopora_acuta_HIv2___TS.g15792.t1 <NA>
## 3369 Pocillopora_acuta_HIv2___TS.g22622.t1 <NA>
## 3370 Pocillopora_acuta_HIv2___TS.g23724.t1a <NA>
## 3371 Pocillopora_acuta_HIv2___TS.g26810.t1 <NA>
## 3372 Pocillopora_acuta_HIv2___TS.g26810.t1 <NA>
## 3373 Pocillopora_acuta_HIv2___TS.g2710.t1 <NA>
## 3374 Pocillopora_acuta_HIv2___TS.g2710.t1 <NA>
## 3375 Pocillopora_acuta_HIv2___TS.g2710.t1 <NA>
## 3376 Pocillopora_acuta_HIv2___TS.g2710.t1 <NA>
## 3377 Pocillopora_acuta_HIv2___TS.g2710.t1 <NA>
## 3378 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0000003
## 3379 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0003674
## 3380 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0005215
## 3381 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0005452
## 3382 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0005488
## 3383 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0005515
## 3384 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0005575
## 3385 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0005623
## 3386 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0005886
## 3387 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0005887
## 3388 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0006810
## 3389 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0006811
## 3390 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0006812
## 3391 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0006814
## 3392 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0006820
## 3393 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0006821
## 3394 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0006873
## 3395 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0006885
## 3396 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0007275
## 3397 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0007276
## 3398 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0007283
## 3399 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0008150
## 3400 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0008324
## 3401 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0008509
## 3402 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0008510
## 3403 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0008514
## 3404 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0009987
## 3405 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0015075
## 3406 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0015077
## 3407 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0015081
## 3408 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0015103
## 3409 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0015106
## 3410 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0015108
## 3411 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0015291
## 3412 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0015293
## 3413 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0015294
## 3414 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0015297
## 3415 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0015301
## 3416 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0015318
## 3417 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0015370
## 3418 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0015672
## 3419 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0015698
## 3420 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0015701
## 3421 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0015711
## 3422 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0016020
## 3423 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0016021
## 3424 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0016323
## 3425 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0016324
## 3426 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0019725
## 3427 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0019899
## 3428 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0019953
## 3429 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0022414
## 3430 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0022804
## 3431 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0022857
## 3432 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0022890
## 3433 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0030001
## 3434 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0030003
## 3435 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0030004
## 3436 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0030641
## 3437 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0031224
## 3438 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0031226
## 3439 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0032501
## 3440 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0032502
## 3441 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0032504
## 3442 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0034220
## 3443 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0035295
## 3444 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0035725
## 3445 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0042592
## 3446 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0044425
## 3447 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0044459
## 3448 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0044464
## 3449 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0044703
## 3450 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0045177
## 3451 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0046873
## 3452 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0048232
## 3453 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0048565
## 3454 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0048609
## 3455 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0048731
## 3456 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0048856
## 3457 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0048878
## 3458 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0050801
## 3459 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0051179
## 3460 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0051234
## 3461 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0051453
## 3462 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0051704
## 3463 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0055067
## 3464 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0055080
## 3465 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0055082
## 3466 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0055085
## 3467 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0055123
## 3468 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0065007
## 3469 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0065008
## 3470 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0071702
## 3471 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0071944
## 3472 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0098590
## 3473 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0098655
## 3474 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0098656
## 3475 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0098660
## 3476 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0098661
## 3477 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0098662
## 3478 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0098771
## 3479 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:0099516
## 3480 Pocillopora_acuta_HIv2___TS.g27873.t1 GO:1902476
## 3481 Pocillopora_acuta_HIv2___TS.g425.t1 <NA>
## 3482 Pocillopora_acuta_HIv2___TS.g5112.t1 <NA>
## 3483 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0001838
## 3484 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0002009
## 3485 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0002164
## 3486 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0002165
## 3487 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0002168
## 3488 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0003007
## 3489 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0003143
## 3490 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0003144
## 3491 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0005575
## 3492 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0005623
## 3493 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0006950
## 3494 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0007155
## 3495 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0007275
## 3496 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0007399
## 3497 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0007413
## 3498 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0007417
## 3499 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0007419
## 3500 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0007424
## 3501 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0007444
## 3502 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0007503
## 3503 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0007505
## 3504 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0007507
## 3505 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0007552
## 3506 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0007560
## 3507 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0007561
## 3508 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0007591
## 3509 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0008037
## 3510 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0008038
## 3511 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0008150
## 3512 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0009611
## 3513 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0009653
## 3514 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0009790
## 3515 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0009791
## 3516 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0009886
## 3517 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0009887
## 3518 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0009888
## 3519 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0009987
## 3520 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0016043
## 3521 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0016331
## 3522 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0022008
## 3523 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0022411
## 3524 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0022610
## 3525 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0030030
## 3526 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0030154
## 3527 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0030182
## 3528 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0030198
## 3529 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0030425
## 3530 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0031099
## 3531 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0031175
## 3532 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0032501
## 3533 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0032502
## 3534 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0034330
## 3535 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0034769
## 3536 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0035001
## 3537 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0035050
## 3538 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0035148
## 3539 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0035150
## 3540 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0035151
## 3541 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0035152
## 3542 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0035159
## 3543 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0035239
## 3544 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0035295
## 3545 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0036477
## 3546 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0040007
## 3547 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0042060
## 3548 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0042246
## 3549 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0042303
## 3550 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0042995
## 3551 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0043005
## 3552 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0043062
## 3553 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0044463
## 3554 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0044464
## 3555 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0045216
## 3556 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0048468
## 3557 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0048513
## 3558 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0048562
## 3559 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0048563
## 3560 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0048568
## 3561 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0048569
## 3562 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0048589
## 3563 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0048598
## 3564 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0048646
## 3565 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0048666
## 3566 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0048699
## 3567 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0048707
## 3568 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0048729
## 3569 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0048731
## 3570 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0048856
## 3571 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0048869
## 3572 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0050896
## 3573 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0060429
## 3574 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0060541
## 3575 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0060560
## 3576 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0060562
## 3577 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0060612
## 3578 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0061448
## 3579 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0061564
## 3580 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0065007
## 3581 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0065008
## 3582 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0071711
## 3583 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0071840
## 3584 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0072175
## 3585 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0072359
## 3586 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0090066
## 3587 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0097156
## 3588 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0097447
## 3589 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0097458
## 3590 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0106030
## 3591 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0120025
## 3592 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0120036
## 3593 Pocillopora_acuta_HIv2___TS.g5338.t1 GO:0120038
## 3594 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000132
## 3595 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000226
## 3596 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000278
## 3597 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000902
## 3598 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000904
## 3599 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001558
## 3600 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001654
## 3601 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001667
## 3602 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001736
## 3603 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001738
## 3604 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001745
## 3605 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001751
## 3606 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001754
## 3607 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0002009
## 3608 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0002064
## 3609 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003381
## 3610 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003382
## 3611 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003383
## 3612 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003384
## 3613 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003674
## 3614 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005488
## 3615 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005509
## 3616 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005515
## 3617 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005575
## 3618 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005623
## 3619 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005886
## 3620 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005887
## 3621 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005911
## 3622 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005912
## 3623 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005913
## 3624 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006928
## 3625 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006935
## 3626 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006996
## 3627 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007010
## 3628 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007016
## 3629 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007017
## 3630 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007049
## 3631 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007154
## 3632 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007155
## 3633 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007156
## 3634 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007163
## 3635 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007164
## 3636 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007275
## 3637 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007369
## 3638 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007389
## 3639 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007399
## 3640 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007409
## 3641 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007411
## 3642 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007412
## 3643 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007413
## 3644 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007423
## 3645 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008013
## 3646 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008037
## 3647 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008038
## 3648 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008104
## 3649 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008150
## 3650 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008361
## 3651 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009605
## 3652 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009653
## 3653 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009790
## 3654 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009792
## 3655 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009887
## 3656 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009888
## 3657 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009987
## 3658 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010721
## 3659 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010769
## 3660 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010771
## 3661 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010975
## 3662 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010977
## 3663 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016020
## 3664 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016021
## 3665 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016043
## 3666 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016049
## 3667 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016318
## 3668 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016339
## 3669 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016342
## 3670 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016477
## 3671 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0019897
## 3672 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0019898
## 3673 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022008
## 3674 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022402
## 3675 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022603
## 3676 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022604
## 3677 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022610
## 3678 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030010
## 3679 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030029
## 3680 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030030
## 3681 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030036
## 3682 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030048
## 3683 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030054
## 3684 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030154
## 3685 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030182
## 3686 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030424
## 3687 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030425
## 3688 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030516
## 3689 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030855
## 3690 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030865
## 3691 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030866
## 3692 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031175
## 3693 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031224
## 3694 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031226
## 3695 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031290
## 3696 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031344
## 3697 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031345
## 3698 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032101
## 3699 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032501
## 3700 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032502
## 3701 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032507
## 3702 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032535
## 3703 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032879
## 3704 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032989
## 3705 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032990
## 3706 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032991
## 3707 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0033036
## 3708 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0034613
## 3709 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0036477
## 3710 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040001
## 3711 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040007
## 3712 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040008
## 3713 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040011
## 3714 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040012
## 3715 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042051
## 3716 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042067
## 3717 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042074
## 3718 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042221
## 3719 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042330
## 3720 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042461
## 3721 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042462
## 3722 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042802
## 3723 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042803
## 3724 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042995
## 3725 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043005
## 3726 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043167
## 3727 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043169
## 3728 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044214
## 3729 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044331
## 3730 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044425
## 3731 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044459
## 3732 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044463
## 3733 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044464
## 3734 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045185
## 3735 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045296
## 3736 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045463
## 3737 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045465
## 3738 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045466
## 3739 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045467
## 3740 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045595
## 3741 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045596
## 3742 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045664
## 3743 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045665
## 3744 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046530
## 3745 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046872
## 3746 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046983
## 3747 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048468
## 3748 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048513
## 3749 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048519
## 3750 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048523
## 3751 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048583
## 3752 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048588
## 3753 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048589
## 3754 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048592
## 3755 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048598
## 3756 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048638
## 3757 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048666
## 3758 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048667
## 3759 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048675
## 3760 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048699
## 3761 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048729
## 3762 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048731
## 3763 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048749
## 3764 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048812
## 3765 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048814
## 3766 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048841
## 3767 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048846
## 3768 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048856
## 3769 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048858
## 3770 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048869
## 3771 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048870
## 3772 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050767
## 3773 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050768
## 3774 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050770
## 3775 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050773
## 3776 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050774
## 3777 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050789
## 3778 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050793
## 3779 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050794
## 3780 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050839
## 3781 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050896
## 3782 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050920
## 3783 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051093
## 3784 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051128
## 3785 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051129
## 3786 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051179
## 3787 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051234
## 3788 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051235
## 3789 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051239
## 3790 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051241
## 3791 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051270
## 3792 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051293
## 3793 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051294
## 3794 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051640
## 3795 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051641
## 3796 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051649
## 3797 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051651
## 3798 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051653
## 3799 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051656
## 3800 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051674
## 3801 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051960
## 3802 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051961
## 3803 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060284
## 3804 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060429
## 3805 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060560
## 3806 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0061387
## 3807 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0061564
## 3808 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0065007
## 3809 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0065008
## 3810 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070097
## 3811 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070161
## 3812 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070252
## 3813 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070727
## 3814 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0071840
## 3815 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0071944
## 3816 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0089717
## 3817 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0090066
## 3818 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0090596
## 3819 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097447
## 3820 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097458
## 3821 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097485
## 3822 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098609
## 3823 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098742
## 3824 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098796
## 3825 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098797
## 3826 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0106030
## 3827 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120025
## 3828 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120035
## 3829 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120036
## 3830 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120038
## 3831 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120039
## 3832 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902284
## 3833 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902667
## 3834 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902850
## 3835 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1903047
## 3836 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1990138
## 3837 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:2000026
## 3838 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:2000171
## 3839 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000132
## 3840 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000226
## 3841 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000278
## 3842 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000902
## 3843 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000904
## 3844 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001558
## 3845 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001654
## 3846 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001667
## 3847 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001736
## 3848 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001738
## 3849 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001745
## 3850 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001751
## 3851 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001754
## 3852 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0002009
## 3853 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0002064
## 3854 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003381
## 3855 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003382
## 3856 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003383
## 3857 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003384
## 3858 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003674
## 3859 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005488
## 3860 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005509
## 3861 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005515
## 3862 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005575
## 3863 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005623
## 3864 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005886
## 3865 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005887
## 3866 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005911
## 3867 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005912
## 3868 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005913
## 3869 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006928
## 3870 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006935
## 3871 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006996
## 3872 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007010
## 3873 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007016
## 3874 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007017
## 3875 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007049
## 3876 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007154
## 3877 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007155
## 3878 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007156
## 3879 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007163
## 3880 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007164
## 3881 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007275
## 3882 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007369
## 3883 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007389
## 3884 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007399
## 3885 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007409
## 3886 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007411
## 3887 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007412
## 3888 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007413
## 3889 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007423
## 3890 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008013
## 3891 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008037
## 3892 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008038
## 3893 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008104
## 3894 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008150
## 3895 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008361
## 3896 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009605
## 3897 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009653
## 3898 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009790
## 3899 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009792
## 3900 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009887
## 3901 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009888
## 3902 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009987
## 3903 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010721
## 3904 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010769
## 3905 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010771
## 3906 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010975
## 3907 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010977
## 3908 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016020
## 3909 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016021
## 3910 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016043
## 3911 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016049
## 3912 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016318
## 3913 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016339
## 3914 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016342
## 3915 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016477
## 3916 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0019897
## 3917 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0019898
## 3918 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022008
## 3919 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022402
## 3920 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022603
## 3921 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022604
## 3922 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022610
## 3923 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030010
## 3924 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030029
## 3925 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030030
## 3926 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030036
## 3927 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030048
## 3928 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030054
## 3929 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030154
## 3930 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030182
## 3931 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030424
## 3932 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030425
## 3933 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030516
## 3934 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030855
## 3935 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030865
## 3936 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030866
## 3937 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031175
## 3938 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031224
## 3939 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031226
## 3940 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031290
## 3941 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031344
## 3942 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031345
## 3943 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032101
## 3944 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032501
## 3945 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032502
## 3946 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032507
## 3947 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032535
## 3948 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032879
## 3949 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032989
## 3950 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032990
## 3951 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032991
## 3952 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0033036
## 3953 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0034613
## 3954 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0036477
## 3955 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040001
## 3956 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040007
## 3957 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040008
## 3958 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040011
## 3959 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040012
## 3960 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042051
## 3961 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042067
## 3962 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042074
## 3963 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042221
## 3964 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042330
## 3965 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042461
## 3966 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042462
## 3967 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042802
## 3968 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042803
## 3969 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042995
## 3970 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043005
## 3971 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043167
## 3972 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043169
## 3973 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044214
## 3974 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044331
## 3975 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044425
## 3976 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044459
## 3977 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044463
## 3978 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044464
## 3979 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045185
## 3980 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045296
## 3981 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045463
## 3982 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045465
## 3983 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045466
## 3984 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045467
## 3985 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045595
## 3986 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045596
## 3987 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045664
## 3988 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045665
## 3989 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046530
## 3990 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046872
## 3991 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046983
## 3992 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048468
## 3993 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048513
## 3994 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048519
## 3995 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048523
## 3996 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048583
## 3997 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048588
## 3998 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048589
## 3999 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048592
## 4000 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048598
## 4001 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048638
## 4002 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048666
## 4003 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048667
## 4004 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048675
## 4005 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048699
## 4006 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048729
## 4007 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048731
## 4008 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048749
## 4009 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048812
## 4010 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048814
## 4011 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048841
## 4012 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048846
## 4013 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048856
## 4014 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048858
## 4015 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048869
## 4016 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048870
## 4017 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050767
## 4018 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050768
## 4019 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050770
## 4020 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050773
## 4021 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050774
## 4022 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050789
## 4023 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050793
## 4024 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050794
## 4025 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050839
## 4026 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050896
## 4027 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050920
## 4028 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051093
## 4029 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051128
## 4030 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051129
## 4031 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051179
## 4032 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051234
## 4033 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051235
## 4034 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051239
## 4035 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051241
## 4036 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051270
## 4037 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051293
## 4038 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051294
## 4039 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051640
## 4040 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051641
## 4041 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051649
## 4042 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051651
## 4043 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051653
## 4044 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051656
## 4045 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051674
## 4046 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051960
## 4047 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051961
## 4048 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060284
## 4049 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060429
## 4050 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060560
## 4051 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0061387
## 4052 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0061564
## 4053 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0065007
## 4054 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0065008
## 4055 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070097
## 4056 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070161
## 4057 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070252
## 4058 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070727
## 4059 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0071840
## 4060 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0071944
## 4061 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0089717
## 4062 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0090066
## 4063 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0090596
## 4064 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097447
## 4065 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097458
## 4066 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097485
## 4067 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098609
## 4068 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098742
## 4069 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098796
## 4070 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098797
## 4071 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0106030
## 4072 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120025
## 4073 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120035
## 4074 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120036
## 4075 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120038
## 4076 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120039
## 4077 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902284
## 4078 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902667
## 4079 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902850
## 4080 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1903047
## 4081 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1990138
## 4082 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:2000026
## 4083 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:2000171
## 4084 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000132
## 4085 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000226
## 4086 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000278
## 4087 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000902
## 4088 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000904
## 4089 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001558
## 4090 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001654
## 4091 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001667
## 4092 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001736
## 4093 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001738
## 4094 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001745
## 4095 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001751
## 4096 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001754
## 4097 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0002009
## 4098 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0002064
## 4099 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003381
## 4100 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003382
## 4101 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003383
## 4102 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003384
## 4103 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003674
## 4104 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005488
## 4105 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005509
## 4106 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005515
## 4107 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005575
## 4108 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005623
## 4109 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005886
## 4110 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005887
## 4111 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005911
## 4112 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005912
## 4113 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005913
## 4114 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006928
## 4115 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006935
## 4116 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006996
## 4117 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007010
## 4118 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007016
## 4119 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007017
## 4120 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007049
## 4121 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007154
## 4122 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007155
## 4123 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007156
## 4124 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007163
## 4125 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007164
## 4126 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007275
## 4127 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007369
## 4128 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007389
## 4129 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007399
## 4130 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007409
## 4131 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007411
## 4132 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007412
## 4133 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007413
## 4134 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007423
## 4135 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008013
## 4136 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008037
## 4137 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008038
## 4138 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008104
## 4139 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008150
## 4140 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008361
## 4141 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009605
## 4142 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009653
## 4143 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009790
## 4144 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009792
## 4145 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009887
## 4146 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009888
## 4147 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009987
## 4148 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010721
## 4149 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010769
## 4150 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010771
## 4151 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010975
## 4152 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010977
## 4153 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016020
## 4154 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016021
## 4155 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016043
## 4156 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016049
## 4157 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016318
## 4158 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016339
## 4159 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016342
## 4160 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016477
## 4161 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0019897
## 4162 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0019898
## 4163 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022008
## 4164 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022402
## 4165 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022603
## 4166 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022604
## 4167 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022610
## 4168 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030010
## 4169 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030029
## 4170 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030030
## 4171 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030036
## 4172 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030048
## 4173 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030054
## 4174 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030154
## 4175 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030182
## 4176 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030424
## 4177 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030425
## 4178 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030516
## 4179 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030855
## 4180 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030865
## 4181 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030866
## 4182 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031175
## 4183 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031224
## 4184 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031226
## 4185 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031290
## 4186 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031344
## 4187 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031345
## 4188 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032101
## 4189 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032501
## 4190 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032502
## 4191 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032507
## 4192 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032535
## 4193 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032879
## 4194 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032989
## 4195 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032990
## 4196 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032991
## 4197 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0033036
## 4198 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0034613
## 4199 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0036477
## 4200 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040001
## 4201 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040007
## 4202 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040008
## 4203 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040011
## 4204 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040012
## 4205 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042051
## 4206 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042067
## 4207 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042074
## 4208 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042221
## 4209 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042330
## 4210 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042461
## 4211 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042462
## 4212 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042802
## 4213 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042803
## 4214 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042995
## 4215 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043005
## 4216 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043167
## 4217 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043169
## 4218 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044214
## 4219 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044331
## 4220 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044425
## 4221 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044459
## 4222 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044463
## 4223 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044464
## 4224 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045185
## 4225 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045296
## 4226 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045463
## 4227 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045465
## 4228 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045466
## 4229 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045467
## 4230 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045595
## 4231 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045596
## 4232 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045664
## 4233 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045665
## 4234 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046530
## 4235 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046872
## 4236 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046983
## 4237 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048468
## 4238 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048513
## 4239 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048519
## 4240 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048523
## 4241 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048583
## 4242 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048588
## 4243 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048589
## 4244 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048592
## 4245 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048598
## 4246 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048638
## 4247 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048666
## 4248 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048667
## 4249 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048675
## 4250 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048699
## 4251 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048729
## 4252 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048731
## 4253 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048749
## 4254 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048812
## 4255 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048814
## 4256 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048841
## 4257 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048846
## 4258 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048856
## 4259 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048858
## 4260 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048869
## 4261 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048870
## 4262 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050767
## 4263 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050768
## 4264 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050770
## 4265 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050773
## 4266 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050774
## 4267 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050789
## 4268 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050793
## 4269 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050794
## 4270 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050839
## 4271 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050896
## 4272 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050920
## 4273 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051093
## 4274 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051128
## 4275 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051129
## 4276 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051179
## 4277 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051234
## 4278 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051235
## 4279 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051239
## 4280 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051241
## 4281 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051270
## 4282 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051293
## 4283 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051294
## 4284 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051640
## 4285 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051641
## 4286 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051649
## 4287 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051651
## 4288 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051653
## 4289 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051656
## 4290 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051674
## 4291 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051960
## 4292 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051961
## 4293 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060284
## 4294 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060429
## 4295 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060560
## 4296 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0061387
## 4297 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0061564
## 4298 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0065007
## 4299 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0065008
## 4300 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070097
## 4301 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070161
## 4302 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070252
## 4303 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070727
## 4304 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0071840
## 4305 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0071944
## 4306 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0089717
## 4307 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0090066
## 4308 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0090596
## 4309 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097447
## 4310 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097458
## 4311 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097485
## 4312 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098609
## 4313 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098742
## 4314 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098796
## 4315 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098797
## 4316 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0106030
## 4317 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120025
## 4318 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120035
## 4319 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120036
## 4320 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120038
## 4321 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120039
## 4322 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902284
## 4323 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902667
## 4324 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902850
## 4325 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1903047
## 4326 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1990138
## 4327 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:2000026
## 4328 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:2000171
## 4329 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000132
## 4330 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000226
## 4331 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000278
## 4332 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000902
## 4333 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000904
## 4334 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001558
## 4335 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001654
## 4336 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001667
## 4337 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001736
## 4338 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001738
## 4339 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001745
## 4340 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001751
## 4341 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001754
## 4342 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0002009
## 4343 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0002064
## 4344 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003381
## 4345 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003382
## 4346 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003383
## 4347 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003384
## 4348 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003674
## 4349 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005488
## 4350 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005509
## 4351 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005515
## 4352 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005575
## 4353 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005623
## 4354 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005886
## 4355 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005887
## 4356 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005911
## 4357 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005912
## 4358 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005913
## 4359 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006928
## 4360 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006935
## 4361 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006996
## 4362 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007010
## 4363 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007016
## 4364 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007017
## 4365 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007049
## 4366 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007154
## 4367 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007155
## 4368 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007156
## 4369 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007163
## 4370 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007164
## 4371 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007275
## 4372 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007369
## 4373 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007389
## 4374 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007399
## 4375 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007409
## 4376 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007411
## 4377 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007412
## 4378 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007413
## 4379 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007423
## 4380 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008013
## 4381 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008037
## 4382 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008038
## 4383 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008104
## 4384 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008150
## 4385 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008361
## 4386 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009605
## 4387 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009653
## 4388 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009790
## 4389 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009792
## 4390 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009887
## 4391 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009888
## 4392 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009987
## 4393 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010721
## 4394 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010769
## 4395 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010771
## 4396 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010975
## 4397 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010977
## 4398 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016020
## 4399 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016021
## 4400 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016043
## 4401 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016049
## 4402 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016318
## 4403 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016339
## 4404 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016342
## 4405 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016477
## 4406 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0019897
## 4407 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0019898
## 4408 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022008
## 4409 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022402
## 4410 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022603
## 4411 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022604
## 4412 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022610
## 4413 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030010
## 4414 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030029
## 4415 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030030
## 4416 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030036
## 4417 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030048
## 4418 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030054
## 4419 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030154
## 4420 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030182
## 4421 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030424
## 4422 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030425
## 4423 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030516
## 4424 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030855
## 4425 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030865
## 4426 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030866
## 4427 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031175
## 4428 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031224
## 4429 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031226
## 4430 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031290
## 4431 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031344
## 4432 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031345
## 4433 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032101
## 4434 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032501
## 4435 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032502
## 4436 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032507
## 4437 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032535
## 4438 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032879
## 4439 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032989
## 4440 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032990
## 4441 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032991
## 4442 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0033036
## 4443 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0034613
## 4444 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0036477
## 4445 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040001
## 4446 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040007
## 4447 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040008
## 4448 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040011
## 4449 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040012
## 4450 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042051
## 4451 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042067
## 4452 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042074
## 4453 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042221
## 4454 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042330
## 4455 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042461
## 4456 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042462
## 4457 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042802
## 4458 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042803
## 4459 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042995
## 4460 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043005
## 4461 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043167
## 4462 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043169
## 4463 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044214
## 4464 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044331
## 4465 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044425
## 4466 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044459
## 4467 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044463
## 4468 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044464
## 4469 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045185
## 4470 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045296
## 4471 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045463
## 4472 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045465
## 4473 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045466
## 4474 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045467
## 4475 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045595
## 4476 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045596
## 4477 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045664
## 4478 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045665
## 4479 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046530
## 4480 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046872
## 4481 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046983
## 4482 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048468
## 4483 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048513
## 4484 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048519
## 4485 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048523
## 4486 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048583
## 4487 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048588
## 4488 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048589
## 4489 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048592
## 4490 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048598
## 4491 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048638
## 4492 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048666
## 4493 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048667
## 4494 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048675
## 4495 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048699
## 4496 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048729
## 4497 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048731
## 4498 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048749
## 4499 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048812
## 4500 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048814
## 4501 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048841
## 4502 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048846
## 4503 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048856
## 4504 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048858
## 4505 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048869
## 4506 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048870
## 4507 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050767
## 4508 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050768
## 4509 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050770
## 4510 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050773
## 4511 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050774
## 4512 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050789
## 4513 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050793
## 4514 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050794
## 4515 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050839
## 4516 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050896
## 4517 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050920
## 4518 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051093
## 4519 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051128
## 4520 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051129
## 4521 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051179
## 4522 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051234
## 4523 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051235
## 4524 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051239
## 4525 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051241
## 4526 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051270
## 4527 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051293
## 4528 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051294
## 4529 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051640
## 4530 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051641
## 4531 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051649
## 4532 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051651
## 4533 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051653
## 4534 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051656
## 4535 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051674
## 4536 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051960
## 4537 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051961
## 4538 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060284
## 4539 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060429
## 4540 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060560
## 4541 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0061387
## 4542 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0061564
## 4543 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0065007
## 4544 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0065008
## 4545 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070097
## 4546 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070161
## 4547 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070252
## 4548 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070727
## 4549 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0071840
## 4550 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0071944
## 4551 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0089717
## 4552 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0090066
## 4553 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0090596
## 4554 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097447
## 4555 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097458
## 4556 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097485
## 4557 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098609
## 4558 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098742
## 4559 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098796
## 4560 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098797
## 4561 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0106030
## 4562 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120025
## 4563 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120035
## 4564 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120036
## 4565 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120038
## 4566 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120039
## 4567 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902284
## 4568 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902667
## 4569 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902850
## 4570 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1903047
## 4571 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1990138
## 4572 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:2000026
## 4573 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:2000171
## 4574 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000132
## 4575 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000226
## 4576 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000278
## 4577 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000902
## 4578 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000904
## 4579 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001558
## 4580 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001654
## 4581 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001667
## 4582 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001736
## 4583 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001738
## 4584 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001745
## 4585 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001751
## 4586 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001754
## 4587 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0002009
## 4588 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0002064
## 4589 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003381
## 4590 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003382
## 4591 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003383
## 4592 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003384
## 4593 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003674
## 4594 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005488
## 4595 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005509
## 4596 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005515
## 4597 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005575
## 4598 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005623
## 4599 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005886
## 4600 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005887
## 4601 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005911
## 4602 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005912
## 4603 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005913
## 4604 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006928
## 4605 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006935
## 4606 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006996
## 4607 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007010
## 4608 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007016
## 4609 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007017
## 4610 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007049
## 4611 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007154
## 4612 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007155
## 4613 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007156
## 4614 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007163
## 4615 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007164
## 4616 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007275
## 4617 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007369
## 4618 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007389
## 4619 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007399
## 4620 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007409
## 4621 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007411
## 4622 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007412
## 4623 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007413
## 4624 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007423
## 4625 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008013
## 4626 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008037
## 4627 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008038
## 4628 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008104
## 4629 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008150
## 4630 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008361
## 4631 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009605
## 4632 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009653
## 4633 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009790
## 4634 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009792
## 4635 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009887
## 4636 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009888
## 4637 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009987
## 4638 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010721
## 4639 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010769
## 4640 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010771
## 4641 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010975
## 4642 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010977
## 4643 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016020
## 4644 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016021
## 4645 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016043
## 4646 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016049
## 4647 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016318
## 4648 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016339
## 4649 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016342
## 4650 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016477
## 4651 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0019897
## 4652 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0019898
## 4653 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022008
## 4654 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022402
## 4655 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022603
## 4656 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022604
## 4657 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022610
## 4658 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030010
## 4659 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030029
## 4660 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030030
## 4661 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030036
## 4662 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030048
## 4663 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030054
## 4664 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030154
## 4665 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030182
## 4666 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030424
## 4667 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030425
## 4668 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030516
## 4669 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030855
## 4670 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030865
## 4671 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030866
## 4672 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031175
## 4673 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031224
## 4674 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031226
## 4675 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031290
## 4676 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031344
## 4677 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031345
## 4678 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032101
## 4679 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032501
## 4680 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032502
## 4681 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032507
## 4682 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032535
## 4683 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032879
## 4684 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032989
## 4685 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032990
## 4686 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032991
## 4687 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0033036
## 4688 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0034613
## 4689 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0036477
## 4690 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040001
## 4691 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040007
## 4692 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040008
## 4693 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040011
## 4694 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040012
## 4695 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042051
## 4696 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042067
## 4697 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042074
## 4698 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042221
## 4699 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042330
## 4700 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042461
## 4701 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042462
## 4702 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042802
## 4703 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042803
## 4704 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042995
## 4705 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043005
## 4706 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043167
## 4707 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043169
## 4708 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044214
## 4709 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044331
## 4710 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044425
## 4711 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044459
## 4712 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044463
## 4713 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044464
## 4714 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045185
## 4715 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045296
## 4716 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045463
## 4717 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045465
## 4718 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045466
## 4719 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045467
## 4720 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045595
## 4721 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045596
## 4722 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045664
## 4723 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045665
## 4724 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046530
## 4725 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046872
## 4726 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046983
## 4727 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048468
## 4728 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048513
## 4729 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048519
## 4730 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048523
## 4731 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048583
## 4732 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048588
## 4733 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048589
## 4734 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048592
## 4735 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048598
## 4736 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048638
## 4737 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048666
## 4738 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048667
## 4739 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048675
## 4740 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048699
## 4741 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048729
## 4742 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048731
## 4743 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048749
## 4744 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048812
## 4745 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048814
## 4746 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048841
## 4747 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048846
## 4748 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048856
## 4749 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048858
## 4750 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048869
## 4751 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048870
## 4752 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050767
## 4753 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050768
## 4754 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050770
## 4755 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050773
## 4756 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050774
## 4757 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050789
## 4758 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050793
## 4759 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050794
## 4760 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050839
## 4761 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050896
## 4762 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050920
## 4763 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051093
## 4764 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051128
## 4765 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051129
## 4766 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051179
## 4767 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051234
## 4768 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051235
## 4769 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051239
## 4770 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051241
## 4771 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051270
## 4772 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051293
## 4773 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051294
## 4774 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051640
## 4775 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051641
## 4776 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051649
## 4777 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051651
## 4778 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051653
## 4779 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051656
## 4780 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051674
## 4781 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051960
## 4782 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051961
## 4783 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060284
## 4784 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060429
## 4785 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060560
## 4786 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0061387
## 4787 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0061564
## 4788 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0065007
## 4789 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0065008
## 4790 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070097
## 4791 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070161
## 4792 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070252
## 4793 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070727
## 4794 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0071840
## 4795 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0071944
## 4796 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0089717
## 4797 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0090066
## 4798 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0090596
## 4799 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097447
## 4800 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097458
## 4801 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097485
## 4802 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098609
## 4803 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098742
## 4804 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098796
## 4805 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098797
## 4806 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0106030
## 4807 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120025
## 4808 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120035
## 4809 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120036
## 4810 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120038
## 4811 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120039
## 4812 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902284
## 4813 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902667
## 4814 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902850
## 4815 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1903047
## 4816 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1990138
## 4817 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:2000026
## 4818 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:2000171
## 4819 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000132
## 4820 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000226
## 4821 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000278
## 4822 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000902
## 4823 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000904
## 4824 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001558
## 4825 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001654
## 4826 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001667
## 4827 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001736
## 4828 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001738
## 4829 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001745
## 4830 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001751
## 4831 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001754
## 4832 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0002009
## 4833 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0002064
## 4834 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003381
## 4835 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003382
## 4836 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003383
## 4837 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003384
## 4838 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003674
## 4839 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005488
## 4840 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005509
## 4841 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005515
## 4842 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005575
## 4843 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005623
## 4844 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005886
## 4845 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005887
## 4846 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005911
## 4847 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005912
## 4848 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005913
## 4849 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006928
## 4850 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006935
## 4851 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006996
## 4852 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007010
## 4853 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007016
## 4854 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007017
## 4855 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007049
## 4856 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007154
## 4857 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007155
## 4858 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007156
## 4859 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007163
## 4860 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007164
## 4861 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007275
## 4862 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007369
## 4863 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007389
## 4864 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007399
## 4865 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007409
## 4866 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007411
## 4867 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007412
## 4868 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007413
## 4869 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007423
## 4870 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008013
## 4871 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008037
## 4872 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008038
## 4873 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008104
## 4874 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008150
## 4875 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008361
## 4876 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009605
## 4877 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009653
## 4878 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009790
## 4879 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009792
## 4880 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009887
## 4881 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009888
## 4882 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009987
## 4883 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010721
## 4884 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010769
## 4885 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010771
## 4886 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010975
## 4887 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010977
## 4888 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016020
## 4889 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016021
## 4890 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016043
## 4891 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016049
## 4892 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016318
## 4893 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016339
## 4894 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016342
## 4895 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016477
## 4896 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0019897
## 4897 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0019898
## 4898 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022008
## 4899 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022402
## 4900 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022603
## 4901 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022604
## 4902 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022610
## 4903 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030010
## 4904 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030029
## 4905 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030030
## 4906 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030036
## 4907 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030048
## 4908 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030054
## 4909 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030154
## 4910 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030182
## 4911 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030424
## 4912 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030425
## 4913 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030516
## 4914 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030855
## 4915 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030865
## 4916 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030866
## 4917 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031175
## 4918 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031224
## 4919 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031226
## 4920 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031290
## 4921 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031344
## 4922 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031345
## 4923 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032101
## 4924 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032501
## 4925 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032502
## 4926 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032507
## 4927 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032535
## 4928 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032879
## 4929 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032989
## 4930 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032990
## 4931 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032991
## 4932 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0033036
## 4933 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0034613
## 4934 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0036477
## 4935 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040001
## 4936 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040007
## 4937 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040008
## 4938 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040011
## 4939 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040012
## 4940 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042051
## 4941 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042067
## 4942 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042074
## 4943 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042221
## 4944 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042330
## 4945 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042461
## 4946 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042462
## 4947 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042802
## 4948 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042803
## 4949 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042995
## 4950 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043005
## 4951 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043167
## 4952 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043169
## 4953 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044214
## 4954 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044331
## 4955 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044425
## 4956 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044459
## 4957 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044463
## 4958 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044464
## 4959 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045185
## 4960 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045296
## 4961 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045463
## 4962 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045465
## 4963 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045466
## 4964 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045467
## 4965 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045595
## 4966 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045596
## 4967 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045664
## 4968 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045665
## 4969 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046530
## 4970 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046872
## 4971 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046983
## 4972 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048468
## 4973 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048513
## 4974 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048519
## 4975 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048523
## 4976 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048583
## 4977 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048588
## 4978 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048589
## 4979 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048592
## 4980 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048598
## 4981 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048638
## 4982 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048666
## 4983 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048667
## 4984 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048675
## 4985 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048699
## 4986 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048729
## 4987 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048731
## 4988 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048749
## 4989 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048812
## 4990 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048814
## 4991 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048841
## 4992 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048846
## 4993 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048856
## 4994 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048858
## 4995 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048869
## 4996 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048870
## 4997 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050767
## 4998 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050768
## 4999 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050770
## 5000 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050773
## 5001 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050774
## 5002 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050789
## 5003 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050793
## 5004 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050794
## 5005 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050839
## 5006 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050896
## 5007 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050920
## 5008 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051093
## 5009 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051128
## 5010 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051129
## 5011 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051179
## 5012 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051234
## 5013 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051235
## 5014 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051239
## 5015 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051241
## 5016 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051270
## 5017 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051293
## 5018 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051294
## 5019 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051640
## 5020 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051641
## 5021 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051649
## 5022 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051651
## 5023 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051653
## 5024 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051656
## 5025 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051674
## 5026 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051960
## 5027 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051961
## 5028 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060284
## 5029 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060429
## 5030 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060560
## 5031 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0061387
## 5032 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0061564
## 5033 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0065007
## 5034 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0065008
## 5035 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070097
## 5036 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070161
## 5037 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070252
## 5038 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070727
## 5039 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0071840
## 5040 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0071944
## 5041 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0089717
## 5042 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0090066
## 5043 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0090596
## 5044 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097447
## 5045 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097458
## 5046 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097485
## 5047 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098609
## 5048 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098742
## 5049 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098796
## 5050 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098797
## 5051 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0106030
## 5052 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120025
## 5053 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120035
## 5054 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120036
## 5055 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120038
## 5056 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120039
## 5057 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902284
## 5058 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902667
## 5059 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902850
## 5060 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1903047
## 5061 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1990138
## 5062 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:2000026
## 5063 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:2000171
## 5064 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000132
## 5065 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000226
## 5066 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000278
## 5067 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000902
## 5068 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000904
## 5069 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001558
## 5070 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001654
## 5071 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001667
## 5072 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001736
## 5073 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001738
## 5074 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001745
## 5075 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001751
## 5076 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001754
## 5077 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0002009
## 5078 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0002064
## 5079 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003381
## 5080 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003382
## 5081 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003383
## 5082 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003384
## 5083 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003674
## 5084 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005488
## 5085 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005509
## 5086 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005515
## 5087 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005575
## 5088 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005623
## 5089 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005886
## 5090 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005887
## 5091 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005911
## 5092 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005912
## 5093 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005913
## 5094 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006928
## 5095 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006935
## 5096 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006996
## 5097 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007010
## 5098 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007016
## 5099 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007017
## 5100 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007049
## 5101 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007154
## 5102 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007155
## 5103 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007156
## 5104 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007163
## 5105 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007164
## 5106 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007275
## 5107 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007369
## 5108 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007389
## 5109 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007399
## 5110 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007409
## 5111 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007411
## 5112 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007412
## 5113 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007413
## 5114 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007423
## 5115 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008013
## 5116 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008037
## 5117 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008038
## 5118 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008104
## 5119 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008150
## 5120 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008361
## 5121 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009605
## 5122 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009653
## 5123 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009790
## 5124 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009792
## 5125 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009887
## 5126 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009888
## 5127 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009987
## 5128 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010721
## 5129 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010769
## 5130 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010771
## 5131 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010975
## 5132 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010977
## 5133 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016020
## 5134 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016021
## 5135 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016043
## 5136 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016049
## 5137 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016318
## 5138 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016339
## 5139 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016342
## 5140 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016477
## 5141 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0019897
## 5142 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0019898
## 5143 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022008
## 5144 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022402
## 5145 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022603
## 5146 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022604
## 5147 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022610
## 5148 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030010
## 5149 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030029
## 5150 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030030
## 5151 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030036
## 5152 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030048
## 5153 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030054
## 5154 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030154
## 5155 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030182
## 5156 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030424
## 5157 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030425
## 5158 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030516
## 5159 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030855
## 5160 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030865
## 5161 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030866
## 5162 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031175
## 5163 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031224
## 5164 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031226
## 5165 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031290
## 5166 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031344
## 5167 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031345
## 5168 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032101
## 5169 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032501
## 5170 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032502
## 5171 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032507
## 5172 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032535
## 5173 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032879
## 5174 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032989
## 5175 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032990
## 5176 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032991
## 5177 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0033036
## 5178 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0034613
## 5179 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0036477
## 5180 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040001
## 5181 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040007
## 5182 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040008
## 5183 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040011
## 5184 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040012
## 5185 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042051
## 5186 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042067
## 5187 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042074
## 5188 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042221
## 5189 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042330
## 5190 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042461
## 5191 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042462
## 5192 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042802
## 5193 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042803
## 5194 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042995
## 5195 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043005
## 5196 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043167
## 5197 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043169
## 5198 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044214
## 5199 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044331
## 5200 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044425
## 5201 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044459
## 5202 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044463
## 5203 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044464
## 5204 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045185
## 5205 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045296
## 5206 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045463
## 5207 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045465
## 5208 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045466
## 5209 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045467
## 5210 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045595
## 5211 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045596
## 5212 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045664
## 5213 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045665
## 5214 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046530
## 5215 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046872
## 5216 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046983
## 5217 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048468
## 5218 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048513
## 5219 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048519
## 5220 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048523
## 5221 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048583
## 5222 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048588
## 5223 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048589
## 5224 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048592
## 5225 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048598
## 5226 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048638
## 5227 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048666
## 5228 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048667
## 5229 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048675
## 5230 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048699
## 5231 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048729
## 5232 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048731
## 5233 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048749
## 5234 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048812
## 5235 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048814
## 5236 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048841
## 5237 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048846
## 5238 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048856
## 5239 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048858
## 5240 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048869
## 5241 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048870
## 5242 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050767
## 5243 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050768
## 5244 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050770
## 5245 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050773
## 5246 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050774
## 5247 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050789
## 5248 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050793
## 5249 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050794
## 5250 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050839
## 5251 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050896
## 5252 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050920
## 5253 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051093
## 5254 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051128
## 5255 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051129
## 5256 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051179
## 5257 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051234
## 5258 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051235
## 5259 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051239
## 5260 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051241
## 5261 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051270
## 5262 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051293
## 5263 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051294
## 5264 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051640
## 5265 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051641
## 5266 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051649
## 5267 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051651
## 5268 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051653
## 5269 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051656
## 5270 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051674
## 5271 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051960
## 5272 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051961
## 5273 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060284
## 5274 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060429
## 5275 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060560
## 5276 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0061387
## 5277 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0061564
## 5278 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0065007
## 5279 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0065008
## 5280 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070097
## 5281 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070161
## 5282 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070252
## 5283 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070727
## 5284 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0071840
## 5285 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0071944
## 5286 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0089717
## 5287 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0090066
## 5288 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0090596
## 5289 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097447
## 5290 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097458
## 5291 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097485
## 5292 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098609
## 5293 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098742
## 5294 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098796
## 5295 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098797
## 5296 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0106030
## 5297 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120025
## 5298 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120035
## 5299 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120036
## 5300 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120038
## 5301 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120039
## 5302 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902284
## 5303 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902667
## 5304 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902850
## 5305 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1903047
## 5306 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1990138
## 5307 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:2000026
## 5308 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:2000171
## 5309 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000132
## 5310 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000226
## 5311 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000278
## 5312 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000902
## 5313 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0000904
## 5314 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001558
## 5315 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001654
## 5316 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001667
## 5317 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001736
## 5318 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001738
## 5319 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001745
## 5320 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001751
## 5321 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0001754
## 5322 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0002009
## 5323 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0002064
## 5324 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003381
## 5325 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003382
## 5326 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003383
## 5327 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003384
## 5328 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0003674
## 5329 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005488
## 5330 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005509
## 5331 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005515
## 5332 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005575
## 5333 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005623
## 5334 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005886
## 5335 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005887
## 5336 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005911
## 5337 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005912
## 5338 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0005913
## 5339 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006928
## 5340 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006935
## 5341 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0006996
## 5342 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007010
## 5343 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007016
## 5344 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007017
## 5345 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007049
## 5346 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007154
## 5347 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007155
## 5348 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007156
## 5349 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007163
## 5350 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007164
## 5351 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007275
## 5352 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007369
## 5353 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007389
## 5354 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007399
## 5355 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007409
## 5356 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007411
## 5357 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007412
## 5358 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007413
## 5359 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0007423
## 5360 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008013
## 5361 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008037
## 5362 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008038
## 5363 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008104
## 5364 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008150
## 5365 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0008361
## 5366 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009605
## 5367 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009653
## 5368 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009790
## 5369 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009792
## 5370 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009887
## 5371 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009888
## 5372 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0009987
## 5373 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010721
## 5374 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010769
## 5375 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010771
## 5376 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010975
## 5377 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0010977
## 5378 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016020
## 5379 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016021
## 5380 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016043
## 5381 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016049
## 5382 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016318
## 5383 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016339
## 5384 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016342
## 5385 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0016477
## 5386 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0019897
## 5387 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0019898
## 5388 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022008
## 5389 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022402
## 5390 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022603
## 5391 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022604
## 5392 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0022610
## 5393 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030010
## 5394 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030029
## 5395 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030030
## 5396 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030036
## 5397 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030048
## 5398 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030054
## 5399 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030154
## 5400 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030182
## 5401 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030424
## 5402 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030425
## 5403 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030516
## 5404 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030855
## 5405 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030865
## 5406 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0030866
## 5407 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031175
## 5408 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031224
## 5409 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031226
## 5410 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031290
## 5411 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031344
## 5412 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0031345
## 5413 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032101
## 5414 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032501
## 5415 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032502
## 5416 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032507
## 5417 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032535
## 5418 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032879
## 5419 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032989
## 5420 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032990
## 5421 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0032991
## 5422 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0033036
## 5423 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0034613
## 5424 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0036477
## 5425 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040001
## 5426 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040007
## 5427 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040008
## 5428 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040011
## 5429 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0040012
## 5430 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042051
## 5431 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042067
## 5432 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042074
## 5433 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042221
## 5434 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042330
## 5435 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042461
## 5436 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042462
## 5437 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042802
## 5438 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042803
## 5439 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0042995
## 5440 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043005
## 5441 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043167
## 5442 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0043169
## 5443 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044214
## 5444 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044331
## 5445 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044425
## 5446 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044459
## 5447 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044463
## 5448 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0044464
## 5449 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045185
## 5450 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045296
## 5451 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045463
## 5452 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045465
## 5453 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045466
## 5454 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045467
## 5455 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045595
## 5456 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045596
## 5457 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045664
## 5458 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0045665
## 5459 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046530
## 5460 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046872
## 5461 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0046983
## 5462 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048468
## 5463 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048513
## 5464 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048519
## 5465 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048523
## 5466 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048583
## 5467 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048588
## 5468 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048589
## 5469 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048592
## 5470 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048598
## 5471 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048638
## 5472 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048666
## 5473 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048667
## 5474 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048675
## 5475 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048699
## 5476 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048729
## 5477 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048731
## 5478 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048749
## 5479 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048812
## 5480 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048814
## 5481 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048841
## 5482 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048846
## 5483 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048856
## 5484 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048858
## 5485 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048869
## 5486 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0048870
## 5487 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050767
## 5488 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050768
## 5489 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050770
## 5490 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050773
## 5491 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050774
## 5492 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050789
## 5493 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050793
## 5494 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050794
## 5495 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050839
## 5496 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050896
## 5497 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0050920
## 5498 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051093
## 5499 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051128
## 5500 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051129
## 5501 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051179
## 5502 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051234
## 5503 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051235
## 5504 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051239
## 5505 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051241
## 5506 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051270
## 5507 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051293
## 5508 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051294
## 5509 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051640
## 5510 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051641
## 5511 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051649
## 5512 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051651
## 5513 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051653
## 5514 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051656
## 5515 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051674
## 5516 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051960
## 5517 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0051961
## 5518 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060284
## 5519 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060429
## 5520 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0060560
## 5521 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0061387
## 5522 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0061564
## 5523 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0065007
## 5524 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0065008
## 5525 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070097
## 5526 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070161
## 5527 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070252
## 5528 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0070727
## 5529 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0071840
## 5530 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0071944
## 5531 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0089717
## 5532 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0090066
## 5533 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0090596
## 5534 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097447
## 5535 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097458
## 5536 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0097485
## 5537 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098609
## 5538 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098742
## 5539 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098796
## 5540 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0098797
## 5541 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0106030
## 5542 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120025
## 5543 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120035
## 5544 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120036
## 5545 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120038
## 5546 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:0120039
## 5547 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902284
## 5548 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902667
## 5549 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1902850
## 5550 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1903047
## 5551 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:1990138
## 5552 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:2000026
## 5553 Pocillopora_acuta_HIv2___TS.g6583.t1 GO:2000171
#GO.terms_biomin_sub <- GO.terms_biomin%>%
#filter(Pocillopora_acuta_best_hit==c("Pocillopora_acuta_HIv2___RNAseq.g15280.t1","Pocillopora_acuta_HIv2___RNAseq.g7402.t1"))
#GO.terms_biomin_sub
##Construct list of genes with 1 for genes in module and 0 for genes not in the module
gene.vector=as.integer(ALL.vector %in% ID.vector)
names(gene.vector)<-ALL.vector#set names
#weight gene vector by bias for length of gene
pwf<-nullp(gene.vector, ID.vector, bias.data=LENGTH.vector)
## Warning in pcls(G): initial point very close to some inequality constraints
#run goseq using Wallenius method for all categories of GO terms
GO.wall<-goseq(pwf, ID.vector, gene2cat=GO.terms_biomin, test.cats=c("GO:BP", "GO:MF", "GO:CC"), method="Wallenius", use_genes_without_cat=TRUE)
## Using manually entered categories.
## Calculating the p-values...
## 'select()' returned 1:1 mapping between keys and columns
GO <- GO.wall[order(GO.wall$over_represented_pvalue),]
colnames(GO)[1] <- "GOterm"
#adjust p-values
GO$bh_adjust <- p.adjust(GO$over_represented_pvalue, method="BH") #add adjusted p-values
#Filtering for p < 0.01
GO <- GO %>%
#dplyr::filter(bh_adjust<0.05) %>%
dplyr::arrange(., ontology, bh_adjust)
#Write file of results
write.csv(GO, file = "../../output/WGCNA/GO_analysis/goseq_pattern_biomin.csv")
#add vector for terms of interest to reduce number of GO terms - NOT using this to look at individual modules for exploratory purposes
keywords<-c("metabolism", "carbon","bicarbonate", "apoptosis", "death", "symbiosis", "regulation of cell communication", "trans membrane transport", "transmembrane", "organic substance transport", "inorganic substance transport","response to stress", "antioxidant", "calcification","biomineralization", "heat","transporters","proton transport","ion transport","acid-base", "homeostasis")
go_results <-read.csv("../../output/WGCNA/GO_analysis/goseq_pattern_biomin.csv")
go_results
## X GOterm over_represented_pvalue under_represented_pvalue
## 1 1 GO:0006766 0.01935612 1.0000000
## 2 2 GO:0006767 0.01935612 1.0000000
## 3 3 GO:0009235 0.01935612 1.0000000
## 4 4 GO:0033013 0.01935612 1.0000000
## 5 5 GO:0007043 0.03173746 1.0000000
## 6 6 GO:0008582 0.03173746 1.0000000
## 7 7 GO:0031334 0.03173746 1.0000000
## 8 8 GO:0034329 0.03173746 1.0000000
## 9 9 GO:0043254 0.03173746 1.0000000
## 10 10 GO:0043297 0.03173746 1.0000000
## 11 11 GO:0044089 0.03173746 1.0000000
## 12 12 GO:0051963 0.03173746 1.0000000
## 13 13 GO:0070830 0.03173746 1.0000000
## 14 14 GO:0071896 0.03173746 1.0000000
## 15 15 GO:1902414 0.03173746 1.0000000
## 16 16 GO:1904396 0.03173746 1.0000000
## 17 17 GO:0050803 0.04436814 0.9994975
## 18 18 GO:0050807 0.04436814 0.9994975
## 19 19 GO:0034330 0.04509074 0.9994808
## 20 20 GO:0045216 0.04509074 0.9994808
## 21 21 GO:0006874 0.05195659 0.9993082
## 22 22 GO:0055074 0.05195659 0.9993082
## 23 23 GO:0051130 0.06392703 0.9989462
## 24 24 GO:0044087 0.06631970 0.9988644
## 25 25 GO:0065008 0.07000798 0.9912384
## 26 26 GO:0048638 0.07022186 0.9987242
## 27 27 GO:0006508 0.07645062 0.9979860
## 28 28 GO:0006725 0.08655021 0.9974063
## 29 29 GO:0044281 0.08655021 0.9974063
## 30 30 GO:0046483 0.08655021 0.9974063
## 31 31 GO:0009967 0.09126332 0.9971097
## 32 32 GO:0010647 0.09126332 0.9971097
## 33 33 GO:0023056 0.09126332 0.9971097
## 34 34 GO:0048584 0.09126332 0.9971097
## 35 35 GO:0007163 0.09803491 0.9966540
## 36 36 GO:0008104 0.09803491 0.9966540
## 37 37 GO:0030010 0.09803491 0.9966540
## 38 38 GO:0033036 0.09803491 0.9966540
## 39 39 GO:0065007 0.10049476 0.9842693
## 40 40 GO:0040008 0.10113420 0.9964338
## 41 41 GO:0051960 0.10343193 0.9962658
## 42 42 GO:0022607 0.11212675 0.9950586
## 43 43 GO:0044085 0.11212675 0.9950586
## 44 44 GO:0008150 0.11396771 0.9806453
## 45 45 GO:0009987 0.11396771 0.9806453
## 46 46 GO:1901360 0.11939987 0.9943782
## 47 47 GO:0050793 0.13025323 0.9932763
## 48 48 GO:2000026 0.13025323 0.9932763
## 49 49 GO:0051128 0.14455080 0.9911315
## 50 50 GO:0009966 0.15285968 0.9900456
## 51 51 GO:0006873 0.16734956 0.9875154
## 52 52 GO:0030003 0.16734956 0.9875154
## 53 53 GO:0048878 0.16734956 0.9875154
## 54 54 GO:0050801 0.16734956 0.9875154
## 55 55 GO:0055080 0.16734956 0.9875154
## 56 56 GO:0055082 0.16734956 0.9875154
## 57 57 GO:0098771 0.16734956 0.9875154
## 58 58 GO:0010646 0.18233901 0.9850796
## 59 59 GO:0023051 0.18233901 0.9850796
## 60 60 GO:0048522 0.18377740 0.9848335
## 61 61 GO:0048583 0.18653774 0.9843552
## 62 62 GO:0051239 0.18653774 0.9843552
## 63 63 GO:0019725 0.19773937 0.9818573
## 64 64 GO:0042592 0.19773937 0.9818573
## 65 65 GO:0019538 0.20882099 0.9789651
## 66 66 GO:0043170 0.20882099 0.9789651
## 67 67 GO:0048518 0.21313627 0.9787766
## 68 68 GO:0016043 0.23176093 0.9738275
## 69 69 GO:0071840 0.23176093 0.9738275
## 70 70 GO:0006807 0.26305267 0.9650987
## 71 71 GO:0008152 0.26305267 0.9650987
## 72 72 GO:0044237 0.26305267 0.9650987
## 73 73 GO:0044238 0.26305267 0.9650987
## 74 74 GO:0071704 0.26305267 0.9650987
## 75 75 GO:1901564 0.26305267 0.9650987
## 76 76 GO:0051179 0.30909463 0.9507890
## 77 77 GO:0050789 0.34393365 0.9372229
## 78 78 GO:0050794 0.34393365 0.9372229
## 79 79 GO:0006355 1.00000000 0.9418800
## 80 80 GO:0006357 1.00000000 0.9418800
## 81 81 GO:0007610 1.00000000 0.9418800
## 82 82 GO:0009889 1.00000000 0.9418800
## 83 83 GO:0009890 1.00000000 0.9418800
## 84 84 GO:0010556 1.00000000 0.9418800
## 85 85 GO:0019219 1.00000000 0.9418800
## 86 86 GO:0031324 1.00000000 0.9418800
## 87 87 GO:0031326 1.00000000 0.9418800
## 88 88 GO:0031327 1.00000000 0.9418800
## 89 89 GO:0050878 1.00000000 0.9418800
## 90 90 GO:0051172 1.00000000 0.9418800
## 91 91 GO:0051252 1.00000000 0.9418800
## 92 92 GO:1903506 1.00000000 0.9418800
## 93 93 GO:2000112 1.00000000 0.9418800
## 94 94 GO:2001141 1.00000000 0.9418800
## 95 95 GO:0023052 1.00000000 0.7846599
## 96 96 GO:0044260 1.00000000 0.8339425
## 97 97 GO:0006812 1.00000000 0.8490902
## 98 98 GO:0030001 1.00000000 0.8490902
## 99 99 GO:0034220 1.00000000 0.8490902
## 100 100 GO:0055085 1.00000000 0.8490902
## 101 101 GO:0098655 1.00000000 0.8490902
## 102 102 GO:0098660 1.00000000 0.8490902
## 103 103 GO:0098662 1.00000000 0.8490902
## 104 104 GO:0007413 1.00000000 0.9470133
## 105 105 GO:0008037 1.00000000 0.9470133
## 106 106 GO:0008038 1.00000000 0.9470133
## 107 107 GO:0040007 1.00000000 0.9470133
## 108 108 GO:0048589 1.00000000 0.9470133
## 109 109 GO:0060560 1.00000000 0.9470133
## 110 110 GO:0061564 1.00000000 0.9470133
## 111 111 GO:0106030 1.00000000 0.9470133
## 112 112 GO:0051240 1.00000000 0.9329110
## 113 113 GO:0035295 1.00000000 0.8392484
## 114 114 GO:0010817 1.00000000 0.9326761
## 115 115 GO:0042445 1.00000000 0.9326761
## 116 116 GO:0007165 1.00000000 0.8129515
## 117 117 GO:0009790 1.00000000 0.8278811
## 118 118 GO:1901565 1.00000000 0.9417805
## 119 119 GO:1901575 1.00000000 0.9417805
## 120 120 GO:0001736 1.00000000 0.9315332
## 121 121 GO:0001738 1.00000000 0.9315332
## 122 122 GO:0001745 1.00000000 0.9315332
## 123 123 GO:0007156 1.00000000 0.9315332
## 124 124 GO:0007164 1.00000000 0.9315332
## 125 125 GO:0007389 1.00000000 0.9315332
## 126 126 GO:0016318 1.00000000 0.9315332
## 127 127 GO:0016339 1.00000000 0.9315332
## 128 128 GO:0022603 1.00000000 0.9315332
## 129 129 GO:0042067 1.00000000 0.9315332
## 130 130 GO:0044331 1.00000000 0.9315332
## 131 131 GO:0048749 1.00000000 0.9315332
## 132 132 GO:0070727 1.00000000 0.9315332
## 133 133 GO:0098609 1.00000000 0.9315332
## 134 134 GO:0098742 1.00000000 0.9315332
## 135 135 GO:0048646 1.00000000 0.8795282
## 136 136 GO:0001501 1.00000000 0.9352072
## 137 137 GO:0001655 1.00000000 0.9352072
## 138 138 GO:0001822 1.00000000 0.9352072
## 139 139 GO:0072001 1.00000000 0.9352072
## 140 140 GO:0009887 1.00000000 0.8264063
## 141 141 GO:0009057 1.00000000 0.9734535
## 142 142 GO:0030163 1.00000000 0.9734535
## 143 143 GO:0044265 1.00000000 0.9734535
## 144 144 GO:0051603 1.00000000 0.9734535
## 145 145 GO:0048519 1.00000000 0.8156145
## 146 146 GO:0009611 1.00000000 0.9257735
## 147 147 GO:0006518 1.00000000 0.9321638
## 148 148 GO:0043603 1.00000000 0.9321638
## 149 149 GO:0070482 1.00000000 0.9321638
## 150 150 GO:0006139 1.00000000 0.9314819
## 151 151 GO:0006753 1.00000000 0.9314819
## 152 152 GO:0006793 1.00000000 0.9314819
## 153 153 GO:0006796 1.00000000 0.9314819
## 154 154 GO:0009117 1.00000000 0.9314819
## 155 155 GO:0019637 1.00000000 0.9314819
## 156 156 GO:0055086 1.00000000 0.9314819
## 157 157 GO:1901700 1.00000000 0.9314819
## 158 158 GO:0008219 1.00000000 0.9338061
## 159 159 GO:0012501 1.00000000 0.9338061
## 160 160 GO:0008361 1.00000000 0.9283325
## 161 161 GO:0032535 1.00000000 0.9283325
## 162 162 GO:0048667 1.00000000 0.9283325
## 163 163 GO:0051649 1.00000000 0.9283325
## 164 164 GO:0048598 1.00000000 0.8534136
## 165 165 GO:0036211 1.00000000 0.8566907
## 166 166 GO:0043412 1.00000000 0.8566907
## 167 167 GO:0006820 1.00000000 0.8498243
## 168 168 GO:0015701 1.00000000 0.8498243
## 169 169 GO:0015711 1.00000000 0.8498243
## 170 170 GO:0071702 1.00000000 0.8498243
## 171 171 GO:0003008 1.00000000 0.9027601
## 172 172 GO:0002064 1.00000000 0.8960329
## 173 173 GO:0009968 1.00000000 0.9378399
## 174 174 GO:0010648 1.00000000 0.9378399
## 175 175 GO:0023057 1.00000000 0.9378399
## 176 176 GO:0048585 1.00000000 0.9378399
## 177 177 GO:0090102 1.00000000 0.9378399
## 178 178 GO:1902532 1.00000000 0.9378399
## 179 179 GO:0006810 1.00000000 0.7944203
## 180 180 GO:0006811 1.00000000 0.7944203
## 181 181 GO:0060429 1.00000000 0.8572378
## 182 182 GO:0002164 1.00000000 0.9534246
## 183 183 GO:0048562 1.00000000 0.9534246
## 184 184 GO:0048568 1.00000000 0.9534246
## 185 185 GO:0007423 1.00000000 0.8409402
## 186 186 GO:0006325 1.00000000 0.9615600
## 187 187 GO:0016570 1.00000000 0.9615600
## 188 188 GO:0051276 1.00000000 0.9615600
## 189 189 GO:0048468 1.00000000 0.8158285
## 190 190 GO:0002165 1.00000000 0.9567117
## 191 191 GO:0003007 1.00000000 0.9567117
## 192 192 GO:0007424 1.00000000 0.9567117
## 193 193 GO:0007444 1.00000000 0.9567117
## 194 194 GO:0007552 1.00000000 0.9567117
## 195 195 GO:0007560 1.00000000 0.9567117
## 196 196 GO:0009886 1.00000000 0.9567117
## 197 197 GO:0035151 1.00000000 0.9567117
## 198 198 GO:0035152 1.00000000 0.9567117
## 199 199 GO:0035159 1.00000000 0.9567117
## 200 200 GO:0048563 1.00000000 0.9567117
## 201 201 GO:0048569 1.00000000 0.9567117
## 202 202 GO:0048707 1.00000000 0.9567117
## 203 203 GO:0060562 1.00000000 0.9567117
## 204 204 GO:0006996 1.00000000 0.8350051
## 205 205 GO:0007399 1.00000000 0.8266145
## 206 206 GO:0022008 1.00000000 0.8266145
## 207 207 GO:0030182 1.00000000 0.8266145
## 208 208 GO:0048699 1.00000000 0.8266145
## 209 209 GO:0019222 1.00000000 0.8464037
## 210 210 GO:0080090 1.00000000 0.8464037
## 211 211 GO:0000902 1.00000000 0.8683943
## 212 212 GO:0000904 1.00000000 0.8683943
## 213 213 GO:0040011 1.00000000 0.8683943
## 214 214 GO:0048870 1.00000000 0.8683943
## 215 215 GO:0051674 1.00000000 0.8683943
## 216 216 GO:0009893 1.00000000 0.9016676
## 217 217 GO:0010604 1.00000000 0.9016676
## 218 218 GO:0051246 1.00000000 0.9016676
## 219 219 GO:0090066 1.00000000 0.8592396
## 220 220 GO:0072359 1.00000000 0.8500123
## 221 221 GO:0035150 1.00000000 0.9255825
## 222 222 GO:0000281 1.00000000 0.9869561
## 223 223 GO:0000910 1.00000000 0.9869561
## 224 224 GO:0006338 1.00000000 0.9869561
## 225 225 GO:0006473 1.00000000 0.9869561
## 226 226 GO:0006475 1.00000000 0.9869561
## 227 227 GO:0007015 1.00000000 0.9869561
## 228 228 GO:0007517 1.00000000 0.9869561
## 229 229 GO:0007519 1.00000000 0.9869561
## 230 230 GO:0007528 1.00000000 0.9869561
## 231 231 GO:0010927 1.00000000 0.9869561
## 232 232 GO:0014706 1.00000000 0.9869561
## 233 233 GO:0014866 1.00000000 0.9869561
## 234 234 GO:0014902 1.00000000 0.9869561
## 235 235 GO:0014904 1.00000000 0.9869561
## 236 236 GO:0016573 1.00000000 0.9869561
## 237 237 GO:0018193 1.00000000 0.9869561
## 238 238 GO:0018205 1.00000000 0.9869561
## 239 239 GO:0018393 1.00000000 0.9869561
## 240 240 GO:0018394 1.00000000 0.9869561
## 241 241 GO:0030239 1.00000000 0.9869561
## 242 242 GO:0031032 1.00000000 0.9869561
## 243 243 GO:0034728 1.00000000 0.9869561
## 244 244 GO:0042692 1.00000000 0.9869561
## 245 245 GO:0043543 1.00000000 0.9869561
## 246 246 GO:0048741 1.00000000 0.9869561
## 247 247 GO:0051146 1.00000000 0.9869561
## 248 248 GO:0051301 1.00000000 0.9869561
## 249 249 GO:0055001 1.00000000 0.9869561
## 250 250 GO:0055002 1.00000000 0.9869561
## 251 251 GO:0060538 1.00000000 0.9869561
## 252 252 GO:0061061 1.00000000 0.9869561
## 253 253 GO:0061640 1.00000000 0.9869561
## 254 254 GO:0070925 1.00000000 0.9869561
## 255 255 GO:0071689 1.00000000 0.9869561
## 256 256 GO:0071824 1.00000000 0.9869561
## 257 257 GO:0097435 1.00000000 0.9869561
## 258 258 GO:0098529 1.00000000 0.9869561
## 259 259 GO:0002065 1.00000000 0.9331230
## 260 260 GO:0002066 1.00000000 0.9331230
## 261 261 GO:0003407 1.00000000 0.9331230
## 262 262 GO:0007600 1.00000000 0.9331230
## 263 263 GO:0022037 1.00000000 0.9331230
## 264 264 GO:0030902 1.00000000 0.9331230
## 265 265 GO:0042490 1.00000000 0.9331230
## 266 266 GO:0042491 1.00000000 0.9331230
## 267 267 GO:0043010 1.00000000 0.9331230
## 268 268 GO:0050804 1.00000000 0.9331230
## 269 269 GO:0050877 1.00000000 0.9331230
## 270 270 GO:0060041 1.00000000 0.9331230
## 271 271 GO:0060113 1.00000000 0.9331230
## 272 272 GO:0060117 1.00000000 0.9331230
## 273 273 GO:0060119 1.00000000 0.9331230
## 274 274 GO:0060563 1.00000000 0.9331230
## 275 275 GO:0099177 1.00000000 0.9331230
## 276 276 GO:0032989 1.00000000 0.8570642
## 277 277 GO:0001944 1.00000000 0.9305035
## 278 278 GO:0000003 1.00000000 0.8450307
## 279 279 GO:0022414 1.00000000 0.8450307
## 280 280 GO:0000132 1.00000000 0.9602564
## 281 281 GO:0001558 1.00000000 0.9602564
## 282 282 GO:0001751 1.00000000 0.9602564
## 283 283 GO:0003381 1.00000000 0.9602564
## 284 284 GO:0003382 1.00000000 0.9602564
## 285 285 GO:0003383 1.00000000 0.9602564
## 286 286 GO:0003384 1.00000000 0.9602564
## 287 287 GO:0006935 1.00000000 0.9602564
## 288 288 GO:0007409 1.00000000 0.9602564
## 289 289 GO:0007411 1.00000000 0.9602564
## 290 290 GO:0007412 1.00000000 0.9602564
## 291 291 GO:0010769 1.00000000 0.9602564
## 292 292 GO:0010771 1.00000000 0.9602564
## 293 293 GO:0016049 1.00000000 0.9602564
## 294 294 GO:0022604 1.00000000 0.9602564
## 295 295 GO:0030048 1.00000000 0.9602564
## 296 296 GO:0030516 1.00000000 0.9602564
## 297 297 GO:0030865 1.00000000 0.9602564
## 298 298 GO:0030866 1.00000000 0.9602564
## 299 299 GO:0031290 1.00000000 0.9602564
## 300 300 GO:0032101 1.00000000 0.9602564
## 301 301 GO:0032507 1.00000000 0.9602564
## 302 302 GO:0040001 1.00000000 0.9602564
## 303 303 GO:0042051 1.00000000 0.9602564
## 304 304 GO:0042074 1.00000000 0.9602564
## 305 305 GO:0042330 1.00000000 0.9602564
## 306 306 GO:0042461 1.00000000 0.9602564
## 307 307 GO:0042462 1.00000000 0.9602564
## 308 308 GO:0045185 1.00000000 0.9602564
## 309 309 GO:0045463 1.00000000 0.9602564
## 310 310 GO:0045465 1.00000000 0.9602564
## 311 311 GO:0045466 1.00000000 0.9602564
## 312 312 GO:0045467 1.00000000 0.9602564
## 313 313 GO:0048588 1.00000000 0.9602564
## 314 314 GO:0048675 1.00000000 0.9602564
## 315 315 GO:0048814 1.00000000 0.9602564
## 316 316 GO:0048841 1.00000000 0.9602564
## 317 317 GO:0048846 1.00000000 0.9602564
## 318 318 GO:0050770 1.00000000 0.9602564
## 319 319 GO:0050774 1.00000000 0.9602564
## 320 320 GO:0050920 1.00000000 0.9602564
## 321 321 GO:0051235 1.00000000 0.9602564
## 322 322 GO:0051293 1.00000000 0.9602564
## 323 323 GO:0051294 1.00000000 0.9602564
## 324 324 GO:0051640 1.00000000 0.9602564
## 325 325 GO:0051651 1.00000000 0.9602564
## 326 326 GO:0051653 1.00000000 0.9602564
## 327 327 GO:0051656 1.00000000 0.9602564
## 328 328 GO:0061387 1.00000000 0.9602564
## 329 329 GO:0070252 1.00000000 0.9602564
## 330 330 GO:0097485 1.00000000 0.9602564
## 331 331 GO:1902284 1.00000000 0.9602564
## 332 332 GO:1902667 1.00000000 0.9602564
## 333 333 GO:1902850 1.00000000 0.9602564
## 334 334 GO:1990138 1.00000000 0.9602564
## 335 335 GO:0043933 1.00000000 0.9509450
## 336 336 GO:0000122 1.00000000 0.9742689
## 337 337 GO:0001967 1.00000000 0.9742689
## 338 338 GO:0006476 1.00000000 0.9742689
## 339 339 GO:0007596 1.00000000 0.9742689
## 340 340 GO:0007599 1.00000000 0.9742689
## 341 341 GO:0007631 1.00000000 0.9742689
## 342 342 GO:0010558 1.00000000 0.9742689
## 343 343 GO:0016575 1.00000000 0.9742689
## 344 344 GO:0035601 1.00000000 0.9742689
## 345 345 GO:0045892 1.00000000 0.9742689
## 346 346 GO:0045934 1.00000000 0.9742689
## 347 347 GO:0050817 1.00000000 0.9742689
## 348 348 GO:0051253 1.00000000 0.9742689
## 349 349 GO:0098732 1.00000000 0.9742689
## 350 350 GO:1902679 1.00000000 0.9742689
## 351 351 GO:1903507 1.00000000 0.9742689
## 352 352 GO:2000113 1.00000000 0.9742689
## 353 353 GO:0048523 1.00000000 0.8460441
## 354 354 GO:0006950 1.00000000 0.8658696
## 355 355 GO:0003006 1.00000000 0.9288670
## 356 356 GO:0048608 1.00000000 0.9288670
## 357 357 GO:0061458 1.00000000 0.9288670
## 358 358 GO:0009894 1.00000000 0.9319939
## 359 359 GO:0014070 1.00000000 0.9319939
## 360 360 GO:0051173 1.00000000 0.9319939
## 361 361 GO:0051247 1.00000000 0.9319939
## 362 362 GO:0071407 1.00000000 0.9319939
## 363 363 GO:0001667 1.00000000 0.9259596
## 364 364 GO:0010721 1.00000000 0.9259596
## 365 365 GO:0010975 1.00000000 0.9259596
## 366 366 GO:0010977 1.00000000 0.9259596
## 367 367 GO:0031344 1.00000000 0.9259596
## 368 368 GO:0031345 1.00000000 0.9259596
## 369 369 GO:0032990 1.00000000 0.9259596
## 370 370 GO:0045595 1.00000000 0.9259596
## 371 371 GO:0045596 1.00000000 0.9259596
## 372 372 GO:0045664 1.00000000 0.9259596
## 373 373 GO:0045665 1.00000000 0.9259596
## 374 374 GO:0048812 1.00000000 0.9259596
## 375 375 GO:0048858 1.00000000 0.9259596
## 376 376 GO:0050767 1.00000000 0.9259596
## 377 377 GO:0050768 1.00000000 0.9259596
## 378 378 GO:0050773 1.00000000 0.9259596
## 379 379 GO:0051093 1.00000000 0.9259596
## 380 380 GO:0051129 1.00000000 0.9259596
## 381 381 GO:0051961 1.00000000 0.9259596
## 382 382 GO:0060284 1.00000000 0.9259596
## 383 383 GO:0120035 1.00000000 0.9259596
## 384 384 GO:0120039 1.00000000 0.9259596
## 385 385 GO:2000171 1.00000000 0.9259596
## 386 386 GO:0001503 1.00000000 0.9700901
## 387 387 GO:0001657 1.00000000 0.9700901
## 388 388 GO:0001658 1.00000000 0.9700901
## 389 389 GO:0001737 1.00000000 0.9700901
## 390 390 GO:0001763 1.00000000 0.9700901
## 391 391 GO:0001823 1.00000000 0.9700901
## 392 392 GO:0003002 1.00000000 0.9700901
## 393 393 GO:0003170 1.00000000 0.9700901
## 394 394 GO:0003171 1.00000000 0.9700901
## 395 395 GO:0003174 1.00000000 0.9700901
## 396 396 GO:0003179 1.00000000 0.9700901
## 397 397 GO:0003181 1.00000000 0.9700901
## 398 398 GO:0003183 1.00000000 0.9700901
## 399 399 GO:0003188 1.00000000 0.9700901
## 400 400 GO:0003190 1.00000000 0.9700901
## 401 401 GO:0003192 1.00000000 0.9700901
## 402 402 GO:0003197 1.00000000 0.9700901
## 403 403 GO:0003203 1.00000000 0.9700901
## 404 404 GO:0003272 1.00000000 0.9700901
## 405 405 GO:0003273 1.00000000 0.9700901
## 406 406 GO:0007157 1.00000000 0.9700901
## 407 407 GO:0007447 1.00000000 0.9700901
## 408 408 GO:0007472 1.00000000 0.9700901
## 409 409 GO:0007476 1.00000000 0.9700901
## 410 410 GO:0007478 1.00000000 0.9700901
## 411 411 GO:0007480 1.00000000 0.9700901
## 412 412 GO:0010463 1.00000000 0.9700901
## 413 413 GO:0018149 1.00000000 0.9700901
## 414 414 GO:0021700 1.00000000 0.9700901
## 415 415 GO:0021915 1.00000000 0.9700901
## 416 416 GO:0030859 1.00000000 0.9700901
## 417 417 GO:0035088 1.00000000 0.9700901
## 418 418 GO:0035089 1.00000000 0.9700901
## 419 419 GO:0035114 1.00000000 0.9700901
## 420 420 GO:0035120 1.00000000 0.9700901
## 421 421 GO:0035218 1.00000000 0.9700901
## 422 422 GO:0035220 1.00000000 0.9700901
## 423 423 GO:0035222 1.00000000 0.9700901
## 424 424 GO:0035316 1.00000000 0.9700901
## 425 425 GO:0035317 1.00000000 0.9700901
## 426 426 GO:0035329 1.00000000 0.9700901
## 427 427 GO:0035330 1.00000000 0.9700901
## 428 428 GO:0035331 1.00000000 0.9700901
## 429 429 GO:0035332 1.00000000 0.9700901
## 430 430 GO:0036342 1.00000000 0.9700901
## 431 431 GO:0043931 1.00000000 0.9700901
## 432 432 GO:0045197 1.00000000 0.9700901
## 433 433 GO:0045198 1.00000000 0.9700901
## 434 434 GO:0045317 1.00000000 0.9700901
## 435 435 GO:0048737 1.00000000 0.9700901
## 436 436 GO:0048754 1.00000000 0.9700901
## 437 437 GO:0048799 1.00000000 0.9700901
## 438 438 GO:0048859 1.00000000 0.9700901
## 439 439 GO:0060348 1.00000000 0.9700901
## 440 440 GO:0060485 1.00000000 0.9700901
## 441 441 GO:0060675 1.00000000 0.9700901
## 442 442 GO:0060973 1.00000000 0.9700901
## 443 443 GO:0060993 1.00000000 0.9700901
## 444 444 GO:0061138 1.00000000 0.9700901
## 445 445 GO:0061162 1.00000000 0.9700901
## 446 446 GO:0061245 1.00000000 0.9700901
## 447 447 GO:0061326 1.00000000 0.9700901
## 448 448 GO:0061333 1.00000000 0.9700901
## 449 449 GO:0061339 1.00000000 0.9700901
## 450 450 GO:0070977 1.00000000 0.9700901
## 451 451 GO:0071695 1.00000000 0.9700901
## 452 452 GO:0072006 1.00000000 0.9700901
## 453 453 GO:0072009 1.00000000 0.9700901
## 454 454 GO:0072028 1.00000000 0.9700901
## 455 455 GO:0072073 1.00000000 0.9700901
## 456 456 GO:0072078 1.00000000 0.9700901
## 457 457 GO:0072080 1.00000000 0.9700901
## 458 458 GO:0072088 1.00000000 0.9700901
## 459 459 GO:0072132 1.00000000 0.9700901
## 460 460 GO:0072137 1.00000000 0.9700901
## 461 461 GO:0072163 1.00000000 0.9700901
## 462 462 GO:0072164 1.00000000 0.9700901
## 463 463 GO:0072171 1.00000000 0.9700901
## 464 464 GO:0072657 1.00000000 0.9700901
## 465 465 GO:0072659 1.00000000 0.9700901
## 466 466 GO:0090162 1.00000000 0.9700901
## 467 467 GO:0090175 1.00000000 0.9700901
## 468 468 GO:0090176 1.00000000 0.9700901
## 469 469 GO:0090251 1.00000000 0.9700901
## 470 470 GO:1905330 1.00000000 0.9700901
## 471 471 GO:1990778 1.00000000 0.9700901
## 472 472 GO:2000027 1.00000000 0.9700901
## 473 473 GO:0008283 1.00000000 0.9346935
## 474 474 GO:0042060 1.00000000 0.9608330
## 475 475 GO:0008544 1.00000000 0.9052101
## 476 476 GO:0009913 1.00000000 0.9052101
## 477 477 GO:0035315 1.00000000 0.9052101
## 478 478 GO:0048839 1.00000000 0.9052101
## 479 479 GO:0070887 1.00000000 0.8401723
## 480 480 GO:0048666 1.00000000 0.8521080
## 481 481 GO:0030029 1.00000000 0.9138798
## 482 482 GO:0046688 1.00000000 0.9316870
## 483 483 GO:0010038 1.00000000 0.9013707
## 484 484 GO:0051641 1.00000000 0.9005626
## 485 485 GO:0042303 1.00000000 0.9502260
## 486 486 GO:0043583 1.00000000 0.8757538
## 487 487 GO:0030030 1.00000000 0.8564160
## 488 488 GO:0120036 1.00000000 0.8564160
## 489 489 GO:0032879 1.00000000 0.8951740
## 490 490 GO:0040012 1.00000000 0.8951740
## 491 491 GO:0051241 1.00000000 0.8951740
## 492 492 GO:0001754 1.00000000 0.9268480
## 493 493 GO:0046530 1.00000000 0.9268480
## 494 494 GO:0001838 1.00000000 0.9862098
## 495 495 GO:0002168 1.00000000 0.9862098
## 496 496 GO:0003143 1.00000000 0.9862098
## 497 497 GO:0003144 1.00000000 0.9862098
## 498 498 GO:0007419 1.00000000 0.9862098
## 499 499 GO:0007503 1.00000000 0.9862098
## 500 500 GO:0007505 1.00000000 0.9862098
## 501 501 GO:0007561 1.00000000 0.9862098
## 502 502 GO:0007591 1.00000000 0.9862098
## 503 503 GO:0016331 1.00000000 0.9862098
## 504 504 GO:0022411 1.00000000 0.9862098
## 505 505 GO:0030198 1.00000000 0.9862098
## 506 506 GO:0031099 1.00000000 0.9862098
## 507 507 GO:0034769 1.00000000 0.9862098
## 508 508 GO:0035001 1.00000000 0.9862098
## 509 509 GO:0035050 1.00000000 0.9862098
## 510 510 GO:0035148 1.00000000 0.9862098
## 511 511 GO:0042246 1.00000000 0.9862098
## 512 512 GO:0043062 1.00000000 0.9862098
## 513 513 GO:0060612 1.00000000 0.9862098
## 514 514 GO:0061448 1.00000000 0.9862098
## 515 515 GO:0071711 1.00000000 0.9862098
## 516 516 GO:0072175 1.00000000 0.9862098
## 517 517 GO:0097156 1.00000000 0.9862098
## 518 518 GO:0021537 1.00000000 0.9322286
## 519 519 GO:0021543 1.00000000 0.9322286
## 520 520 GO:0030900 1.00000000 0.9322286
## 521 521 GO:0040017 1.00000000 0.9322286
## 522 522 GO:0043085 1.00000000 0.9322286
## 523 523 GO:0044093 1.00000000 0.9322286
## 524 524 GO:0050790 1.00000000 0.9322286
## 525 525 GO:0065009 1.00000000 0.9322286
## 526 526 GO:0001568 1.00000000 0.9640434
## 527 527 GO:0001570 1.00000000 0.9640434
## 528 528 GO:0002376 1.00000000 0.9640434
## 529 529 GO:0002520 1.00000000 0.9640434
## 530 530 GO:0006629 1.00000000 0.9640434
## 531 531 GO:0007167 1.00000000 0.9640434
## 532 532 GO:0007169 1.00000000 0.9640434
## 533 533 GO:0007548 1.00000000 0.9640434
## 534 534 GO:0008202 1.00000000 0.9640434
## 535 535 GO:0008209 1.00000000 0.9640434
## 536 536 GO:0008210 1.00000000 0.9640434
## 537 537 GO:0008406 1.00000000 0.9640434
## 538 538 GO:0008585 1.00000000 0.9640434
## 539 539 GO:0009896 1.00000000 0.9640434
## 540 540 GO:0010171 1.00000000 0.9640434
## 541 541 GO:0030097 1.00000000 0.9640434
## 542 542 GO:0042176 1.00000000 0.9640434
## 543 543 GO:0045137 1.00000000 0.9640434
## 544 544 GO:0045732 1.00000000 0.9640434
## 545 545 GO:0046545 1.00000000 0.9640434
## 546 546 GO:0046660 1.00000000 0.9640434
## 547 547 GO:0048008 1.00000000 0.9640434
## 548 548 GO:0048514 1.00000000 0.9640434
## 549 549 GO:0048534 1.00000000 0.9640434
## 550 550 GO:0048705 1.00000000 0.9640434
## 551 551 GO:0048745 1.00000000 0.9640434
## 552 552 GO:0060021 1.00000000 0.9640434
## 553 553 GO:0060323 1.00000000 0.9640434
## 554 554 GO:0060324 1.00000000 0.9640434
## 555 555 GO:0060325 1.00000000 0.9640434
## 556 556 GO:0000041 1.00000000 0.9669701
## 557 557 GO:0001889 1.00000000 0.9669701
## 558 558 GO:0006825 1.00000000 0.9669701
## 559 559 GO:0006826 1.00000000 0.9669701
## 560 560 GO:0006879 1.00000000 0.9669701
## 561 561 GO:0015679 1.00000000 0.9669701
## 562 562 GO:0030323 1.00000000 0.9669701
## 563 563 GO:0030324 1.00000000 0.9669701
## 564 564 GO:0035434 1.00000000 0.9669701
## 565 565 GO:0055072 1.00000000 0.9669701
## 566 566 GO:0061008 1.00000000 0.9669701
## 567 567 GO:0031323 1.00000000 0.9112326
## 568 568 GO:0060541 1.00000000 0.9251091
## 569 569 GO:0000278 1.00000000 0.9477300
## 570 570 GO:0007049 1.00000000 0.9477300
## 571 571 GO:0022402 1.00000000 0.9477300
## 572 572 GO:0030036 1.00000000 0.9477300
## 573 573 GO:1903047 1.00000000 0.9477300
## 574 574 GO:0007154 1.00000000 0.7284021
## 575 575 GO:0007275 1.00000000 0.6670626
## 576 576 GO:0009653 1.00000000 0.7331099
## 577 577 GO:0032501 1.00000000 0.6498863
## 578 578 GO:0032502 1.00000000 0.6670626
## 579 579 GO:0042221 1.00000000 0.7284527
## 580 580 GO:0048513 1.00000000 0.7088823
## 581 581 GO:0048731 1.00000000 0.6670626
## 582 582 GO:0048856 1.00000000 0.6670626
## 583 583 GO:0050896 1.00000000 0.6546943
## 584 584 GO:0050808 1.00000000 0.9541461
## 585 585 GO:0051716 1.00000000 0.7859170
## 586 586 GO:0010629 1.00000000 0.9392360
## 587 587 GO:0043687 1.00000000 0.9526772
## 588 588 GO:0035556 1.00000000 0.9354427
## 589 589 GO:0001932 1.00000000 0.9353017
## 590 590 GO:0008277 1.00000000 0.9353017
## 591 591 GO:0009612 1.00000000 0.9353017
## 592 592 GO:0010611 1.00000000 0.9353017
## 593 593 GO:0014743 1.00000000 0.9353017
## 594 594 GO:0019220 1.00000000 0.9353017
## 595 595 GO:0031325 1.00000000 0.9353017
## 596 596 GO:0031399 1.00000000 0.9353017
## 597 597 GO:0042325 1.00000000 0.9353017
## 598 598 GO:0043502 1.00000000 0.9353017
## 599 599 GO:0043949 1.00000000 0.9353017
## 600 600 GO:0044057 1.00000000 0.9353017
## 601 601 GO:0051174 1.00000000 0.9353017
## 602 602 GO:0090257 1.00000000 0.9353017
## 603 603 GO:1903522 1.00000000 0.9353017
## 604 604 GO:0007267 1.00000000 0.9652114
## 605 605 GO:0007268 1.00000000 0.9652114
## 606 606 GO:0007271 1.00000000 0.9652114
## 607 607 GO:0007601 1.00000000 0.9652114
## 608 608 GO:0010623 1.00000000 0.9652114
## 609 609 GO:0021548 1.00000000 0.9652114
## 610 610 GO:0021747 1.00000000 0.9652114
## 611 611 GO:0032228 1.00000000 0.9652114
## 612 612 GO:0046666 1.00000000 0.9652114
## 613 613 GO:0046685 1.00000000 0.9652114
## 614 614 GO:0048593 1.00000000 0.9652114
## 615 615 GO:0048857 1.00000000 0.9652114
## 616 616 GO:0050953 1.00000000 0.9652114
## 617 617 GO:0060042 1.00000000 0.9652114
## 618 618 GO:0060219 1.00000000 0.9652114
## 619 619 GO:0061298 1.00000000 0.9652114
## 620 620 GO:0061299 1.00000000 0.9652114
## 621 621 GO:0098916 1.00000000 0.9652114
## 622 622 GO:0099536 1.00000000 0.9652114
## 623 623 GO:0099537 1.00000000 0.9652114
## 624 624 GO:1902600 1.00000000 0.9652114
## 625 625 GO:0007417 1.00000000 0.8873831
## 626 626 GO:0035239 1.00000000 0.9223090
## 627 627 GO:0002009 1.00000000 0.9186856
## 628 628 GO:1902531 1.00000000 0.8749143
## 629 629 GO:0007568 1.00000000 0.9348234
## 630 630 GO:0007584 1.00000000 0.9348234
## 631 631 GO:0009991 1.00000000 0.9348234
## 632 632 GO:0031667 1.00000000 0.9348234
## 633 633 GO:0048732 1.00000000 0.9348234
## 634 634 GO:0007010 1.00000000 0.8865415
## 635 635 GO:0060322 1.00000000 0.8674343
## 636 636 GO:0019221 1.00000000 0.9356314
## 637 637 GO:0034097 1.00000000 0.9356314
## 638 638 GO:0035722 1.00000000 0.9356314
## 639 639 GO:0070671 1.00000000 0.9356314
## 640 640 GO:0071345 1.00000000 0.9356314
## 641 641 GO:0071349 1.00000000 0.9356314
## 642 642 GO:0035107 1.00000000 0.9385264
## 643 643 GO:0043009 1.00000000 0.9385264
## 644 644 GO:0048736 1.00000000 0.9385264
## 645 645 GO:1902533 1.00000000 0.9385264
## 646 646 GO:0009628 1.00000000 0.9011722
## 647 647 GO:0034641 1.00000000 0.9011722
## 648 648 GO:0007276 1.00000000 0.9097547
## 649 649 GO:0007283 1.00000000 0.9097547
## 650 650 GO:0019953 1.00000000 0.9097547
## 651 651 GO:0032504 1.00000000 0.9097547
## 652 652 GO:0044703 1.00000000 0.9097547
## 653 653 GO:0048232 1.00000000 0.9097547
## 654 654 GO:0048609 1.00000000 0.9097547
## 655 655 GO:0000226 1.00000000 0.8982606
## 656 656 GO:0007017 1.00000000 0.8982606
## 657 657 GO:0016477 1.00000000 0.8982606
## 658 658 GO:0007166 1.00000000 0.9019855
## 659 659 GO:0000302 1.00000000 0.9635139
## 660 660 GO:0000305 1.00000000 0.9635139
## 661 661 GO:0001704 1.00000000 0.9635139
## 662 662 GO:0001707 1.00000000 0.9635139
## 663 663 GO:0001887 1.00000000 0.9635139
## 664 664 GO:0001890 1.00000000 0.9635139
## 665 665 GO:0006082 1.00000000 0.9635139
## 666 666 GO:0006520 1.00000000 0.9635139
## 667 667 GO:0006575 1.00000000 0.9635139
## 668 668 GO:0006739 1.00000000 0.9635139
## 669 669 GO:0006749 1.00000000 0.9635139
## 670 670 GO:0006790 1.00000000 0.9635139
## 671 671 GO:0006979 1.00000000 0.9635139
## 672 672 GO:0007498 1.00000000 0.9635139
## 673 673 GO:0009069 1.00000000 0.9635139
## 674 674 GO:0009636 1.00000000 0.9635139
## 675 675 GO:0010269 1.00000000 0.9635139
## 676 676 GO:0010941 1.00000000 0.9635139
## 677 677 GO:0010942 1.00000000 0.9635139
## 678 678 GO:0015949 1.00000000 0.9635139
## 679 679 GO:0016259 1.00000000 0.9635139
## 680 680 GO:0016999 1.00000000 0.9635139
## 681 681 GO:0017001 1.00000000 0.9635139
## 682 682 GO:0018996 1.00000000 0.9635139
## 683 683 GO:0019216 1.00000000 0.9635139
## 684 684 GO:0019362 1.00000000 0.9635139
## 685 685 GO:0019752 1.00000000 0.9635139
## 686 686 GO:0022404 1.00000000 0.9635139
## 687 687 GO:0033554 1.00000000 0.9635139
## 688 688 GO:0034599 1.00000000 0.9635139
## 689 689 GO:0036295 1.00000000 0.9635139
## 690 690 GO:0036296 1.00000000 0.9635139
## 691 691 GO:0042395 1.00000000 0.9635139
## 692 692 GO:0042537 1.00000000 0.9635139
## 693 693 GO:0042743 1.00000000 0.9635139
## 694 694 GO:0042744 1.00000000 0.9635139
## 695 695 GO:0043436 1.00000000 0.9635139
## 696 696 GO:0045454 1.00000000 0.9635139
## 697 697 GO:0046496 1.00000000 0.9635139
## 698 698 GO:0048332 1.00000000 0.9635139
## 699 699 GO:0048678 1.00000000 0.9635139
## 700 700 GO:0051259 1.00000000 0.9635139
## 701 701 GO:0051262 1.00000000 0.9635139
## 702 702 GO:0055093 1.00000000 0.9635139
## 703 703 GO:0065003 1.00000000 0.9635139
## 704 704 GO:0070276 1.00000000 0.9635139
## 705 705 GO:0070995 1.00000000 0.9635139
## 706 706 GO:0071241 1.00000000 0.9635139
## 707 707 GO:0071248 1.00000000 0.9635139
## 708 708 GO:0071280 1.00000000 0.9635139
## 709 709 GO:0071453 1.00000000 0.9635139
## 710 710 GO:0071455 1.00000000 0.9635139
## 711 711 GO:0072524 1.00000000 0.9635139
## 712 712 GO:0072593 1.00000000 0.9635139
## 713 713 GO:0097237 1.00000000 0.9635139
## 714 714 GO:0098754 1.00000000 0.9635139
## 715 715 GO:0098869 1.00000000 0.9635139
## 716 716 GO:1901605 1.00000000 0.9635139
## 717 717 GO:1990748 1.00000000 0.9635139
## 718 718 GO:0007420 1.00000000 0.8997937
## 719 719 GO:0009056 1.00000000 0.9074150
## 720 720 GO:0044248 1.00000000 0.9074150
## 721 721 GO:0048592 1.00000000 0.8991225
## 722 722 GO:0007369 1.00000000 0.9252179
## 723 723 GO:0001666 1.00000000 0.9674648
## 724 724 GO:0001919 1.00000000 0.9674648
## 725 725 GO:0001921 1.00000000 0.9674648
## 726 726 GO:0001990 1.00000000 0.9674648
## 727 727 GO:0003013 1.00000000 0.9674648
## 728 728 GO:0003018 1.00000000 0.9674648
## 729 729 GO:0003044 1.00000000 0.9674648
## 730 730 GO:0003073 1.00000000 0.9674648
## 731 731 GO:0003100 1.00000000 0.9674648
## 732 732 GO:0006915 1.00000000 0.9674648
## 733 733 GO:0008015 1.00000000 0.9674648
## 734 734 GO:0008217 1.00000000 0.9674648
## 735 735 GO:0010467 1.00000000 0.9674648
## 736 736 GO:0010613 1.00000000 0.9674648
## 737 737 GO:0010813 1.00000000 0.9674648
## 738 738 GO:0010814 1.00000000 0.9674648
## 739 739 GO:0010815 1.00000000 0.9674648
## 740 740 GO:0010816 1.00000000 0.9674648
## 741 741 GO:0014742 1.00000000 0.9674648
## 742 742 GO:0016485 1.00000000 0.9674648
## 743 743 GO:0016486 1.00000000 0.9674648
## 744 744 GO:0019229 1.00000000 0.9674648
## 745 745 GO:0030326 1.00000000 0.9674648
## 746 746 GO:0034959 1.00000000 0.9674648
## 747 747 GO:0035108 1.00000000 0.9674648
## 748 748 GO:0035113 1.00000000 0.9674648
## 749 749 GO:0035296 1.00000000 0.9674648
## 750 750 GO:0035994 1.00000000 0.9674648
## 751 751 GO:0036293 1.00000000 0.9674648
## 752 752 GO:0042447 1.00000000 0.9674648
## 753 753 GO:0042733 1.00000000 0.9674648
## 754 754 GO:0043171 1.00000000 0.9674648
## 755 755 GO:0043408 1.00000000 0.9674648
## 756 756 GO:0043950 1.00000000 0.9674648
## 757 757 GO:0045745 1.00000000 0.9674648
## 758 758 GO:0046686 1.00000000 0.9674648
## 759 759 GO:0050886 1.00000000 0.9674648
## 760 760 GO:0051604 1.00000000 0.9674648
## 761 761 GO:0060037 1.00000000 0.9674648
## 762 762 GO:0060173 1.00000000 0.9674648
## 763 763 GO:0070372 1.00000000 0.9674648
## 764 764 GO:0097746 1.00000000 0.9674648
## 765 765 GO:0048565 1.00000000 0.9128914
## 766 766 GO:0055123 1.00000000 0.9128914
## 767 767 GO:0060537 1.00000000 0.9514677
## 768 768 GO:0009892 1.00000000 0.9080098
## 769 769 GO:0010468 1.00000000 0.9080098
## 770 770 GO:0010605 1.00000000 0.9080098
## 771 771 GO:0006814 1.00000000 0.9082998
## 772 772 GO:0006821 1.00000000 0.9082998
## 773 773 GO:0006885 1.00000000 0.9082998
## 774 774 GO:0015698 1.00000000 0.9082998
## 775 775 GO:0030641 1.00000000 0.9082998
## 776 776 GO:0035725 1.00000000 0.9082998
## 777 777 GO:0051453 1.00000000 0.9082998
## 778 778 GO:0098656 1.00000000 0.9082998
## 779 779 GO:0098661 1.00000000 0.9082998
## 780 780 GO:1902476 1.00000000 0.9082998
## 781 781 GO:0007155 1.00000000 0.8858710
## 782 782 GO:0007507 1.00000000 0.9135076
## 783 783 GO:0001654 1.00000000 0.8692276
## 784 784 GO:0030855 1.00000000 0.8692276
## 785 785 GO:0090596 1.00000000 0.8692276
## 786 786 GO:0048729 1.00000000 0.8851614
## 787 787 GO:0051171 1.00000000 0.8784625
## 788 788 GO:0060255 1.00000000 0.8784625
## 789 789 GO:0010033 1.00000000 0.8719956
## 790 790 GO:0071310 1.00000000 0.8719956
## 791 791 GO:0000820 1.00000000 0.9667572
## 792 792 GO:0000821 1.00000000 0.9667572
## 793 793 GO:0001101 1.00000000 0.9667572
## 794 794 GO:0001505 1.00000000 0.9667572
## 795 795 GO:0001934 1.00000000 0.9667572
## 796 796 GO:0002026 1.00000000 0.9667572
## 797 797 GO:0002028 1.00000000 0.9667572
## 798 798 GO:0002093 1.00000000 0.9667572
## 799 799 GO:0002119 1.00000000 0.9667572
## 800 800 GO:0006163 1.00000000 0.9667572
## 801 801 GO:0006521 1.00000000 0.9667572
## 802 802 GO:0006816 1.00000000 0.9667572
## 803 803 GO:0006897 1.00000000 0.9667572
## 804 804 GO:0007204 1.00000000 0.9667572
## 805 805 GO:0007589 1.00000000 0.9667572
## 806 806 GO:0007595 1.00000000 0.9667572
## 807 807 GO:0007605 1.00000000 0.9667572
## 808 808 GO:0007626 1.00000000 0.9667572
## 809 809 GO:0008016 1.00000000 0.9667572
## 810 810 GO:0009150 1.00000000 0.9667572
## 811 811 GO:0009187 1.00000000 0.9667572
## 812 812 GO:0009259 1.00000000 0.9667572
## 813 813 GO:0009266 1.00000000 0.9667572
## 814 814 GO:0009409 1.00000000 0.9667572
## 815 815 GO:0009415 1.00000000 0.9667572
## 816 816 GO:0009581 1.00000000 0.9667572
## 817 817 GO:0009582 1.00000000 0.9667572
## 818 818 GO:0009719 1.00000000 0.9667572
## 819 819 GO:0009725 1.00000000 0.9667572
## 820 820 GO:0009895 1.00000000 0.9667572
## 821 821 GO:0010243 1.00000000 0.9667572
## 822 822 GO:0010562 1.00000000 0.9667572
## 823 823 GO:0010564 1.00000000 0.9667572
## 824 824 GO:0010565 1.00000000 0.9667572
## 825 825 GO:0010612 1.00000000 0.9667572
## 826 826 GO:0010614 1.00000000 0.9667572
## 827 827 GO:0010616 1.00000000 0.9667572
## 828 828 GO:0010749 1.00000000 0.9667572
## 829 829 GO:0010751 1.00000000 0.9667572
## 830 830 GO:0010959 1.00000000 0.9667572
## 831 831 GO:0014741 1.00000000 0.9667572
## 832 832 GO:0014745 1.00000000 0.9667572
## 833 833 GO:0016192 1.00000000 0.9667572
## 834 834 GO:0018958 1.00000000 0.9667572
## 835 835 GO:0019693 1.00000000 0.9667572
## 836 836 GO:0021533 1.00000000 0.9667572
## 837 837 GO:0021549 1.00000000 0.9667572
## 838 838 GO:0021575 1.00000000 0.9667572
## 839 839 GO:0021587 1.00000000 0.9667572
## 840 840 GO:0021680 1.00000000 0.9667572
## 841 841 GO:0021681 1.00000000 0.9667572
## 842 842 GO:0021683 1.00000000 0.9667572
## 843 843 GO:0021684 1.00000000 0.9667572
## 844 844 GO:0021692 1.00000000 0.9667572
## 845 845 GO:0021694 1.00000000 0.9667572
## 846 846 GO:0021695 1.00000000 0.9667572
## 847 847 GO:0021696 1.00000000 0.9667572
## 848 848 GO:0021697 1.00000000 0.9667572
## 849 849 GO:0021702 1.00000000 0.9667572
## 850 850 GO:0021707 1.00000000 0.9667572
## 851 851 GO:0021761 1.00000000 0.9667572
## 852 852 GO:0021766 1.00000000 0.9667572
## 853 853 GO:0021953 1.00000000 0.9667572
## 854 854 GO:0030100 1.00000000 0.9667572
## 855 855 GO:0030317 1.00000000 0.9667572
## 856 856 GO:0030879 1.00000000 0.9667572
## 857 857 GO:0031214 1.00000000 0.9667572
## 858 858 GO:0031329 1.00000000 0.9667572
## 859 859 GO:0031330 1.00000000 0.9667572
## 860 860 GO:0031400 1.00000000 0.9667572
## 861 861 GO:0031401 1.00000000 0.9667572
## 862 862 GO:0031668 1.00000000 0.9667572
## 863 863 GO:0031669 1.00000000 0.9667572
## 864 864 GO:0031670 1.00000000 0.9667572
## 865 865 GO:0031960 1.00000000 0.9667572
## 866 866 GO:0032768 1.00000000 0.9667572
## 867 867 GO:0032769 1.00000000 0.9667572
## 868 868 GO:0032870 1.00000000 0.9667572
## 869 869 GO:0033135 1.00000000 0.9667572
## 870 870 GO:0033138 1.00000000 0.9667572
## 871 871 GO:0033238 1.00000000 0.9667572
## 872 872 GO:0033239 1.00000000 0.9667572
## 873 873 GO:0033241 1.00000000 0.9667572
## 874 874 GO:0033242 1.00000000 0.9667572
## 875 875 GO:0033273 1.00000000 0.9667572
## 876 876 GO:0033280 1.00000000 0.9667572
## 877 877 GO:0033674 1.00000000 0.9667572
## 878 878 GO:0033993 1.00000000 0.9667572
## 879 879 GO:0034762 1.00000000 0.9667572
## 880 880 GO:0034765 1.00000000 0.9667572
## 881 881 GO:0040009 1.00000000 0.9667572
## 882 882 GO:0040010 1.00000000 0.9667572
## 883 883 GO:0042133 1.00000000 0.9667572
## 884 884 GO:0042327 1.00000000 0.9667572
## 885 885 GO:0042428 1.00000000 0.9667572
## 886 886 GO:0042430 1.00000000 0.9667572
## 887 887 GO:0042471 1.00000000 0.9667572
## 888 888 GO:0042472 1.00000000 0.9667572
## 889 889 GO:0043086 1.00000000 0.9667572
## 890 890 GO:0043269 1.00000000 0.9667572
## 891 891 GO:0043270 1.00000000 0.9667572
## 892 892 GO:0043549 1.00000000 0.9667572
## 893 893 GO:0043951 1.00000000 0.9667572
## 894 894 GO:0044092 1.00000000 0.9667572
## 895 895 GO:0045019 1.00000000 0.9667572
## 896 896 GO:0045299 1.00000000 0.9667572
## 897 897 GO:0045428 1.00000000 0.9667572
## 898 898 GO:0045744 1.00000000 0.9667572
## 899 899 GO:0045763 1.00000000 0.9667572
## 900 900 GO:0045807 1.00000000 0.9667572
## 901 901 GO:0045859 1.00000000 0.9667572
## 902 902 GO:0045860 1.00000000 0.9667572
## 903 903 GO:0045927 1.00000000 0.9667572
## 904 904 GO:0045937 1.00000000 0.9667572
## 905 905 GO:0046068 1.00000000 0.9667572
## 906 906 GO:0046903 1.00000000 0.9667572
## 907 907 GO:0048167 1.00000000 0.9667572
## 908 908 GO:0048545 1.00000000 0.9667572
## 909 909 GO:0048840 1.00000000 0.9667572
## 910 910 GO:0050848 1.00000000 0.9667572
## 911 911 GO:0050849 1.00000000 0.9667572
## 912 912 GO:0050885 1.00000000 0.9667572
## 913 913 GO:0050905 1.00000000 0.9667572
## 914 914 GO:0050906 1.00000000 0.9667572
## 915 915 GO:0050910 1.00000000 0.9667572
## 916 916 GO:0050954 1.00000000 0.9667572
## 917 917 GO:0050974 1.00000000 0.9667572
## 918 918 GO:0050982 1.00000000 0.9667572
## 919 919 GO:0050999 1.00000000 0.9667572
## 920 920 GO:0051001 1.00000000 0.9667572
## 921 921 GO:0051049 1.00000000 0.9667572
## 922 922 GO:0051050 1.00000000 0.9667572
## 923 923 GO:0051248 1.00000000 0.9667572
## 924 924 GO:0051338 1.00000000 0.9667572
## 925 925 GO:0051341 1.00000000 0.9667572
## 926 926 GO:0051347 1.00000000 0.9667572
## 927 927 GO:0051354 1.00000000 0.9667572
## 928 928 GO:0051384 1.00000000 0.9667572
## 929 929 GO:0051385 1.00000000 0.9667572
## 930 930 GO:0051412 1.00000000 0.9667572
## 931 931 GO:0051480 1.00000000 0.9667572
## 932 932 GO:0051481 1.00000000 0.9667572
## 933 933 GO:0051599 1.00000000 0.9667572
## 934 934 GO:0051606 1.00000000 0.9667572
## 935 935 GO:0051726 1.00000000 0.9667572
## 936 936 GO:0051924 1.00000000 0.9667572
## 937 937 GO:0051928 1.00000000 0.9667572
## 938 938 GO:0060088 1.00000000 0.9667572
## 939 939 GO:0060122 1.00000000 0.9667572
## 940 940 GO:0060402 1.00000000 0.9667572
## 941 941 GO:0060627 1.00000000 0.9667572
## 942 942 GO:0062012 1.00000000 0.9667572
## 943 943 GO:0062014 1.00000000 0.9667572
## 944 944 GO:0070509 1.00000000 0.9667572
## 945 945 GO:0070588 1.00000000 0.9667572
## 946 946 GO:0070884 1.00000000 0.9667572
## 947 947 GO:0070885 1.00000000 0.9667572
## 948 948 GO:0071295 1.00000000 0.9667572
## 949 949 GO:0071305 1.00000000 0.9667572
## 950 950 GO:0071383 1.00000000 0.9667572
## 951 951 GO:0071384 1.00000000 0.9667572
## 952 952 GO:0071385 1.00000000 0.9667572
## 953 953 GO:0071386 1.00000000 0.9667572
## 954 954 GO:0071389 1.00000000 0.9667572
## 955 955 GO:0071396 1.00000000 0.9667572
## 956 956 GO:0071417 1.00000000 0.9667572
## 957 957 GO:0071495 1.00000000 0.9667572
## 958 958 GO:0071496 1.00000000 0.9667572
## 959 959 GO:0071867 1.00000000 0.9667572
## 960 960 GO:0071868 1.00000000 0.9667572
## 961 961 GO:0071869 1.00000000 0.9667572
## 962 962 GO:0071870 1.00000000 0.9667572
## 963 963 GO:0071871 1.00000000 0.9667572
## 964 964 GO:0071872 1.00000000 0.9667572
## 965 965 GO:0071878 1.00000000 0.9667572
## 966 966 GO:0071900 1.00000000 0.9667572
## 967 967 GO:0071902 1.00000000 0.9667572
## 968 968 GO:0072521 1.00000000 0.9667572
## 969 969 GO:0080134 1.00000000 0.9667572
## 970 970 GO:0097164 1.00000000 0.9667572
## 971 971 GO:0097305 1.00000000 0.9667572
## 972 972 GO:0097306 1.00000000 0.9667572
## 973 973 GO:0097553 1.00000000 0.9667572
## 974 974 GO:0097722 1.00000000 0.9667572
## 975 975 GO:0098657 1.00000000 0.9667572
## 976 976 GO:0098659 1.00000000 0.9667572
## 977 977 GO:0098703 1.00000000 0.9667572
## 978 978 GO:0098736 1.00000000 0.9667572
## 979 979 GO:0098739 1.00000000 0.9667572
## 980 980 GO:0099587 1.00000000 0.9667572
## 981 981 GO:0106056 1.00000000 0.9667572
## 982 982 GO:0106057 1.00000000 0.9667572
## 983 983 GO:0106070 1.00000000 0.9667572
## 984 984 GO:0106072 1.00000000 0.9667572
## 985 985 GO:0140192 1.00000000 0.9667572
## 986 986 GO:0140199 1.00000000 0.9667572
## 987 987 GO:1900081 1.00000000 0.9667572
## 988 988 GO:1900082 1.00000000 0.9667572
## 989 989 GO:1901135 1.00000000 0.9667572
## 990 990 GO:1901160 1.00000000 0.9667572
## 991 991 GO:1901615 1.00000000 0.9667572
## 992 992 GO:1901654 1.00000000 0.9667572
## 993 993 GO:1901655 1.00000000 0.9667572
## 994 994 GO:1901660 1.00000000 0.9667572
## 995 995 GO:1901698 1.00000000 0.9667572
## 996 996 GO:1901699 1.00000000 0.9667572
## 997 997 GO:1901701 1.00000000 0.9667572
## 998 998 GO:1901987 1.00000000 0.9667572
## 999 999 GO:1902083 1.00000000 0.9667572
## 1000 1000 GO:1902305 1.00000000 0.9667572
## 1001 1001 GO:1902656 1.00000000 0.9667572
## 1002 1002 GO:1902806 1.00000000 0.9667572
## 1003 1003 GO:1903242 1.00000000 0.9667572
## 1004 1004 GO:1903243 1.00000000 0.9667572
## 1005 1005 GO:1903248 1.00000000 0.9667572
## 1006 1006 GO:1903249 1.00000000 0.9667572
## 1007 1007 GO:1903426 1.00000000 0.9667572
## 1008 1008 GO:1903427 1.00000000 0.9667572
## 1009 1009 GO:1903779 1.00000000 0.9667572
## 1010 1010 GO:1904062 1.00000000 0.9667572
## 1011 1011 GO:1904406 1.00000000 0.9667572
## 1012 1012 GO:1990034 1.00000000 0.9667572
## 1013 1013 GO:2000169 1.00000000 0.9667572
## 1014 1014 GO:2000282 1.00000000 0.9667572
## 1015 1015 GO:2000283 1.00000000 0.9667572
## 1016 1016 GO:2000377 1.00000000 0.9667572
## 1017 1017 GO:2000378 1.00000000 0.9667572
## 1018 1018 GO:2000479 1.00000000 0.9667572
## 1019 1019 GO:2000481 1.00000000 0.9667572
## 1020 1020 GO:0009888 1.00000000 0.7858537
## 1021 1021 GO:0009791 1.00000000 0.8916445
## 1022 1022 GO:0030154 1.00000000 0.7864838
## 1023 1023 GO:0048869 1.00000000 0.7864838
## 1024 1024 GO:0003363 1.00000000 0.9642862
## 1025 1025 GO:0007264 1.00000000 0.9642862
## 1026 1026 GO:0007265 1.00000000 0.9642862
## 1027 1027 GO:0007266 1.00000000 0.9642862
## 1028 1028 GO:0008347 1.00000000 0.9642862
## 1029 1029 GO:0010720 1.00000000 0.9642862
## 1030 1030 GO:0016358 1.00000000 0.9642862
## 1031 1031 GO:0021795 1.00000000 0.9642862
## 1032 1032 GO:0021799 1.00000000 0.9642862
## 1033 1033 GO:0021801 1.00000000 0.9642862
## 1034 1034 GO:0021814 1.00000000 0.9642862
## 1035 1035 GO:0021815 1.00000000 0.9642862
## 1036 1036 GO:0021816 1.00000000 0.9642862
## 1037 1037 GO:0021885 1.00000000 0.9642862
## 1038 1038 GO:0021987 1.00000000 0.9642862
## 1039 1039 GO:0022029 1.00000000 0.9642862
## 1040 1040 GO:0022030 1.00000000 0.9642862
## 1041 1041 GO:0030031 1.00000000 0.9642862
## 1042 1042 GO:0030032 1.00000000 0.9642862
## 1043 1043 GO:0030334 1.00000000 0.9642862
## 1044 1044 GO:0030335 1.00000000 0.9642862
## 1045 1045 GO:0030336 1.00000000 0.9642862
## 1046 1046 GO:0031268 1.00000000 0.9642862
## 1047 1047 GO:0031269 1.00000000 0.9642862
## 1048 1048 GO:0031589 1.00000000 0.9642862
## 1049 1049 GO:0034446 1.00000000 0.9642862
## 1050 1050 GO:0040013 1.00000000 0.9642862
## 1051 1051 GO:0042063 1.00000000 0.9642862
## 1052 1052 GO:0043087 1.00000000 0.9642862
## 1053 1053 GO:0043547 1.00000000 0.9642862
## 1054 1054 GO:0045597 1.00000000 0.9642862
## 1055 1055 GO:0046847 1.00000000 0.9642862
## 1056 1056 GO:0050769 1.00000000 0.9642862
## 1057 1057 GO:0051014 1.00000000 0.9642862
## 1058 1058 GO:0051056 1.00000000 0.9642862
## 1059 1059 GO:0051094 1.00000000 0.9642862
## 1060 1060 GO:0051336 1.00000000 0.9642862
## 1061 1061 GO:0051345 1.00000000 0.9642862
## 1062 1062 GO:0051489 1.00000000 0.9642862
## 1063 1063 GO:0051490 1.00000000 0.9642862
## 1064 1064 GO:0051962 1.00000000 0.9642862
## 1065 1065 GO:0060491 1.00000000 0.9642862
## 1066 1066 GO:0060996 1.00000000 0.9642862
## 1067 1067 GO:0060998 1.00000000 0.9642862
## 1068 1068 GO:0061000 1.00000000 0.9642862
## 1069 1069 GO:0097581 1.00000000 0.9642862
## 1070 1070 GO:0120031 1.00000000 0.9642862
## 1071 1071 GO:0120032 1.00000000 0.9642862
## 1072 1072 GO:0120033 1.00000000 0.9642862
## 1073 1073 GO:2000145 1.00000000 0.9642862
## 1074 1074 GO:2000146 1.00000000 0.9642862
## 1075 1075 GO:2000147 1.00000000 0.9642862
## 1076 1076 GO:2001222 1.00000000 0.9642862
## 1077 1077 GO:2001223 1.00000000 0.9642862
## 1078 1078 GO:2001224 1.00000000 0.9642862
## 1079 1079 GO:0009605 1.00000000 0.8684546
## 1080 1080 GO:0009792 1.00000000 0.8712573
## 1081 1081 GO:0031175 1.00000000 0.8828270
## 1082 1082 GO:0010035 1.00000000 0.8714012
## 1083 1083 GO:0051234 1.00000000 0.7628346
## 1084 1084 GO:0005923 0.03173746 1.0000000
## 1085 1085 GO:0043195 0.03173746 1.0000000
## 1086 1086 GO:0043296 0.03173746 1.0000000
## 1087 1087 GO:0043679 0.03173746 1.0000000
## 1088 1088 GO:0044306 0.03173746 1.0000000
## 1089 1089 GO:0061174 0.03173746 1.0000000
## 1090 1090 GO:0070160 0.03173746 1.0000000
## 1091 1091 GO:0071212 0.03173746 1.0000000
## 1092 1092 GO:0097025 0.03173746 1.0000000
## 1093 1093 GO:0098793 0.03173746 1.0000000
## 1094 1094 GO:0150034 0.03173746 1.0000000
## 1095 1095 GO:0005911 0.07022186 0.9987242
## 1096 1096 GO:0030424 0.07022186 0.9987242
## 1097 1097 GO:0098796 0.07022186 0.9987242
## 1098 1098 GO:0098797 0.07022186 0.9987242
## 1099 1099 GO:0005912 0.08235139 0.9976566
## 1100 1100 GO:0030054 0.08235139 0.9976566
## 1101 1101 GO:0070161 0.08235139 0.9976566
## 1102 1102 GO:0005576 0.09693356 0.9963322
## 1103 1103 GO:0005575 0.12118228 0.9785910
## 1104 1104 GO:0045202 0.12876868 0.9934332
## 1105 1105 GO:0005654 0.13497741 0.9923001
## 1106 1106 GO:0031981 0.13497741 0.9923001
## 1107 1107 GO:0032991 0.13569294 0.9922158
## 1108 1108 GO:0042995 0.17494326 0.9863107
## 1109 1109 GO:0043005 0.17494326 0.9863107
## 1110 1110 GO:0120025 0.17494326 0.9863107
## 1111 1111 GO:0031974 0.17592289 0.9857768
## 1112 1112 GO:0043233 0.17592289 0.9857768
## 1113 1113 GO:0070013 0.17592289 0.9857768
## 1114 1114 GO:0005634 0.19381875 0.9825998
## 1115 1115 GO:0043231 0.29240348 0.9559723
## 1116 1116 GO:0005886 0.29489935 0.9554987
## 1117 1117 GO:0016020 0.29489935 0.9554987
## 1118 1118 GO:0071944 0.29489935 0.9554987
## 1119 1119 GO:0043226 0.31703454 0.9473274
## 1120 1120 GO:0043227 0.31703454 0.9473274
## 1121 1121 GO:0043229 0.31703454 0.9473274
## 1122 1122 GO:0005737 0.31965707 0.9463872
## 1123 1123 GO:0005622 0.36102464 0.9295893
## 1124 1124 GO:0016323 1.00000000 0.8490902
## 1125 1125 GO:0045177 1.00000000 0.8518306
## 1126 1126 GO:0036477 1.00000000 0.8506091
## 1127 1127 GO:0098590 1.00000000 0.7942600
## 1128 1128 GO:0043228 1.00000000 0.9193302
## 1129 1129 GO:0043232 1.00000000 0.9193302
## 1130 1130 GO:0043025 1.00000000 0.9314819
## 1131 1131 GO:0044297 1.00000000 0.9314819
## 1132 1132 GO:0005615 1.00000000 0.9412989
## 1133 1133 GO:1902494 1.00000000 0.9615600
## 1134 1134 GO:0000123 1.00000000 0.9869561
## 1135 1135 GO:0005856 1.00000000 0.9869561
## 1136 1136 GO:0005884 1.00000000 0.9869561
## 1137 1137 GO:0005925 1.00000000 0.9869561
## 1138 1138 GO:0015629 1.00000000 0.9869561
## 1139 1139 GO:0030055 1.00000000 0.9869561
## 1140 1140 GO:0031248 1.00000000 0.9869561
## 1141 1141 GO:0035267 1.00000000 0.9869561
## 1142 1142 GO:0043189 1.00000000 0.9869561
## 1143 1143 GO:0097433 1.00000000 0.9869561
## 1144 1144 GO:0099513 1.00000000 0.9869561
## 1145 1145 GO:1902493 1.00000000 0.9869561
## 1146 1146 GO:1902562 1.00000000 0.9869561
## 1147 1147 GO:1990234 1.00000000 0.9869561
## 1148 1148 GO:0016342 1.00000000 0.9602564
## 1149 1149 GO:0019897 1.00000000 0.9602564
## 1150 1150 GO:0019898 1.00000000 0.9602564
## 1151 1151 GO:0000118 1.00000000 0.9742689
## 1152 1152 GO:1990391 1.00000000 0.9742689
## 1153 1153 GO:0016327 1.00000000 0.9700901
## 1154 1154 GO:0014069 1.00000000 0.9322286
## 1155 1155 GO:0031252 1.00000000 0.9322286
## 1156 1156 GO:0032279 1.00000000 0.9322286
## 1157 1157 GO:0043197 1.00000000 0.9322286
## 1158 1158 GO:0044309 1.00000000 0.9322286
## 1159 1159 GO:0045211 1.00000000 0.9322286
## 1160 1160 GO:0097060 1.00000000 0.9322286
## 1161 1161 GO:0098794 1.00000000 0.9322286
## 1162 1162 GO:0098984 1.00000000 0.9322286
## 1163 1163 GO:0099572 1.00000000 0.9322286
## 1164 1164 GO:0048471 1.00000000 0.9355077
## 1165 1165 GO:0099080 1.00000000 0.9541461
## 1166 1166 GO:0099081 1.00000000 0.9541461
## 1167 1167 GO:0099512 1.00000000 0.9541461
## 1168 1168 GO:0005788 1.00000000 0.9526772
## 1169 1169 GO:0098552 1.00000000 0.9353017
## 1170 1170 GO:0032420 1.00000000 0.9652114
## 1171 1171 GO:0032421 1.00000000 0.9652114
## 1172 1172 GO:0098858 1.00000000 0.9652114
## 1173 1173 GO:0098862 1.00000000 0.9652114
## 1174 1174 GO:0012505 1.00000000 0.8585186
## 1175 1175 GO:0001650 1.00000000 0.9635139
## 1176 1176 GO:0005730 1.00000000 0.9635139
## 1177 1177 GO:0005739 1.00000000 0.9635139
## 1178 1178 GO:0031410 1.00000000 0.9004524
## 1179 1179 GO:0031982 1.00000000 0.9004524
## 1180 1180 GO:0097708 1.00000000 0.9004524
## 1181 1181 GO:0000323 1.00000000 0.9523528
## 1182 1182 GO:0005764 1.00000000 0.9523528
## 1183 1183 GO:0005773 1.00000000 0.9523528
## 1184 1184 GO:0005768 1.00000000 0.9674648
## 1185 1185 GO:0005769 1.00000000 0.9674648
## 1186 1186 GO:0009897 1.00000000 0.9674648
## 1187 1187 GO:0009986 1.00000000 0.9674648
## 1188 1188 GO:0010008 1.00000000 0.9674648
## 1189 1189 GO:0030135 1.00000000 0.9674648
## 1190 1190 GO:0030136 1.00000000 0.9674648
## 1191 1191 GO:0030141 1.00000000 0.9674648
## 1192 1192 GO:0031090 1.00000000 0.9674648
## 1193 1193 GO:0033093 1.00000000 0.9674648
## 1194 1194 GO:0098588 1.00000000 0.9674648
## 1195 1195 GO:0099503 1.00000000 0.9674648
## 1196 1196 GO:0005783 1.00000000 0.8873962
## 1197 1197 GO:0016324 1.00000000 0.8781004
## 1198 1198 GO:0005794 1.00000000 0.9214762
## 1199 1199 GO:0005829 1.00000000 0.8692886
## 1200 1200 GO:0005901 1.00000000 0.9667572
## 1201 1201 GO:0005929 1.00000000 0.9667572
## 1202 1202 GO:0009898 1.00000000 0.9667572
## 1203 1203 GO:0030016 1.00000000 0.9667572
## 1204 1204 GO:0030017 1.00000000 0.9667572
## 1205 1205 GO:0030018 1.00000000 0.9667572
## 1206 1206 GO:0030315 1.00000000 0.9667572
## 1207 1207 GO:0031253 1.00000000 0.9667572
## 1208 1208 GO:0031256 1.00000000 0.9667572
## 1209 1209 GO:0031514 1.00000000 0.9667572
## 1210 1210 GO:0031674 1.00000000 0.9667572
## 1211 1211 GO:0032589 1.00000000 0.9667572
## 1212 1212 GO:0032590 1.00000000 0.9667572
## 1213 1213 GO:0032591 1.00000000 0.9667572
## 1214 1214 GO:0032809 1.00000000 0.9667572
## 1215 1215 GO:0036126 1.00000000 0.9667572
## 1216 1216 GO:0042383 1.00000000 0.9667572
## 1217 1217 GO:0043292 1.00000000 0.9667572
## 1218 1218 GO:0044298 1.00000000 0.9667572
## 1219 1219 GO:0044853 1.00000000 0.9667572
## 1220 1220 GO:0045121 1.00000000 0.9667572
## 1221 1221 GO:0097228 1.00000000 0.9667572
## 1222 1222 GO:0097729 1.00000000 0.9667572
## 1223 1223 GO:0098562 1.00000000 0.9667572
## 1224 1224 GO:0098839 1.00000000 0.9667572
## 1225 1225 GO:0098857 1.00000000 0.9667572
## 1226 1226 GO:0099634 1.00000000 0.9667572
## 1227 1227 GO:0030027 1.00000000 0.9642862
## 1228 1228 GO:0030139 1.00000000 0.9642862
## 1229 1229 GO:0044327 1.00000000 0.9642862
## 1230 1230 GO:0045335 1.00000000 0.9642862
## 1231 1231 GO:0030425 1.00000000 0.8828270
## 1232 1232 GO:0097447 1.00000000 0.8828270
## 1233 1233 GO:0035591 0.03173746 1.0000000
## 1234 1234 GO:0060090 0.03173746 1.0000000
## 1235 1235 GO:0005198 0.04436814 0.9994975
## 1236 1236 GO:0019904 0.06392703 0.9989462
## 1237 1237 GO:0046982 0.06631970 0.9988644
## 1238 1238 GO:0008233 0.07645062 0.9979860
## 1239 1239 GO:0140096 0.10021782 0.9960737
## 1240 1240 GO:0003674 0.11656673 0.9799407
## 1241 1241 GO:0046983 0.16426303 0.9884457
## 1242 1242 GO:0016787 0.18613990 0.9840055
## 1243 1243 GO:0003824 0.26903345 0.9637280
## 1244 1244 GO:0005515 0.32038926 0.9464542
## 1245 1245 GO:0005488 0.35453260 0.9326087
## 1246 1246 GO:0043167 1.00000000 0.7997234
## 1247 1247 GO:0043169 1.00000000 0.7997234
## 1248 1248 GO:0046872 1.00000000 0.7997234
## 1249 1249 GO:0004175 1.00000000 0.9417805
## 1250 1250 GO:0045296 1.00000000 0.9315332
## 1251 1251 GO:0050839 1.00000000 0.9315332
## 1252 1252 GO:0004197 1.00000000 0.9734535
## 1253 1253 GO:0008234 1.00000000 0.9734535
## 1254 1254 GO:0005200 1.00000000 0.9869561
## 1255 1255 GO:0008013 1.00000000 0.9602564
## 1256 1256 GO:0070097 1.00000000 0.9602564
## 1257 1257 GO:0000976 1.00000000 0.9742689
## 1258 1258 GO:0000977 1.00000000 0.9742689
## 1259 1259 GO:0003682 1.00000000 0.9742689
## 1260 1260 GO:0003690 1.00000000 0.9742689
## 1261 1261 GO:0003712 1.00000000 0.9742689
## 1262 1262 GO:0004407 1.00000000 0.9742689
## 1263 1263 GO:0016810 1.00000000 0.9742689
## 1264 1264 GO:0016811 1.00000000 0.9742689
## 1265 1265 GO:0019213 1.00000000 0.9742689
## 1266 1266 GO:0033558 1.00000000 0.9742689
## 1267 1267 GO:0042393 1.00000000 0.9742689
## 1268 1268 GO:0043565 1.00000000 0.9742689
## 1269 1269 GO:0140110 1.00000000 0.9742689
## 1270 1270 GO:1990837 1.00000000 0.9742689
## 1271 1271 GO:0005452 1.00000000 0.9410408
## 1272 1272 GO:0016491 1.00000000 0.9316870
## 1273 1273 GO:0046914 1.00000000 0.9013707
## 1274 1274 GO:0030234 1.00000000 0.9322286
## 1275 1275 GO:0098772 1.00000000 0.9322286
## 1276 1276 GO:0003950 1.00000000 0.9640434
## 1277 1277 GO:0016740 1.00000000 0.9640434
## 1278 1278 GO:0016757 1.00000000 0.9640434
## 1279 1279 GO:0016763 1.00000000 0.9640434
## 1280 1280 GO:0004322 1.00000000 0.9669701
## 1281 1281 GO:0005506 1.00000000 0.9669701
## 1282 1282 GO:0005507 1.00000000 0.9669701
## 1283 1283 GO:0008198 1.00000000 0.9669701
## 1284 1284 GO:0016722 1.00000000 0.9669701
## 1285 1285 GO:0016724 1.00000000 0.9669701
## 1286 1286 GO:0051087 1.00000000 0.9669701
## 1287 1287 GO:0001067 1.00000000 0.9392360
## 1288 1288 GO:0003676 1.00000000 0.9392360
## 1289 1289 GO:0003677 1.00000000 0.9392360
## 1290 1290 GO:0004064 1.00000000 0.9356314
## 1291 1291 GO:0004089 1.00000000 0.9356314
## 1292 1292 GO:0016788 1.00000000 0.9356314
## 1293 1293 GO:0016829 1.00000000 0.9356314
## 1294 1294 GO:0016835 1.00000000 0.9356314
## 1295 1295 GO:0016836 1.00000000 0.9356314
## 1296 1296 GO:0052689 1.00000000 0.9356314
## 1297 1297 GO:0042802 1.00000000 0.8631378
## 1298 1298 GO:0042803 1.00000000 0.8631378
## 1299 1299 GO:0004791 1.00000000 0.9635139
## 1300 1300 GO:0015036 1.00000000 0.9635139
## 1301 1301 GO:0016174 1.00000000 0.9635139
## 1302 1302 GO:0016209 1.00000000 0.9635139
## 1303 1303 GO:0016651 1.00000000 0.9635139
## 1304 1304 GO:0016667 1.00000000 0.9635139
## 1305 1305 GO:0016668 1.00000000 0.9635139
## 1306 1306 GO:0033797 1.00000000 0.9635139
## 1307 1307 GO:0045340 1.00000000 0.9635139
## 1308 1308 GO:0050664 1.00000000 0.9635139
## 1309 1309 GO:0098623 1.00000000 0.9635139
## 1310 1310 GO:0098625 1.00000000 0.9635139
## 1311 1311 GO:0098626 1.00000000 0.9635139
## 1312 1312 GO:0019899 1.00000000 0.8772586
## 1313 1313 GO:0004222 1.00000000 0.9674648
## 1314 1314 GO:0008237 1.00000000 0.9674648
## 1315 1315 GO:0008270 1.00000000 0.9674648
## 1316 1316 GO:0017046 1.00000000 0.9674648
## 1317 1317 GO:0033218 1.00000000 0.9674648
## 1318 1318 GO:0042277 1.00000000 0.9674648
## 1319 1319 GO:0042562 1.00000000 0.9674648
## 1320 1320 GO:0005509 1.00000000 0.8872497
## 1321 1321 GO:0097159 1.00000000 0.9080098
## 1322 1322 GO:1901363 1.00000000 0.9080098
## 1323 1323 GO:0008509 1.00000000 0.9082998
## 1324 1324 GO:0008510 1.00000000 0.9082998
## 1325 1325 GO:0008514 1.00000000 0.9082998
## 1326 1326 GO:0015081 1.00000000 0.9082998
## 1327 1327 GO:0015103 1.00000000 0.9082998
## 1328 1328 GO:0015106 1.00000000 0.9082998
## 1329 1329 GO:0015108 1.00000000 0.9082998
## 1330 1330 GO:0015291 1.00000000 0.9082998
## 1331 1331 GO:0015293 1.00000000 0.9082998
## 1332 1332 GO:0015294 1.00000000 0.9082998
## 1333 1333 GO:0015297 1.00000000 0.9082998
## 1334 1334 GO:0015370 1.00000000 0.9082998
## 1335 1335 GO:0005215 1.00000000 0.8781004
## 1336 1336 GO:0008324 1.00000000 0.8781004
## 1337 1337 GO:0015075 1.00000000 0.8781004
## 1338 1338 GO:0015318 1.00000000 0.8781004
## 1339 1339 GO:0022804 1.00000000 0.8781004
## 1340 1340 GO:0022857 1.00000000 0.8781004
## 1341 1341 GO:0022890 1.00000000 0.8781004
## 1342 1342 GO:0046873 1.00000000 0.8781004
## 1343 1343 GO:0000166 1.00000000 0.9667572
## 1344 1344 GO:0004857 1.00000000 0.9667572
## 1345 1345 GO:0005102 1.00000000 0.9667572
## 1346 1346 GO:0005388 1.00000000 0.9667572
## 1347 1347 GO:0005516 1.00000000 0.9667572
## 1348 1348 GO:0005524 1.00000000 0.9667572
## 1349 1349 GO:0015085 1.00000000 0.9667572
## 1350 1350 GO:0015399 1.00000000 0.9667572
## 1351 1351 GO:0015662 1.00000000 0.9667572
## 1352 1352 GO:0016462 1.00000000 0.9667572
## 1353 1353 GO:0016817 1.00000000 0.9667572
## 1354 1354 GO:0016818 1.00000000 0.9667572
## 1355 1355 GO:0016887 1.00000000 0.9667572
## 1356 1356 GO:0017076 1.00000000 0.9667572
## 1357 1357 GO:0017111 1.00000000 0.9667572
## 1358 1358 GO:0019829 1.00000000 0.9667572
## 1359 1359 GO:0019900 1.00000000 0.9667572
## 1360 1360 GO:0019901 1.00000000 0.9667572
## 1361 1361 GO:0019902 1.00000000 0.9667572
## 1362 1362 GO:0019903 1.00000000 0.9667572
## 1363 1363 GO:0022853 1.00000000 0.9667572
## 1364 1364 GO:0030165 1.00000000 0.9667572
## 1365 1365 GO:0030235 1.00000000 0.9667572
## 1366 1366 GO:0030346 1.00000000 0.9667572
## 1367 1367 GO:0030554 1.00000000 0.9667572
## 1368 1368 GO:0030899 1.00000000 0.9667572
## 1369 1369 GO:0032553 1.00000000 0.9667572
## 1370 1370 GO:0032555 1.00000000 0.9667572
## 1371 1371 GO:0032559 1.00000000 0.9667572
## 1372 1372 GO:0033130 1.00000000 0.9667572
## 1373 1373 GO:0035254 1.00000000 0.9667572
## 1374 1374 GO:0035639 1.00000000 0.9667572
## 1375 1375 GO:0036094 1.00000000 0.9667572
## 1376 1376 GO:0036487 1.00000000 0.9667572
## 1377 1377 GO:0042625 1.00000000 0.9667572
## 1378 1378 GO:0042626 1.00000000 0.9667572
## 1379 1379 GO:0043168 1.00000000 0.9667572
## 1380 1380 GO:0050998 1.00000000 0.9667572
## 1381 1381 GO:0097110 1.00000000 0.9667572
## 1382 1382 GO:0097367 1.00000000 0.9667572
## 1383 1383 GO:1901265 1.00000000 0.9667572
## 1384 1384 GO:0005096 1.00000000 0.9642862
## 1385 1385 GO:0008047 1.00000000 0.9642862
## 1386 1386 GO:0030695 1.00000000 0.9642862
## 1387 1387 GO:0031267 1.00000000 0.9642862
## 1388 1388 GO:0051020 1.00000000 0.9642862
## 1389 1389 GO:0060589 1.00000000 0.9642862
## 1390 1390 GO:0032947 0.03173746 1.0000000
## 1391 1391 GO:0033267 0.03173746 1.0000000
## 1392 1392 GO:0072503 0.05195659 0.9993082
## 1393 1393 GO:0072507 0.05195659 0.9993082
## 1394 1394 GO:0051186 0.05513722 0.9992196
## 1395 1395 GO:0006875 0.08327330 0.9976027
## 1396 1396 GO:0055065 0.08327330 0.9976027
## 1397 1397 GO:0017144 0.08588154 0.9974471
## 1398 1398 GO:0044456 0.09736155 0.9967009
## 1399 1399 GO:0044428 0.13497741 0.9923001
## 1400 1400 GO:0044463 0.14519777 0.9910493
## 1401 1401 GO:0120038 0.14519777 0.9910493
## 1402 1402 GO:0044446 0.20274340 0.9805127
## 1403 1403 GO:0097458 0.20505639 0.9804262
## 1404 1404 GO:0044422 0.25608207 0.9673275
## 1405 1405 GO:0044425 0.28557490 0.9588207
## 1406 1406 GO:0044459 0.28557490 0.9588207
## 1407 1407 GO:0044444 0.31965707 0.9463872
## 1408 1408 GO:0044424 0.36102464 0.9295893
## 1409 1409 GO:0005623 0.44766119 0.8852846
## 1410 1410 GO:0044464 0.44766119 0.8852846
## 1411 1411 GO:0044267 1.00000000 0.8339425
## 1412 1412 GO:0005887 1.00000000 0.8179664
## 1413 1413 GO:0034754 1.00000000 0.9326761
## 1414 1414 GO:0070011 1.00000000 0.9417805
## 1415 1415 GO:0034613 1.00000000 0.9315332
## 1416 1416 GO:0044257 1.00000000 0.9734535
## 1417 1417 GO:0042493 1.00000000 0.9321638
## 1418 1418 GO:0042737 1.00000000 0.9321638
## 1419 1419 GO:0006464 1.00000000 0.8566907
## 1420 1420 GO:0044421 1.00000000 0.9412989
## 1421 1421 GO:0016569 1.00000000 0.9615600
## 1422 1422 GO:0044451 1.00000000 0.9615600
## 1423 1423 GO:0006928 1.00000000 0.8683943
## 1424 1424 GO:0005924 1.00000000 0.9869561
## 1425 1425 GO:0043044 1.00000000 0.9869561
## 1426 1426 GO:0043486 1.00000000 0.9869561
## 1427 1427 GO:0044430 1.00000000 0.9869561
## 1428 1428 GO:0048747 1.00000000 0.9869561
## 1429 1429 GO:0031226 1.00000000 0.7909396
## 1430 1430 GO:0072358 1.00000000 0.9305035
## 1431 1431 GO:0005913 1.00000000 0.9602564
## 1432 1432 GO:0007016 1.00000000 0.9602564
## 1433 1433 GO:0044214 1.00000000 0.9602564
## 1434 1434 GO:0089717 1.00000000 0.9602564
## 1435 1435 GO:0001012 1.00000000 0.9742689
## 1436 1436 GO:0051705 1.00000000 0.9742689
## 1437 1437 GO:0016021 1.00000000 0.7913444
## 1438 1438 GO:0051270 1.00000000 0.9259596
## 1439 1439 GO:0055114 1.00000000 0.9316870
## 1440 1440 GO:0006471 1.00000000 0.9640434
## 1441 1441 GO:0035326 1.00000000 0.9640434
## 1442 1442 GO:0031225 1.00000000 0.9669701
## 1443 1443 GO:0046658 1.00000000 0.9669701
## 1444 1444 GO:0046916 1.00000000 0.9669701
## 1445 1445 GO:0055076 1.00000000 0.9669701
## 1446 1446 GO:0044212 1.00000000 0.9392360
## 1447 1447 GO:0044432 1.00000000 0.9526772
## 1448 1448 GO:0032268 1.00000000 0.9353017
## 1449 1449 GO:0098805 1.00000000 0.9353017
## 1450 1450 GO:0006732 1.00000000 0.9635139
## 1451 1451 GO:0006733 1.00000000 0.9635139
## 1452 1452 GO:0044452 1.00000000 0.9635139
## 1453 1453 GO:0051187 1.00000000 0.9635139
## 1454 1454 GO:0031224 1.00000000 0.7651958
## 1455 1455 GO:0031300 1.00000000 0.9674648
## 1456 1456 GO:0031302 1.00000000 0.9674648
## 1457 1457 GO:0044433 1.00000000 0.9674648
## 1458 1458 GO:0044440 1.00000000 0.9674648
## 1459 1459 GO:0050880 1.00000000 0.9674648
## 1460 1460 GO:0015077 1.00000000 0.9082998
## 1461 1461 GO:0015301 1.00000000 0.9082998
## 1462 1462 GO:0015672 1.00000000 0.9082998
## 1463 1463 GO:0030004 1.00000000 0.9082998
## 1464 1464 GO:0055067 1.00000000 0.9082998
## 1465 1465 GO:0099516 1.00000000 0.9082998
## 1466 1466 GO:0022610 1.00000000 0.8858710
## 1467 1467 GO:0008022 1.00000000 0.9667572
## 1468 1468 GO:0008144 1.00000000 0.9667572
## 1469 1469 GO:0015405 1.00000000 0.9667572
## 1470 1470 GO:0032269 1.00000000 0.9667572
## 1471 1471 GO:0032270 1.00000000 0.9667572
## 1472 1472 GO:0042623 1.00000000 0.9667572
## 1473 1473 GO:0043492 1.00000000 0.9667572
## 1474 1474 GO:0044441 1.00000000 0.9667572
## 1475 1475 GO:0044449 1.00000000 0.9667572
## 1476 1476 GO:0060401 1.00000000 0.9667572
## 1477 1477 GO:0070838 1.00000000 0.9667572
## 1478 1478 GO:0072511 1.00000000 0.9667572
## 1479 1479 GO:0090662 1.00000000 0.9667572
## 1480 1480 GO:0097223 1.00000000 0.9667572
## 1481 1481 GO:0098589 1.00000000 0.9667572
## 1482 1482 GO:0099131 1.00000000 0.9667572
## 1483 1483 GO:0099132 1.00000000 0.9667572
## 1484 1484 GO:0017016 1.00000000 0.9642862
## 1485 1485 GO:0017048 1.00000000 0.9642862
## 1486 1486 GO:0048365 1.00000000 0.9642862
## 1487 1487 GO:0051271 1.00000000 0.9642862
## 1488 1488 GO:0051272 1.00000000 0.9642862
## 1489 1489 GO:0051704 1.00000000 0.8863419
## numDEInCat numInCat
## 1 1 1
## 2 1 1
## 3 1 1
## 4 1 1
## 5 1 1
## 6 1 1
## 7 1 1
## 8 1 1
## 9 1 1
## 10 1 1
## 11 1 1
## 12 1 1
## 13 1 1
## 14 1 1
## 15 1 1
## 16 1 1
## 17 1 2
## 18 1 2
## 19 1 2
## 20 1 2
## 21 1 2
## 22 1 2
## 23 1 2
## 24 1 2
## 25 2 15
## 26 1 2
## 27 1 3
## 28 1 3
## 29 1 3
## 30 1 3
## 31 1 3
## 32 1 3
## 33 1 3
## 34 1 3
## 35 1 3
## 36 1 3
## 37 1 3
## 38 1 3
## 39 2 18
## 40 1 3
## 41 1 3
## 42 1 4
## 43 1 4
## 44 2 20
## 45 2 20
## 46 1 4
## 47 1 4
## 48 1 4
## 49 1 5
## 50 1 5
## 51 1 6
## 52 1 6
## 53 1 6
## 54 1 6
## 55 1 6
## 56 1 6
## 57 1 6
## 58 1 6
## 59 1 6
## 60 1 6
## 61 1 6
## 62 1 6
## 63 1 7
## 64 1 7
## 65 1 9
## 66 1 9
## 67 1 7
## 68 1 9
## 69 1 9
## 70 1 11
## 71 1 11
## 72 1 11
## 73 1 11
## 74 1 11
## 75 1 11
## 76 1 11
## 77 1 13
## 78 1 13
## 79 0 2
## 80 0 2
## 81 0 2
## 82 0 2
## 83 0 2
## 84 0 2
## 85 0 2
## 86 0 2
## 87 0 2
## 88 0 2
## 89 0 2
## 90 0 2
## 91 0 2
## 92 0 2
## 93 0 2
## 94 0 2
## 95 0 7
## 96 0 7
## 97 0 5
## 98 0 5
## 99 0 5
## 100 0 5
## 101 0 5
## 102 0 5
## 103 0 5
## 104 0 2
## 105 0 2
## 106 0 2
## 107 0 2
## 108 0 2
## 109 0 2
## 110 0 2
## 111 0 2
## 112 0 2
## 113 0 6
## 114 0 2
## 115 0 2
## 116 0 6
## 117 0 6
## 118 0 2
## 119 0 2
## 120 0 2
## 121 0 2
## 122 0 2
## 123 0 2
## 124 0 2
## 125 0 2
## 126 0 2
## 127 0 2
## 128 0 2
## 129 0 2
## 130 0 2
## 131 0 2
## 132 0 2
## 133 0 2
## 134 0 2
## 135 0 5
## 136 0 2
## 137 0 2
## 138 0 2
## 139 0 2
## 140 0 6
## 141 0 1
## 142 0 1
## 143 0 1
## 144 0 1
## 145 0 6
## 146 0 3
## 147 0 2
## 148 0 2
## 149 0 2
## 150 0 2
## 151 0 2
## 152 0 2
## 153 0 2
## 154 0 2
## 155 0 2
## 156 0 2
## 157 0 2
## 158 0 2
## 159 0 2
## 160 0 2
## 161 0 2
## 162 0 2
## 163 0 2
## 164 0 5
## 165 0 6
## 166 0 6
## 167 0 5
## 168 0 5
## 169 0 5
## 170 0 5
## 171 0 3
## 172 0 3
## 173 0 2
## 174 0 2
## 175 0 2
## 176 0 2
## 177 0 2
## 178 0 2
## 179 0 7
## 180 0 7
## 181 0 5
## 182 0 2
## 183 0 2
## 184 0 2
## 185 0 5
## 186 0 2
## 187 0 2
## 188 0 2
## 189 0 7
## 190 0 2
## 191 0 2
## 192 0 2
## 193 0 2
## 194 0 2
## 195 0 2
## 196 0 2
## 197 0 2
## 198 0 2
## 199 0 2
## 200 0 2
## 201 0 2
## 202 0 2
## 203 0 2
## 204 0 6
## 205 0 6
## 206 0 6
## 207 0 6
## 208 0 6
## 209 0 5
## 210 0 5
## 211 0 4
## 212 0 4
## 213 0 4
## 214 0 4
## 215 0 4
## 216 0 3
## 217 0 3
## 218 0 3
## 219 0 5
## 220 0 6
## 221 0 3
## 222 0 1
## 223 0 1
## 224 0 1
## 225 0 1
## 226 0 1
## 227 0 1
## 228 0 1
## 229 0 1
## 230 0 1
## 231 0 1
## 232 0 1
## 233 0 1
## 234 0 1
## 235 0 1
## 236 0 1
## 237 0 1
## 238 0 1
## 239 0 1
## 240 0 1
## 241 0 1
## 242 0 1
## 243 0 1
## 244 0 1
## 245 0 1
## 246 0 1
## 247 0 1
## 248 0 1
## 249 0 1
## 250 0 1
## 251 0 1
## 252 0 1
## 253 0 1
## 254 0 1
## 255 0 1
## 256 0 1
## 257 0 1
## 258 0 1
## 259 0 2
## 260 0 2
## 261 0 2
## 262 0 2
## 263 0 2
## 264 0 2
## 265 0 2
## 266 0 2
## 267 0 2
## 268 0 2
## 269 0 2
## 270 0 2
## 271 0 2
## 272 0 2
## 273 0 2
## 274 0 2
## 275 0 2
## 276 0 5
## 277 0 2
## 278 0 5
## 279 0 5
## 280 0 1
## 281 0 1
## 282 0 1
## 283 0 1
## 284 0 1
## 285 0 1
## 286 0 1
## 287 0 1
## 288 0 1
## 289 0 1
## 290 0 1
## 291 0 1
## 292 0 1
## 293 0 1
## 294 0 1
## 295 0 1
## 296 0 1
## 297 0 1
## 298 0 1
## 299 0 1
## 300 0 1
## 301 0 1
## 302 0 1
## 303 0 1
## 304 0 1
## 305 0 1
## 306 0 1
## 307 0 1
## 308 0 1
## 309 0 1
## 310 0 1
## 311 0 1
## 312 0 1
## 313 0 1
## 314 0 1
## 315 0 1
## 316 0 1
## 317 0 1
## 318 0 1
## 319 0 1
## 320 0 1
## 321 0 1
## 322 0 1
## 323 0 1
## 324 0 1
## 325 0 1
## 326 0 1
## 327 0 1
## 328 0 1
## 329 0 1
## 330 0 1
## 331 0 1
## 332 0 1
## 333 0 1
## 334 0 1
## 335 0 2
## 336 0 1
## 337 0 1
## 338 0 1
## 339 0 1
## 340 0 1
## 341 0 1
## 342 0 1
## 343 0 1
## 344 0 1
## 345 0 1
## 346 0 1
## 347 0 1
## 348 0 1
## 349 0 1
## 350 0 1
## 351 0 1
## 352 0 1
## 353 0 5
## 354 0 5
## 355 0 2
## 356 0 2
## 357 0 2
## 358 0 2
## 359 0 2
## 360 0 2
## 361 0 2
## 362 0 2
## 363 0 2
## 364 0 2
## 365 0 2
## 366 0 2
## 367 0 2
## 368 0 2
## 369 0 2
## 370 0 2
## 371 0 2
## 372 0 2
## 373 0 2
## 374 0 2
## 375 0 2
## 376 0 2
## 377 0 2
## 378 0 2
## 379 0 2
## 380 0 2
## 381 0 2
## 382 0 2
## 383 0 2
## 384 0 2
## 385 0 2
## 386 0 1
## 387 0 1
## 388 0 1
## 389 0 1
## 390 0 1
## 391 0 1
## 392 0 1
## 393 0 1
## 394 0 1
## 395 0 1
## 396 0 1
## 397 0 1
## 398 0 1
## 399 0 1
## 400 0 1
## 401 0 1
## 402 0 1
## 403 0 1
## 404 0 1
## 405 0 1
## 406 0 1
## 407 0 1
## 408 0 1
## 409 0 1
## 410 0 1
## 411 0 1
## 412 0 1
## 413 0 1
## 414 0 1
## 415 0 1
## 416 0 1
## 417 0 1
## 418 0 1
## 419 0 1
## 420 0 1
## 421 0 1
## 422 0 1
## 423 0 1
## 424 0 1
## 425 0 1
## 426 0 1
## 427 0 1
## 428 0 1
## 429 0 1
## 430 0 1
## 431 0 1
## 432 0 1
## 433 0 1
## 434 0 1
## 435 0 1
## 436 0 1
## 437 0 1
## 438 0 1
## 439 0 1
## 440 0 1
## 441 0 1
## 442 0 1
## 443 0 1
## 444 0 1
## 445 0 1
## 446 0 1
## 447 0 1
## 448 0 1
## 449 0 1
## 450 0 1
## 451 0 1
## 452 0 1
## 453 0 1
## 454 0 1
## 455 0 1
## 456 0 1
## 457 0 1
## 458 0 1
## 459 0 1
## 460 0 1
## 461 0 1
## 462 0 1
## 463 0 1
## 464 0 1
## 465 0 1
## 466 0 1
## 467 0 1
## 468 0 1
## 469 0 1
## 470 0 1
## 471 0 1
## 472 0 1
## 473 0 2
## 474 0 2
## 475 0 3
## 476 0 3
## 477 0 3
## 478 0 3
## 479 0 5
## 480 0 5
## 481 0 3
## 482 0 2
## 483 0 3
## 484 0 3
## 485 0 2
## 486 0 4
## 487 0 5
## 488 0 5
## 489 0 3
## 490 0 3
## 491 0 3
## 492 0 2
## 493 0 2
## 494 0 1
## 495 0 1
## 496 0 1
## 497 0 1
## 498 0 1
## 499 0 1
## 500 0 1
## 501 0 1
## 502 0 1
## 503 0 1
## 504 0 1
## 505 0 1
## 506 0 1
## 507 0 1
## 508 0 1
## 509 0 1
## 510 0 1
## 511 0 1
## 512 0 1
## 513 0 1
## 514 0 1
## 515 0 1
## 516 0 1
## 517 0 1
## 518 0 2
## 519 0 2
## 520 0 2
## 521 0 2
## 522 0 2
## 523 0 2
## 524 0 2
## 525 0 2
## 526 0 1
## 527 0 1
## 528 0 1
## 529 0 1
## 530 0 1
## 531 0 1
## 532 0 1
## 533 0 1
## 534 0 1
## 535 0 1
## 536 0 1
## 537 0 1
## 538 0 1
## 539 0 1
## 540 0 1
## 541 0 1
## 542 0 1
## 543 0 1
## 544 0 1
## 545 0 1
## 546 0 1
## 547 0 1
## 548 0 1
## 549 0 1
## 550 0 1
## 551 0 1
## 552 0 1
## 553 0 1
## 554 0 1
## 555 0 1
## 556 0 1
## 557 0 1
## 558 0 1
## 559 0 1
## 560 0 1
## 561 0 1
## 562 0 1
## 563 0 1
## 564 0 1
## 565 0 1
## 566 0 1
## 567 0 3
## 568 0 3
## 569 0 2
## 570 0 2
## 571 0 2
## 572 0 2
## 573 0 2
## 574 0 9
## 575 0 13
## 576 0 10
## 577 0 14
## 578 0 13
## 579 0 9
## 580 0 11
## 581 0 13
## 582 0 13
## 583 0 13
## 584 0 2
## 585 0 7
## 586 0 2
## 587 0 2
## 588 0 2
## 589 0 2
## 590 0 2
## 591 0 2
## 592 0 2
## 593 0 2
## 594 0 2
## 595 0 2
## 596 0 2
## 597 0 2
## 598 0 2
## 599 0 2
## 600 0 2
## 601 0 2
## 602 0 2
## 603 0 2
## 604 0 1
## 605 0 1
## 606 0 1
## 607 0 1
## 608 0 1
## 609 0 1
## 610 0 1
## 611 0 1
## 612 0 1
## 613 0 1
## 614 0 1
## 615 0 1
## 616 0 1
## 617 0 1
## 618 0 1
## 619 0 1
## 620 0 1
## 621 0 1
## 622 0 1
## 623 0 1
## 624 0 1
## 625 0 4
## 626 0 3
## 627 0 3
## 628 0 4
## 629 0 2
## 630 0 2
## 631 0 2
## 632 0 2
## 633 0 2
## 634 0 4
## 635 0 4
## 636 0 2
## 637 0 2
## 638 0 2
## 639 0 2
## 640 0 2
## 641 0 2
## 642 0 2
## 643 0 2
## 644 0 2
## 645 0 2
## 646 0 3
## 647 0 3
## 648 0 3
## 649 0 3
## 650 0 3
## 651 0 3
## 652 0 3
## 653 0 3
## 654 0 3
## 655 0 3
## 656 0 3
## 657 0 3
## 658 0 3
## 659 0 1
## 660 0 1
## 661 0 1
## 662 0 1
## 663 0 1
## 664 0 1
## 665 0 1
## 666 0 1
## 667 0 1
## 668 0 1
## 669 0 1
## 670 0 1
## 671 0 1
## 672 0 1
## 673 0 1
## 674 0 1
## 675 0 1
## 676 0 1
## 677 0 1
## 678 0 1
## 679 0 1
## 680 0 1
## 681 0 1
## 682 0 1
## 683 0 1
## 684 0 1
## 685 0 1
## 686 0 1
## 687 0 1
## 688 0 1
## 689 0 1
## 690 0 1
## 691 0 1
## 692 0 1
## 693 0 1
## 694 0 1
## 695 0 1
## 696 0 1
## 697 0 1
## 698 0 1
## 699 0 1
## 700 0 1
## 701 0 1
## 702 0 1
## 703 0 1
## 704 0 1
## 705 0 1
## 706 0 1
## 707 0 1
## 708 0 1
## 709 0 1
## 710 0 1
## 711 0 1
## 712 0 1
## 713 0 1
## 714 0 1
## 715 0 1
## 716 0 1
## 717 0 1
## 718 0 3
## 719 0 3
## 720 0 3
## 721 0 3
## 722 0 2
## 723 0 1
## 724 0 1
## 725 0 1
## 726 0 1
## 727 0 1
## 728 0 1
## 729 0 1
## 730 0 1
## 731 0 1
## 732 0 1
## 733 0 1
## 734 0 1
## 735 0 1
## 736 0 1
## 737 0 1
## 738 0 1
## 739 0 1
## 740 0 1
## 741 0 1
## 742 0 1
## 743 0 1
## 744 0 1
## 745 0 1
## 746 0 1
## 747 0 1
## 748 0 1
## 749 0 1
## 750 0 1
## 751 0 1
## 752 0 1
## 753 0 1
## 754 0 1
## 755 0 1
## 756 0 1
## 757 0 1
## 758 0 1
## 759 0 1
## 760 0 1
## 761 0 1
## 762 0 1
## 763 0 1
## 764 0 1
## 765 0 3
## 766 0 3
## 767 0 2
## 768 0 3
## 769 0 3
## 770 0 3
## 771 0 3
## 772 0 3
## 773 0 3
## 774 0 3
## 775 0 3
## 776 0 3
## 777 0 3
## 778 0 3
## 779 0 3
## 780 0 3
## 781 0 4
## 782 0 4
## 783 0 4
## 784 0 4
## 785 0 4
## 786 0 4
## 787 0 4
## 788 0 4
## 789 0 4
## 790 0 4
## 791 0 1
## 792 0 1
## 793 0 1
## 794 0 1
## 795 0 1
## 796 0 1
## 797 0 1
## 798 0 1
## 799 0 1
## 800 0 1
## 801 0 1
## 802 0 1
## 803 0 1
## 804 0 1
## 805 0 1
## 806 0 1
## 807 0 1
## 808 0 1
## 809 0 1
## 810 0 1
## 811 0 1
## 812 0 1
## 813 0 1
## 814 0 1
## 815 0 1
## 816 0 1
## 817 0 1
## 818 0 1
## 819 0 1
## 820 0 1
## 821 0 1
## 822 0 1
## 823 0 1
## 824 0 1
## 825 0 1
## 826 0 1
## 827 0 1
## 828 0 1
## 829 0 1
## 830 0 1
## 831 0 1
## 832 0 1
## 833 0 1
## 834 0 1
## 835 0 1
## 836 0 1
## 837 0 1
## 838 0 1
## 839 0 1
## 840 0 1
## 841 0 1
## 842 0 1
## 843 0 1
## 844 0 1
## 845 0 1
## 846 0 1
## 847 0 1
## 848 0 1
## 849 0 1
## 850 0 1
## 851 0 1
## 852 0 1
## 853 0 1
## 854 0 1
## 855 0 1
## 856 0 1
## 857 0 1
## 858 0 1
## 859 0 1
## 860 0 1
## 861 0 1
## 862 0 1
## 863 0 1
## 864 0 1
## 865 0 1
## 866 0 1
## 867 0 1
## 868 0 1
## 869 0 1
## 870 0 1
## 871 0 1
## 872 0 1
## 873 0 1
## 874 0 1
## 875 0 1
## 876 0 1
## 877 0 1
## 878 0 1
## 879 0 1
## 880 0 1
## 881 0 1
## 882 0 1
## 883 0 1
## 884 0 1
## 885 0 1
## 886 0 1
## 887 0 1
## 888 0 1
## 889 0 1
## 890 0 1
## 891 0 1
## 892 0 1
## 893 0 1
## 894 0 1
## 895 0 1
## 896 0 1
## 897 0 1
## 898 0 1
## 899 0 1
## 900 0 1
## 901 0 1
## 902 0 1
## 903 0 1
## 904 0 1
## 905 0 1
## 906 0 1
## 907 0 1
## 908 0 1
## 909 0 1
## 910 0 1
## 911 0 1
## 912 0 1
## 913 0 1
## 914 0 1
## 915 0 1
## 916 0 1
## 917 0 1
## 918 0 1
## 919 0 1
## 920 0 1
## 921 0 1
## 922 0 1
## 923 0 1
## 924 0 1
## 925 0 1
## 926 0 1
## 927 0 1
## 928 0 1
## 929 0 1
## 930 0 1
## 931 0 1
## 932 0 1
## 933 0 1
## 934 0 1
## 935 0 1
## 936 0 1
## 937 0 1
## 938 0 1
## 939 0 1
## 940 0 1
## 941 0 1
## 942 0 1
## 943 0 1
## 944 0 1
## 945 0 1
## 946 0 1
## 947 0 1
## 948 0 1
## 949 0 1
## 950 0 1
## 951 0 1
## 952 0 1
## 953 0 1
## 954 0 1
## 955 0 1
## 956 0 1
## 957 0 1
## 958 0 1
## 959 0 1
## 960 0 1
## 961 0 1
## 962 0 1
## 963 0 1
## 964 0 1
## 965 0 1
## 966 0 1
## 967 0 1
## 968 0 1
## 969 0 1
## 970 0 1
## 971 0 1
## 972 0 1
## 973 0 1
## 974 0 1
## 975 0 1
## 976 0 1
## 977 0 1
## 978 0 1
## 979 0 1
## 980 0 1
## 981 0 1
## 982 0 1
## 983 0 1
## 984 0 1
## 985 0 1
## 986 0 1
## 987 0 1
## 988 0 1
## 989 0 1
## 990 0 1
## 991 0 1
## 992 0 1
## 993 0 1
## 994 0 1
## 995 0 1
## 996 0 1
## 997 0 1
## 998 0 1
## 999 0 1
## 1000 0 1
## 1001 0 1
## 1002 0 1
## 1003 0 1
## 1004 0 1
## 1005 0 1
## 1006 0 1
## 1007 0 1
## 1008 0 1
## 1009 0 1
## 1010 0 1
## 1011 0 1
## 1012 0 1
## 1013 0 1
## 1014 0 1
## 1015 0 1
## 1016 0 1
## 1017 0 1
## 1018 0 1
## 1019 0 1
## 1020 0 8
## 1021 0 4
## 1022 0 8
## 1023 0 8
## 1024 0 1
## 1025 0 1
## 1026 0 1
## 1027 0 1
## 1028 0 1
## 1029 0 1
## 1030 0 1
## 1031 0 1
## 1032 0 1
## 1033 0 1
## 1034 0 1
## 1035 0 1
## 1036 0 1
## 1037 0 1
## 1038 0 1
## 1039 0 1
## 1040 0 1
## 1041 0 1
## 1042 0 1
## 1043 0 1
## 1044 0 1
## 1045 0 1
## 1046 0 1
## 1047 0 1
## 1048 0 1
## 1049 0 1
## 1050 0 1
## 1051 0 1
## 1052 0 1
## 1053 0 1
## 1054 0 1
## 1055 0 1
## 1056 0 1
## 1057 0 1
## 1058 0 1
## 1059 0 1
## 1060 0 1
## 1061 0 1
## 1062 0 1
## 1063 0 1
## 1064 0 1
## 1065 0 1
## 1066 0 1
## 1067 0 1
## 1068 0 1
## 1069 0 1
## 1070 0 1
## 1071 0 1
## 1072 0 1
## 1073 0 1
## 1074 0 1
## 1075 0 1
## 1076 0 1
## 1077 0 1
## 1078 0 1
## 1079 0 4
## 1080 0 4
## 1081 0 4
## 1082 0 4
## 1083 0 8
## 1084 1 1
## 1085 1 1
## 1086 1 1
## 1087 1 1
## 1088 1 1
## 1089 1 1
## 1090 1 1
## 1091 1 1
## 1092 1 1
## 1093 1 1
## 1094 1 1
## 1095 1 2
## 1096 1 2
## 1097 1 2
## 1098 1 2
## 1099 1 3
## 1100 1 3
## 1101 1 3
## 1102 1 4
## 1103 2 21
## 1104 1 4
## 1105 1 5
## 1106 1 5
## 1107 1 5
## 1108 1 6
## 1109 1 6
## 1110 1 6
## 1111 1 7
## 1112 1 7
## 1113 1 7
## 1114 1 7
## 1115 1 12
## 1116 1 11
## 1117 1 11
## 1118 1 11
## 1119 1 13
## 1120 1 13
## 1121 1 13
## 1122 1 13
## 1123 1 15
## 1124 0 5
## 1125 0 5
## 1126 0 5
## 1127 0 7
## 1128 0 3
## 1129 0 3
## 1130 0 2
## 1131 0 2
## 1132 0 2
## 1133 0 2
## 1134 0 1
## 1135 0 1
## 1136 0 1
## 1137 0 1
## 1138 0 1
## 1139 0 1
## 1140 0 1
## 1141 0 1
## 1142 0 1
## 1143 0 1
## 1144 0 1
## 1145 0 1
## 1146 0 1
## 1147 0 1
## 1148 0 1
## 1149 0 1
## 1150 0 1
## 1151 0 1
## 1152 0 1
## 1153 0 1
## 1154 0 2
## 1155 0 2
## 1156 0 2
## 1157 0 2
## 1158 0 2
## 1159 0 2
## 1160 0 2
## 1161 0 2
## 1162 0 2
## 1163 0 2
## 1164 0 2
## 1165 0 2
## 1166 0 2
## 1167 0 2
## 1168 0 2
## 1169 0 2
## 1170 0 1
## 1171 0 1
## 1172 0 1
## 1173 0 1
## 1174 0 5
## 1175 0 1
## 1176 0 1
## 1177 0 1
## 1178 0 3
## 1179 0 3
## 1180 0 3
## 1181 0 2
## 1182 0 2
## 1183 0 2
## 1184 0 1
## 1185 0 1
## 1186 0 1
## 1187 0 1
## 1188 0 1
## 1189 0 1
## 1190 0 1
## 1191 0 1
## 1192 0 1
## 1193 0 1
## 1194 0 1
## 1195 0 1
## 1196 0 4
## 1197 0 4
## 1198 0 3
## 1199 0 4
## 1200 0 1
## 1201 0 1
## 1202 0 1
## 1203 0 1
## 1204 0 1
## 1205 0 1
## 1206 0 1
## 1207 0 1
## 1208 0 1
## 1209 0 1
## 1210 0 1
## 1211 0 1
## 1212 0 1
## 1213 0 1
## 1214 0 1
## 1215 0 1
## 1216 0 1
## 1217 0 1
## 1218 0 1
## 1219 0 1
## 1220 0 1
## 1221 0 1
## 1222 0 1
## 1223 0 1
## 1224 0 1
## 1225 0 1
## 1226 0 1
## 1227 0 1
## 1228 0 1
## 1229 0 1
## 1230 0 1
## 1231 0 4
## 1232 0 4
## 1233 1 1
## 1234 1 1
## 1235 1 2
## 1236 1 2
## 1237 1 2
## 1238 1 3
## 1239 1 4
## 1240 2 20
## 1241 1 5
## 1242 1 7
## 1243 1 10
## 1244 1 12
## 1245 1 14
## 1246 0 7
## 1247 0 7
## 1248 0 7
## 1249 0 2
## 1250 0 2
## 1251 0 2
## 1252 0 1
## 1253 0 1
## 1254 0 1
## 1255 0 1
## 1256 0 1
## 1257 0 1
## 1258 0 1
## 1259 0 1
## 1260 0 1
## 1261 0 1
## 1262 0 1
## 1263 0 1
## 1264 0 1
## 1265 0 1
## 1266 0 1
## 1267 0 1
## 1268 0 1
## 1269 0 1
## 1270 0 1
## 1271 0 2
## 1272 0 2
## 1273 0 3
## 1274 0 2
## 1275 0 2
## 1276 0 1
## 1277 0 1
## 1278 0 1
## 1279 0 1
## 1280 0 1
## 1281 0 1
## 1282 0 1
## 1283 0 1
## 1284 0 1
## 1285 0 1
## 1286 0 1
## 1287 0 2
## 1288 0 2
## 1289 0 2
## 1290 0 2
## 1291 0 2
## 1292 0 2
## 1293 0 2
## 1294 0 2
## 1295 0 2
## 1296 0 2
## 1297 0 4
## 1298 0 4
## 1299 0 1
## 1300 0 1
## 1301 0 1
## 1302 0 1
## 1303 0 1
## 1304 0 1
## 1305 0 1
## 1306 0 1
## 1307 0 1
## 1308 0 1
## 1309 0 1
## 1310 0 1
## 1311 0 1
## 1312 0 4
## 1313 0 1
## 1314 0 1
## 1315 0 1
## 1316 0 1
## 1317 0 1
## 1318 0 1
## 1319 0 1
## 1320 0 4
## 1321 0 3
## 1322 0 3
## 1323 0 3
## 1324 0 3
## 1325 0 3
## 1326 0 3
## 1327 0 3
## 1328 0 3
## 1329 0 3
## 1330 0 3
## 1331 0 3
## 1332 0 3
## 1333 0 3
## 1334 0 3
## 1335 0 4
## 1336 0 4
## 1337 0 4
## 1338 0 4
## 1339 0 4
## 1340 0 4
## 1341 0 4
## 1342 0 4
## 1343 0 1
## 1344 0 1
## 1345 0 1
## 1346 0 1
## 1347 0 1
## 1348 0 1
## 1349 0 1
## 1350 0 1
## 1351 0 1
## 1352 0 1
## 1353 0 1
## 1354 0 1
## 1355 0 1
## 1356 0 1
## 1357 0 1
## 1358 0 1
## 1359 0 1
## 1360 0 1
## 1361 0 1
## 1362 0 1
## 1363 0 1
## 1364 0 1
## 1365 0 1
## 1366 0 1
## 1367 0 1
## 1368 0 1
## 1369 0 1
## 1370 0 1
## 1371 0 1
## 1372 0 1
## 1373 0 1
## 1374 0 1
## 1375 0 1
## 1376 0 1
## 1377 0 1
## 1378 0 1
## 1379 0 1
## 1380 0 1
## 1381 0 1
## 1382 0 1
## 1383 0 1
## 1384 0 1
## 1385 0 1
## 1386 0 1
## 1387 0 1
## 1388 0 1
## 1389 0 1
## 1390 1 1
## 1391 1 1
## 1392 1 2
## 1393 1 2
## 1394 1 2
## 1395 1 3
## 1396 1 3
## 1397 1 3
## 1398 1 3
## 1399 1 5
## 1400 1 5
## 1401 1 5
## 1402 1 8
## 1403 1 7
## 1404 1 10
## 1405 1 10
## 1406 1 10
## 1407 1 13
## 1408 1 15
## 1409 1 20
## 1410 1 20
## 1411 0 7
## 1412 0 6
## 1413 0 2
## 1414 0 2
## 1415 0 2
## 1416 0 1
## 1417 0 2
## 1418 0 2
## 1419 0 6
## 1420 0 2
## 1421 0 2
## 1422 0 2
## 1423 0 4
## 1424 0 1
## 1425 0 1
## 1426 0 1
## 1427 0 1
## 1428 0 1
## 1429 0 7
## 1430 0 2
## 1431 0 1
## 1432 0 1
## 1433 0 1
## 1434 0 1
## 1435 0 1
## 1436 0 1
## 1437 0 7
## 1438 0 2
## 1439 0 2
## 1440 0 1
## 1441 0 1
## 1442 0 1
## 1443 0 1
## 1444 0 1
## 1445 0 1
## 1446 0 2
## 1447 0 2
## 1448 0 2
## 1449 0 2
## 1450 0 1
## 1451 0 1
## 1452 0 1
## 1453 0 1
## 1454 0 8
## 1455 0 1
## 1456 0 1
## 1457 0 1
## 1458 0 1
## 1459 0 1
## 1460 0 3
## 1461 0 3
## 1462 0 3
## 1463 0 3
## 1464 0 3
## 1465 0 3
## 1466 0 4
## 1467 0 1
## 1468 0 1
## 1469 0 1
## 1470 0 1
## 1471 0 1
## 1472 0 1
## 1473 0 1
## 1474 0 1
## 1475 0 1
## 1476 0 1
## 1477 0 1
## 1478 0 1
## 1479 0 1
## 1480 0 1
## 1481 0 1
## 1482 0 1
## 1483 0 1
## 1484 0 1
## 1485 0 1
## 1486 0 1
## 1487 0 1
## 1488 0 1
## 1489 0 4
## term
## 1 vitamin metabolic process
## 2 water-soluble vitamin metabolic process
## 3 cobalamin metabolic process
## 4 tetrapyrrole metabolic process
## 5 cell-cell junction assembly
## 6 regulation of synaptic assembly at neuromuscular junction
## 7 positive regulation of protein-containing complex assembly
## 8 cell junction assembly
## 9 regulation of protein-containing complex assembly
## 10 apical junction assembly
## 11 positive regulation of cellular component biogenesis
## 12 regulation of synapse assembly
## 13 bicellular tight junction assembly
## 14 protein localization to adherens junction
## 15 protein localization to cell junction
## 16 regulation of neuromuscular junction development
## 17 regulation of synapse structure or activity
## 18 regulation of synapse organization
## 19 cell junction organization
## 20 cell-cell junction organization
## 21 intracellular calcium ion homeostasis
## 22 calcium ion homeostasis
## 23 positive regulation of cellular component organization
## 24 regulation of cellular component biogenesis
## 25 regulation of biological quality
## 26 regulation of developmental growth
## 27 proteolysis
## 28 cellular aromatic compound metabolic process
## 29 small molecule metabolic process
## 30 heterocycle metabolic process
## 31 positive regulation of signal transduction
## 32 positive regulation of cell communication
## 33 positive regulation of signaling
## 34 positive regulation of response to stimulus
## 35 establishment or maintenance of cell polarity
## 36 protein localization
## 37 establishment of cell polarity
## 38 macromolecule localization
## 39 biological regulation
## 40 regulation of growth
## 41 regulation of nervous system development
## 42 cellular component assembly
## 43 cellular component biogenesis
## 44 biological_process
## 45 cellular process
## 46 organic cyclic compound metabolic process
## 47 regulation of developmental process
## 48 regulation of multicellular organismal development
## 49 regulation of cellular component organization
## 50 regulation of signal transduction
## 51 intracellular monoatomic ion homeostasis
## 52 intracellular monoatomic cation homeostasis
## 53 chemical homeostasis
## 54 monoatomic ion homeostasis
## 55 monoatomic cation homeostasis
## 56 intracellular chemical homeostasis
## 57 inorganic ion homeostasis
## 58 regulation of cell communication
## 59 regulation of signaling
## 60 positive regulation of cellular process
## 61 regulation of response to stimulus
## 62 regulation of multicellular organismal process
## 63 cellular homeostasis
## 64 homeostatic process
## 65 protein metabolic process
## 66 macromolecule metabolic process
## 67 positive regulation of biological process
## 68 cellular component organization
## 69 cellular component organization or biogenesis
## 70 nitrogen compound metabolic process
## 71 metabolic process
## 72 cellular metabolic process
## 73 primary metabolic process
## 74 organic substance metabolic process
## 75 organonitrogen compound metabolic process
## 76 localization
## 77 regulation of biological process
## 78 regulation of cellular process
## 79 regulation of DNA-templated transcription
## 80 regulation of transcription by RNA polymerase II
## 81 behavior
## 82 regulation of biosynthetic process
## 83 negative regulation of biosynthetic process
## 84 regulation of macromolecule biosynthetic process
## 85 regulation of nucleobase-containing compound metabolic process
## 86 negative regulation of cellular metabolic process
## 87 regulation of cellular biosynthetic process
## 88 negative regulation of cellular biosynthetic process
## 89 regulation of body fluid levels
## 90 negative regulation of nitrogen compound metabolic process
## 91 regulation of RNA metabolic process
## 92 regulation of nucleic acid-templated transcription
## 93 regulation of cellular macromolecule biosynthetic process
## 94 regulation of RNA biosynthetic process
## 95 signaling
## 96 cellular macromolecule metabolic process
## 97 monoatomic cation transport
## 98 metal ion transport
## 99 monoatomic ion transmembrane transport
## 100 transmembrane transport
## 101 monoatomic cation transmembrane transport
## 102 inorganic ion transmembrane transport
## 103 inorganic cation transmembrane transport
## 104 axonal fasciculation
## 105 cell recognition
## 106 neuron recognition
## 107 growth
## 108 developmental growth
## 109 developmental growth involved in morphogenesis
## 110 axon development
## 111 neuron projection fasciculation
## 112 positive regulation of multicellular organismal process
## 113 tube development
## 114 regulation of hormone levels
## 115 hormone metabolic process
## 116 signal transduction
## 117 embryo development
## 118 organonitrogen compound catabolic process
## 119 organic substance catabolic process
## 120 establishment of planar polarity
## 121 morphogenesis of a polarized epithelium
## 122 compound eye morphogenesis
## 123 homophilic cell adhesion via plasma membrane adhesion molecules
## 124 establishment of tissue polarity
## 125 pattern specification process
## 126 ommatidial rotation
## 127 calcium-dependent cell-cell adhesion via plasma membrane cell adhesion molecules
## 128 regulation of anatomical structure morphogenesis
## 129 establishment of ommatidial planar polarity
## 130 cell-cell adhesion mediated by cadherin
## 131 compound eye development
## 132 cellular macromolecule localization
## 133 cell-cell adhesion
## 134 cell-cell adhesion via plasma-membrane adhesion molecules
## 135 anatomical structure formation involved in morphogenesis
## 136 skeletal system development
## 137 urogenital system development
## 138 kidney development
## 139 renal system development
## 140 animal organ morphogenesis
## 141 macromolecule catabolic process
## 142 protein catabolic process
## 143 cellular macromolecule catabolic process
## 144 proteolysis involved in protein catabolic process
## 145 negative regulation of biological process
## 146 response to wounding
## 147 peptide metabolic process
## 148 amide metabolic process
## 149 response to oxygen levels
## 150 nucleobase-containing compound metabolic process
## 151 nucleoside phosphate metabolic process
## 152 phosphorus metabolic process
## 153 phosphate-containing compound metabolic process
## 154 nucleotide metabolic process
## 155 organophosphate metabolic process
## 156 nucleobase-containing small molecule metabolic process
## 157 response to oxygen-containing compound
## 158 cell death
## 159 programmed cell death
## 160 regulation of cell size
## 161 regulation of cellular component size
## 162 cell morphogenesis involved in neuron differentiation
## 163 establishment of localization in cell
## 164 embryonic morphogenesis
## 165 protein modification process
## 166 macromolecule modification
## 167 monoatomic anion transport
## 168 bicarbonate transport
## 169 organic anion transport
## 170 organic substance transport
## 171 system process
## 172 epithelial cell development
## 173 negative regulation of signal transduction
## 174 negative regulation of cell communication
## 175 negative regulation of signaling
## 176 negative regulation of response to stimulus
## 177 cochlea development
## 178 negative regulation of intracellular signal transduction
## 179 transport
## 180 monoatomic ion transport
## 181 epithelium development
## 182 larval development
## 183 embryonic organ morphogenesis
## 184 embryonic organ development
## 185 sensory organ development
## 186 chromatin organization
## 187 histone modification
## 188 chromosome organization
## 189 cell development
## 190 instar larval or pupal development
## 191 heart morphogenesis
## 192 open tracheal system development
## 193 imaginal disc development
## 194 metamorphosis
## 195 imaginal disc morphogenesis
## 196 post-embryonic animal morphogenesis
## 197 regulation of tube size, open tracheal system
## 198 regulation of tube architecture, open tracheal system
## 199 regulation of tube length, open tracheal system
## 200 post-embryonic animal organ morphogenesis
## 201 post-embryonic animal organ development
## 202 instar larval or pupal morphogenesis
## 203 epithelial tube morphogenesis
## 204 organelle organization
## 205 nervous system development
## 206 neurogenesis
## 207 neuron differentiation
## 208 generation of neurons
## 209 regulation of metabolic process
## 210 regulation of primary metabolic process
## 211 cell morphogenesis
## 212 cell morphogenesis involved in differentiation
## 213 locomotion
## 214 cell motility
## 215 localization of cell
## 216 positive regulation of metabolic process
## 217 positive regulation of macromolecule metabolic process
## 218 regulation of protein metabolic process
## 219 regulation of anatomical structure size
## 220 circulatory system development
## 221 regulation of tube size
## 222 mitotic cytokinesis
## 223 cytokinesis
## 224 chromatin remodeling
## 225 protein acetylation
## 226 internal protein amino acid acetylation
## 227 actin filament organization
## 228 muscle organ development
## 229 skeletal muscle tissue development
## 230 neuromuscular junction development
## 231 cellular component assembly involved in morphogenesis
## 232 striated muscle tissue development
## 233 skeletal myofibril assembly
## 234 myotube differentiation
## 235 myotube cell development
## 236 histone acetylation
## 237 peptidyl-amino acid modification
## 238 peptidyl-lysine modification
## 239 internal peptidyl-lysine acetylation
## 240 peptidyl-lysine acetylation
## 241 myofibril assembly
## 242 actomyosin structure organization
## 243 nucleosome organization
## 244 muscle cell differentiation
## 245 protein acylation
## 246 skeletal muscle fiber development
## 247 striated muscle cell differentiation
## 248 cell division
## 249 muscle cell development
## 250 striated muscle cell development
## 251 skeletal muscle organ development
## 252 muscle structure development
## 253 cytoskeleton-dependent cytokinesis
## 254 organelle assembly
## 255 muscle thin filament assembly
## 256 protein-DNA complex subunit organization
## 257 supramolecular fiber organization
## 258 neuromuscular junction development, skeletal muscle fiber
## 259 columnar/cuboidal epithelial cell differentiation
## 260 columnar/cuboidal epithelial cell development
## 261 neural retina development
## 262 sensory perception
## 263 metencephalon development
## 264 hindbrain development
## 265 mechanoreceptor differentiation
## 266 inner ear auditory receptor cell differentiation
## 267 camera-type eye development
## 268 modulation of chemical synaptic transmission
## 269 nervous system process
## 270 retina development in camera-type eye
## 271 inner ear receptor cell differentiation
## 272 auditory receptor cell development
## 273 inner ear receptor cell development
## 274 neuroepithelial cell differentiation
## 275 regulation of trans-synaptic signaling
## 276 cellular component morphogenesis
## 277 vasculature development
## 278 reproduction
## 279 reproductive process
## 280 establishment of mitotic spindle orientation
## 281 regulation of cell growth
## 282 compound eye photoreceptor cell differentiation
## 283 epithelial cell morphogenesis involved in gastrulation
## 284 epithelial cell morphogenesis
## 285 apical constriction
## 286 apical constriction involved in gastrulation
## 287 chemotaxis
## 288 axonogenesis
## 289 axon guidance
## 290 axon target recognition
## 291 regulation of cell morphogenesis involved in differentiation
## 292 negative regulation of cell morphogenesis involved in differentiation
## 293 cell growth
## 294 regulation of cell morphogenesis
## 295 actin filament-based movement
## 296 regulation of axon extension
## 297 cortical cytoskeleton organization
## 298 cortical actin cytoskeleton organization
## 299 retinal ganglion cell axon guidance
## 300 regulation of response to external stimulus
## 301 maintenance of protein location in cell
## 302 establishment of mitotic spindle localization
## 303 compound eye photoreceptor development
## 304 cell migration involved in gastrulation
## 305 taxis
## 306 photoreceptor cell development
## 307 eye photoreceptor cell development
## 308 maintenance of protein location
## 309 R8 cell development
## 310 R8 cell differentiation
## 311 R7 cell differentiation
## 312 R7 cell development
## 313 developmental cell growth
## 314 axon extension
## 315 regulation of dendrite morphogenesis
## 316 regulation of axon extension involved in axon guidance
## 317 axon extension involved in axon guidance
## 318 regulation of axonogenesis
## 319 negative regulation of dendrite morphogenesis
## 320 regulation of chemotaxis
## 321 maintenance of location
## 322 establishment of spindle localization
## 323 establishment of spindle orientation
## 324 organelle localization
## 325 maintenance of location in cell
## 326 spindle localization
## 327 establishment of organelle localization
## 328 regulation of extent of cell growth
## 329 actin-mediated cell contraction
## 330 neuron projection guidance
## 331 neuron projection extension involved in neuron projection guidance
## 332 regulation of axon guidance
## 333 microtubule cytoskeleton organization involved in mitosis
## 334 neuron projection extension
## 335 protein-containing complex organization
## 336 negative regulation of transcription by RNA polymerase II
## 337 suckling behavior
## 338 protein deacetylation
## 339 blood coagulation
## 340 hemostasis
## 341 feeding behavior
## 342 negative regulation of macromolecule biosynthetic process
## 343 histone deacetylation
## 344 protein deacylation
## 345 negative regulation of DNA-templated transcription
## 346 negative regulation of nucleobase-containing compound metabolic process
## 347 coagulation
## 348 negative regulation of RNA metabolic process
## 349 macromolecule deacylation
## 350 negative regulation of RNA biosynthetic process
## 351 negative regulation of nucleic acid-templated transcription
## 352 negative regulation of cellular macromolecule biosynthetic process
## 353 negative regulation of cellular process
## 354 response to stress
## 355 developmental process involved in reproduction
## 356 reproductive structure development
## 357 reproductive system development
## 358 regulation of catabolic process
## 359 response to organic cyclic compound
## 360 positive regulation of nitrogen compound metabolic process
## 361 positive regulation of protein metabolic process
## 362 cellular response to organic cyclic compound
## 363 ameboidal-type cell migration
## 364 negative regulation of cell development
## 365 regulation of neuron projection development
## 366 negative regulation of neuron projection development
## 367 regulation of cell projection organization
## 368 negative regulation of cell projection organization
## 369 cell part morphogenesis
## 370 regulation of cell differentiation
## 371 negative regulation of cell differentiation
## 372 regulation of neuron differentiation
## 373 negative regulation of neuron differentiation
## 374 neuron projection morphogenesis
## 375 cell projection morphogenesis
## 376 regulation of neurogenesis
## 377 negative regulation of neurogenesis
## 378 regulation of dendrite development
## 379 negative regulation of developmental process
## 380 negative regulation of cellular component organization
## 381 negative regulation of nervous system development
## 382 regulation of cell development
## 383 regulation of plasma membrane bounded cell projection organization
## 384 plasma membrane bounded cell projection morphogenesis
## 385 negative regulation of dendrite development
## 386 ossification
## 387 ureteric bud development
## 388 branching involved in ureteric bud morphogenesis
## 389 establishment of imaginal disc-derived wing hair orientation
## 390 morphogenesis of a branching structure
## 391 mesonephros development
## 392 regionalization
## 393 heart valve development
## 394 atrioventricular valve development
## 395 mitral valve development
## 396 heart valve morphogenesis
## 397 atrioventricular valve morphogenesis
## 398 mitral valve morphogenesis
## 399 heart valve formation
## 400 atrioventricular valve formation
## 401 mitral valve formation
## 402 endocardial cushion development
## 403 endocardial cushion morphogenesis
## 404 endocardial cushion formation
## 405 cell migration involved in endocardial cushion formation
## 406 heterophilic cell-cell adhesion via plasma membrane cell adhesion molecules
## 407 imaginal disc pattern formation
## 408 wing disc morphogenesis
## 409 imaginal disc-derived wing morphogenesis
## 410 leg disc morphogenesis
## 411 imaginal disc-derived leg morphogenesis
## 412 mesenchymal cell proliferation
## 413 peptide cross-linking
## 414 developmental maturation
## 415 neural tube development
## 416 polarized epithelial cell differentiation
## 417 establishment or maintenance of apical/basal cell polarity
## 418 establishment of apical/basal cell polarity
## 419 imaginal disc-derived appendage morphogenesis
## 420 post-embryonic appendage morphogenesis
## 421 leg disc development
## 422 wing disc development
## 423 wing disc pattern formation
## 424 non-sensory hair organization
## 425 imaginal disc-derived wing hair organization
## 426 hippo signaling
## 427 regulation of hippo signaling
## 428 negative regulation of hippo signaling
## 429 positive regulation of hippo signaling
## 430 post-anal tail morphogenesis
## 431 ossification involved in bone maturation
## 432 establishment or maintenance of epithelial cell apical/basal polarity
## 433 establishment of epithelial cell apical/basal polarity
## 434 equator specification
## 435 imaginal disc-derived appendage development
## 436 branching morphogenesis of an epithelial tube
## 437 animal organ maturation
## 438 formation of anatomical boundary
## 439 bone development
## 440 mesenchyme development
## 441 ureteric bud morphogenesis
## 442 cell migration involved in heart development
## 443 kidney morphogenesis
## 444 morphogenesis of a branching epithelium
## 445 establishment of monopolar cell polarity
## 446 establishment or maintenance of bipolar cell polarity
## 447 renal tubule development
## 448 renal tubule morphogenesis
## 449 establishment or maintenance of monopolar cell polarity
## 450 bone maturation
## 451 anatomical structure maturation
## 452 nephron development
## 453 nephron epithelium development
## 454 nephron morphogenesis
## 455 kidney epithelium development
## 456 nephron tubule morphogenesis
## 457 nephron tubule development
## 458 nephron epithelium morphogenesis
## 459 mesenchyme morphogenesis
## 460 condensed mesenchymal cell proliferation
## 461 mesonephric epithelium development
## 462 mesonephric tubule development
## 463 mesonephric tubule morphogenesis
## 464 protein localization to membrane
## 465 protein localization to plasma membrane
## 466 establishment of epithelial cell polarity
## 467 regulation of establishment of planar polarity
## 468 microtubule cytoskeleton organization involved in establishment of planar polarity
## 469 protein localization involved in establishment of planar polarity
## 470 regulation of morphogenesis of an epithelium
## 471 protein localization to cell periphery
## 472 regulation of animal organ morphogenesis
## 473 cell population proliferation
## 474 wound healing
## 475 epidermis development
## 476 epidermal cell differentiation
## 477 hair cell differentiation
## 478 inner ear development
## 479 cellular response to chemical stimulus
## 480 neuron development
## 481 actin filament-based process
## 482 response to copper ion
## 483 response to metal ion
## 484 cellular localization
## 485 molting cycle
## 486 ear development
## 487 cell projection organization
## 488 plasma membrane bounded cell projection organization
## 489 regulation of localization
## 490 regulation of locomotion
## 491 negative regulation of multicellular organismal process
## 492 eye photoreceptor cell differentiation
## 493 photoreceptor cell differentiation
## 494 embryonic epithelial tube formation
## 495 instar larval development
## 496 embryonic heart tube morphogenesis
## 497 embryonic heart tube formation
## 498 ventral cord development
## 499 fat body development
## 500 adult fat body development
## 501 imaginal disc eversion
## 502 molting cycle, chitin-based cuticle
## 503 morphogenesis of embryonic epithelium
## 504 cellular component disassembly
## 505 extracellular matrix organization
## 506 regeneration
## 507 basement membrane disassembly
## 508 dorsal trunk growth, open tracheal system
## 509 embryonic heart tube development
## 510 tube formation
## 511 tissue regeneration
## 512 extracellular structure organization
## 513 adipose tissue development
## 514 connective tissue development
## 515 basement membrane organization
## 516 epithelial tube formation
## 517 fasciculation of motor neuron axon
## 518 telencephalon development
## 519 pallium development
## 520 forebrain development
## 521 positive regulation of locomotion
## 522 positive regulation of catalytic activity
## 523 positive regulation of molecular function
## 524 regulation of catalytic activity
## 525 regulation of molecular function
## 526 blood vessel development
## 527 vasculogenesis
## 528 immune system process
## 529 immune system development
## 530 lipid metabolic process
## 531 enzyme-linked receptor protein signaling pathway
## 532 transmembrane receptor protein tyrosine kinase signaling pathway
## 533 sex differentiation
## 534 steroid metabolic process
## 535 androgen metabolic process
## 536 estrogen metabolic process
## 537 gonad development
## 538 female gonad development
## 539 positive regulation of catabolic process
## 540 body morphogenesis
## 541 hemopoiesis
## 542 regulation of protein catabolic process
## 543 development of primary sexual characteristics
## 544 positive regulation of protein catabolic process
## 545 development of primary female sexual characteristics
## 546 female sex differentiation
## 547 platelet-derived growth factor receptor signaling pathway
## 548 blood vessel morphogenesis
## 549 hematopoietic or lymphoid organ development
## 550 skeletal system morphogenesis
## 551 smooth muscle tissue development
## 552 roof of mouth development
## 553 head morphogenesis
## 554 face development
## 555 face morphogenesis
## 556 transition metal ion transport
## 557 liver development
## 558 copper ion transport
## 559 iron ion transport
## 560 intracellular iron ion homeostasis
## 561 plasma membrane copper ion transport
## 562 respiratory tube development
## 563 lung development
## 564 copper ion transmembrane transport
## 565 iron ion homeostasis
## 566 hepaticobiliary system development
## 567 regulation of cellular metabolic process
## 568 respiratory system development
## 569 mitotic cell cycle
## 570 cell cycle
## 571 cell cycle process
## 572 actin cytoskeleton organization
## 573 mitotic cell cycle process
## 574 cell communication
## 575 multicellular organism development
## 576 anatomical structure morphogenesis
## 577 multicellular organismal process
## 578 developmental process
## 579 response to chemical
## 580 animal organ development
## 581 system development
## 582 anatomical structure development
## 583 response to stimulus
## 584 synapse organization
## 585 cellular response to stimulus
## 586 negative regulation of gene expression
## 587 post-translational protein modification
## 588 intracellular signal transduction
## 589 regulation of protein phosphorylation
## 590 regulation of G protein-coupled receptor signaling pathway
## 591 response to mechanical stimulus
## 592 regulation of cardiac muscle hypertrophy
## 593 regulation of muscle hypertrophy
## 594 regulation of phosphate metabolic process
## 595 positive regulation of cellular metabolic process
## 596 regulation of protein modification process
## 597 regulation of phosphorylation
## 598 regulation of muscle adaptation
## 599 regulation of cAMP-mediated signaling
## 600 regulation of system process
## 601 regulation of phosphorus metabolic process
## 602 regulation of muscle system process
## 603 regulation of blood circulation
## 604 cell-cell signaling
## 605 chemical synaptic transmission
## 606 synaptic transmission, cholinergic
## 607 visual perception
## 608 programmed cell death involved in cell development
## 609 pons development
## 610 cochlear nucleus development
## 611 regulation of synaptic transmission, GABAergic
## 612 retinal cell programmed cell death
## 613 response to arsenic-containing substance
## 614 camera-type eye morphogenesis
## 615 neural nucleus development
## 616 sensory perception of light stimulus
## 617 retina morphogenesis in camera-type eye
## 618 camera-type eye photoreceptor cell differentiation
## 619 retina vasculature development in camera-type eye
## 620 retina vasculature morphogenesis in camera-type eye
## 621 anterograde trans-synaptic signaling
## 622 synaptic signaling
## 623 trans-synaptic signaling
## 624 proton transmembrane transport
## 625 central nervous system development
## 626 tube morphogenesis
## 627 morphogenesis of an epithelium
## 628 regulation of intracellular signal transduction
## 629 aging
## 630 response to nutrient
## 631 response to extracellular stimulus
## 632 response to nutrient levels
## 633 gland development
## 634 cytoskeleton organization
## 635 head development
## 636 cytokine-mediated signaling pathway
## 637 response to cytokine
## 638 interleukin-12-mediated signaling pathway
## 639 response to interleukin-12
## 640 cellular response to cytokine stimulus
## 641 cellular response to interleukin-12
## 642 appendage morphogenesis
## 643 chordate embryonic development
## 644 appendage development
## 645 positive regulation of intracellular signal transduction
## 646 response to abiotic stimulus
## 647 cellular nitrogen compound metabolic process
## 648 gamete generation
## 649 spermatogenesis
## 650 sexual reproduction
## 651 multicellular organism reproduction
## 652 multi-organism reproductive process
## 653 male gamete generation
## 654 multicellular organismal reproductive process
## 655 microtubule cytoskeleton organization
## 656 microtubule-based process
## 657 cell migration
## 658 cell surface receptor signaling pathway
## 659 response to reactive oxygen species
## 660 response to oxygen radical
## 661 formation of primary germ layer
## 662 mesoderm formation
## 663 selenium compound metabolic process
## 664 placenta development
## 665 organic acid metabolic process
## 666 amino acid metabolic process
## 667 cellular modified amino acid metabolic process
## 668 NADP metabolic process
## 669 glutathione metabolic process
## 670 sulfur compound metabolic process
## 671 response to oxidative stress
## 672 mesoderm development
## 673 serine family amino acid metabolic process
## 674 response to toxic substance
## 675 response to selenium ion
## 676 regulation of cell death
## 677 positive regulation of cell death
## 678 nucleobase-containing small molecule interconversion
## 679 selenocysteine metabolic process
## 680 antibiotic metabolic process
## 681 antibiotic catabolic process
## 682 molting cycle, collagen and cuticulin-based cuticle
## 683 regulation of lipid metabolic process
## 684 pyridine nucleotide metabolic process
## 685 carboxylic acid metabolic process
## 686 molting cycle process
## 687 cellular response to stress
## 688 cellular response to oxidative stress
## 689 cellular response to increased oxygen levels
## 690 response to increased oxygen levels
## 691 ecdysis, collagen and cuticulin-based cuticle
## 692 benzene-containing compound metabolic process
## 693 hydrogen peroxide metabolic process
## 694 hydrogen peroxide catabolic process
## 695 oxoacid metabolic process
## 696 cell redox homeostasis
## 697 nicotinamide nucleotide metabolic process
## 698 mesoderm morphogenesis
## 699 response to axon injury
## 700 protein complex oligomerization
## 701 protein tetramerization
## 702 response to hyperoxia
## 703 protein-containing complex assembly
## 704 halogen metabolic process
## 705 NADPH oxidation
## 706 cellular response to inorganic substance
## 707 cellular response to metal ion
## 708 cellular response to copper ion
## 709 cellular response to oxygen levels
## 710 cellular response to hyperoxia
## 711 pyridine-containing compound metabolic process
## 712 reactive oxygen species metabolic process
## 713 cellular response to toxic substance
## 714 detoxification
## 715 cellular oxidant detoxification
## 716 alpha-amino acid metabolic process
## 717 cellular detoxification
## 718 brain development
## 719 catabolic process
## 720 cellular catabolic process
## 721 eye morphogenesis
## 722 gastrulation
## 723 response to hypoxia
## 724 regulation of receptor recycling
## 725 positive regulation of receptor recycling
## 726 regulation of systemic arterial blood pressure by hormone
## 727 circulatory system process
## 728 vascular process in circulatory system
## 729 regulation of systemic arterial blood pressure mediated by a chemical signal
## 730 regulation of systemic arterial blood pressure
## 731 regulation of systemic arterial blood pressure by endothelin
## 732 apoptotic process
## 733 blood circulation
## 734 regulation of blood pressure
## 735 gene expression
## 736 positive regulation of cardiac muscle hypertrophy
## 737 neuropeptide catabolic process
## 738 substance P catabolic process
## 739 bradykinin catabolic process
## 740 calcitonin catabolic process
## 741 positive regulation of muscle hypertrophy
## 742 protein processing
## 743 peptide hormone processing
## 744 regulation of vasoconstriction
## 745 embryonic limb morphogenesis
## 746 endothelin maturation
## 747 limb morphogenesis
## 748 embryonic appendage morphogenesis
## 749 regulation of tube diameter
## 750 response to muscle stretch
## 751 response to decreased oxygen levels
## 752 hormone catabolic process
## 753 embryonic digit morphogenesis
## 754 peptide catabolic process
## 755 regulation of MAPK cascade
## 756 positive regulation of cAMP-mediated signaling
## 757 positive regulation of G protein-coupled receptor signaling pathway
## 758 response to cadmium ion
## 759 endocrine process
## 760 protein maturation
## 761 pharyngeal system development
## 762 limb development
## 763 regulation of ERK1 and ERK2 cascade
## 764 blood vessel diameter maintenance
## 765 digestive tract development
## 766 digestive system development
## 767 muscle tissue development
## 768 negative regulation of metabolic process
## 769 regulation of gene expression
## 770 negative regulation of macromolecule metabolic process
## 771 sodium ion transport
## 772 chloride transport
## 773 regulation of pH
## 774 inorganic anion transport
## 775 regulation of cellular pH
## 776 sodium ion transmembrane transport
## 777 regulation of intracellular pH
## 778 monoatomic anion transmembrane transport
## 779 inorganic anion transmembrane transport
## 780 chloride transmembrane transport
## 781 cell adhesion
## 782 heart development
## 783 eye development
## 784 epithelial cell differentiation
## 785 sensory organ morphogenesis
## 786 tissue morphogenesis
## 787 regulation of nitrogen compound metabolic process
## 788 regulation of macromolecule metabolic process
## 789 response to organic substance
## 790 cellular response to organic substance
## 791 regulation of glutamine family amino acid metabolic process
## 792 regulation of arginine metabolic process
## 793 response to acid chemical
## 794 regulation of neurotransmitter levels
## 795 positive regulation of protein phosphorylation
## 796 regulation of the force of heart contraction
## 797 regulation of sodium ion transport
## 798 auditory receptor cell morphogenesis
## 799 nematode larval development
## 800 purine nucleotide metabolic process
## 801 regulation of cellular amino acid metabolic process
## 802 calcium ion transport
## 803 endocytosis
## 804 positive regulation of cytosolic calcium ion concentration
## 805 body fluid secretion
## 806 lactation
## 807 sensory perception of sound
## 808 locomotory behavior
## 809 regulation of heart contraction
## 810 purine ribonucleotide metabolic process
## 811 cyclic nucleotide metabolic process
## 812 ribonucleotide metabolic process
## 813 response to temperature stimulus
## 814 response to cold
## 815 response to water
## 816 detection of external stimulus
## 817 detection of abiotic stimulus
## 818 response to endogenous stimulus
## 819 response to hormone
## 820 negative regulation of catabolic process
## 821 response to organonitrogen compound
## 822 positive regulation of phosphorus metabolic process
## 823 regulation of cell cycle process
## 824 regulation of cellular ketone metabolic process
## 825 regulation of cardiac muscle adaptation
## 826 negative regulation of cardiac muscle hypertrophy
## 827 negative regulation of cardiac muscle adaptation
## 828 regulation of nitric oxide mediated signal transduction
## 829 negative regulation of nitric oxide mediated signal transduction
## 830 regulation of metal ion transport
## 831 negative regulation of muscle hypertrophy
## 832 negative regulation of muscle adaptation
## 833 vesicle-mediated transport
## 834 phenol-containing compound metabolic process
## 835 ribose phosphate metabolic process
## 836 cell differentiation in hindbrain
## 837 cerebellum development
## 838 hindbrain morphogenesis
## 839 cerebellum morphogenesis
## 840 cerebellar Purkinje cell layer development
## 841 cerebellar granular layer development
## 842 cerebellar granular layer morphogenesis
## 843 cerebellar granular layer formation
## 844 cerebellar Purkinje cell layer morphogenesis
## 845 cerebellar Purkinje cell layer formation
## 846 cerebellar cortex development
## 847 cerebellar cortex morphogenesis
## 848 cerebellar cortex formation
## 849 cerebellar Purkinje cell differentiation
## 850 cerebellar granule cell differentiation
## 851 limbic system development
## 852 hippocampus development
## 853 central nervous system neuron differentiation
## 854 regulation of endocytosis
## 855 flagellated sperm motility
## 856 mammary gland development
## 857 biomineral tissue development
## 858 regulation of cellular catabolic process
## 859 negative regulation of cellular catabolic process
## 860 negative regulation of protein modification process
## 861 positive regulation of protein modification process
## 862 cellular response to extracellular stimulus
## 863 cellular response to nutrient levels
## 864 cellular response to nutrient
## 865 response to corticosteroid
## 866 regulation of monooxygenase activity
## 867 negative regulation of monooxygenase activity
## 868 cellular response to hormone stimulus
## 869 regulation of peptidyl-serine phosphorylation
## 870 positive regulation of peptidyl-serine phosphorylation
## 871 regulation of amine metabolic process
## 872 negative regulation of amine metabolic process
## 873 regulation of amine catabolic process
## 874 negative regulation of amine catabolic process
## 875 response to vitamin
## 876 response to vitamin D
## 877 positive regulation of kinase activity
## 878 response to lipid
## 879 regulation of transmembrane transport
## 880 regulation of monoatomic ion transmembrane transport
## 881 regulation of growth rate
## 882 positive regulation of growth rate
## 883 neurotransmitter metabolic process
## 884 positive regulation of phosphorylation
## 885 serotonin metabolic process
## 886 indole-containing compound metabolic process
## 887 ear morphogenesis
## 888 inner ear morphogenesis
## 889 negative regulation of catalytic activity
## 890 regulation of monoatomic ion transport
## 891 positive regulation of monoatomic ion transport
## 892 regulation of kinase activity
## 893 negative regulation of cAMP-mediated signaling
## 894 negative regulation of molecular function
## 895 negative regulation of nitric oxide biosynthetic process
## 896 otolith mineralization
## 897 regulation of nitric oxide biosynthetic process
## 898 negative regulation of G protein-coupled receptor signaling pathway
## 899 negative regulation of cellular amino acid metabolic process
## 900 positive regulation of endocytosis
## 901 regulation of protein kinase activity
## 902 positive regulation of protein kinase activity
## 903 positive regulation of growth
## 904 positive regulation of phosphate metabolic process
## 905 cGMP metabolic process
## 906 secretion
## 907 regulation of synaptic plasticity
## 908 response to steroid hormone
## 909 otolith development
## 910 regulation of calcium-mediated signaling
## 911 negative regulation of calcium-mediated signaling
## 912 neuromuscular process controlling balance
## 913 neuromuscular process
## 914 detection of stimulus involved in sensory perception
## 915 detection of mechanical stimulus involved in sensory perception of sound
## 916 sensory perception of mechanical stimulus
## 917 detection of mechanical stimulus involved in sensory perception
## 918 detection of mechanical stimulus
## 919 regulation of nitric-oxide synthase activity
## 920 negative regulation of nitric-oxide synthase activity
## 921 regulation of transport
## 922 positive regulation of transport
## 923 negative regulation of protein metabolic process
## 924 regulation of transferase activity
## 925 regulation of oxidoreductase activity
## 926 positive regulation of transferase activity
## 927 negative regulation of oxidoreductase activity
## 928 response to glucocorticoid
## 929 response to mineralocorticoid
## 930 response to corticosterone
## 931 regulation of cytosolic calcium ion concentration
## 932 negative regulation of cytosolic calcium ion concentration
## 933 response to hydrostatic pressure
## 934 detection of stimulus
## 935 regulation of cell cycle
## 936 regulation of calcium ion transport
## 937 positive regulation of calcium ion transport
## 938 auditory receptor cell stereocilium organization
## 939 inner ear receptor cell stereocilium organization
## 940 calcium ion transport into cytosol
## 941 regulation of vesicle-mediated transport
## 942 regulation of small molecule metabolic process
## 943 negative regulation of small molecule metabolic process
## 944 calcium ion import
## 945 calcium ion transmembrane transport
## 946 regulation of calcineurin-NFAT signaling cascade
## 947 negative regulation of calcineurin-NFAT signaling cascade
## 948 cellular response to vitamin
## 949 cellular response to vitamin D
## 950 cellular response to steroid hormone stimulus
## 951 cellular response to corticosteroid stimulus
## 952 cellular response to glucocorticoid stimulus
## 953 cellular response to corticosterone stimulus
## 954 cellular response to mineralocorticoid stimulus
## 955 cellular response to lipid
## 956 cellular response to organonitrogen compound
## 957 cellular response to endogenous stimulus
## 958 cellular response to external stimulus
## 959 response to monoamine
## 960 cellular response to monoamine stimulus
## 961 response to catecholamine
## 962 cellular response to catecholamine stimulus
## 963 response to epinephrine
## 964 cellular response to epinephrine stimulus
## 965 negative regulation of adenylate cyclase-activating adrenergic receptor signaling pathway
## 966 regulation of protein serine/threonine kinase activity
## 967 positive regulation of protein serine/threonine kinase activity
## 968 purine-containing compound metabolic process
## 969 regulation of response to stress
## 970 ammonium ion metabolic process
## 971 response to alcohol
## 972 cellular response to alcohol
## 973 calcium ion transmembrane import into cytosol
## 974 sperm motility
## 975 import into cell
## 976 inorganic cation import across plasma membrane
## 977 calcium ion import across plasma membrane
## 978 negative regulation of the force of heart contraction
## 979 import across plasma membrane
## 980 inorganic ion import across plasma membrane
## 981 regulation of calcineurin-mediated signaling
## 982 negative regulation of calcineurin-mediated signaling
## 983 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## 984 negative regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## 985 regulation of adenylate cyclase-activating adrenergic receptor signaling pathway involved in heart process
## 986 negative regulation of adenylate cyclase-activating adrenergic receptor signaling pathway involved in heart process
## 987 regulation of arginine catabolic process
## 988 negative regulation of arginine catabolic process
## 989 carbohydrate derivative metabolic process
## 990 primary amino compound metabolic process
## 991 organic hydroxy compound metabolic process
## 992 response to ketone
## 993 cellular response to ketone
## 994 calcium ion export
## 995 response to nitrogen compound
## 996 cellular response to nitrogen compound
## 997 cellular response to oxygen-containing compound
## 998 regulation of cell cycle phase transition
## 999 negative regulation of peptidyl-cysteine S-nitrosylation
## 1000 regulation of sodium ion transmembrane transport
## 1001 calcium ion import into cytosol
## 1002 regulation of cell cycle G1/S phase transition
## 1003 regulation of cardiac muscle hypertrophy in response to stress
## 1004 negative regulation of cardiac muscle hypertrophy in response to stress
## 1005 regulation of citrulline biosynthetic process
## 1006 negative regulation of citrulline biosynthetic process
## 1007 regulation of reactive oxygen species biosynthetic process
## 1008 negative regulation of reactive oxygen species biosynthetic process
## 1009 regulation of cardiac conduction
## 1010 regulation of monoatomic cation transmembrane transport
## 1011 negative regulation of nitric oxide metabolic process
## 1012 calcium ion export across plasma membrane
## 1013 regulation of peptidyl-cysteine S-nitrosylation
## 1014 regulation of cellular amino acid biosynthetic process
## 1015 negative regulation of amino acid biosynthetic process
## 1016 regulation of reactive oxygen species metabolic process
## 1017 negative regulation of reactive oxygen species metabolic process
## 1018 regulation of cAMP-dependent protein kinase activity
## 1019 positive regulation of cAMP-dependent protein kinase activity
## 1020 tissue development
## 1021 post-embryonic development
## 1022 cell differentiation
## 1023 cellular developmental process
## 1024 lamellipodium assembly involved in ameboidal cell migration
## 1025 small GTPase mediated signal transduction
## 1026 Ras protein signal transduction
## 1027 Rho protein signal transduction
## 1028 glial cell migration
## 1029 positive regulation of cell development
## 1030 dendrite development
## 1031 cerebral cortex cell migration
## 1032 cerebral cortex radially oriented cell migration
## 1033 cerebral cortex radial glia-guided migration
## 1034 cell motility involved in cerebral cortex radial glia guided migration
## 1035 modulation of microtubule cytoskeleton involved in cerebral cortex radial glia guided migration
## 1036 extension of a leading process involved in cell motility in cerebral cortex radial glia guided migration
## 1037 forebrain cell migration
## 1038 cerebral cortex development
## 1039 telencephalon cell migration
## 1040 telencephalon glial cell migration
## 1041 cell projection assembly
## 1042 lamellipodium assembly
## 1043 regulation of cell migration
## 1044 positive regulation of cell migration
## 1045 negative regulation of cell migration
## 1046 pseudopodium organization
## 1047 pseudopodium assembly
## 1048 cell-substrate adhesion
## 1049 substrate adhesion-dependent cell spreading
## 1050 negative regulation of locomotion
## 1051 gliogenesis
## 1052 regulation of GTPase activity
## 1053 positive regulation of GTPase activity
## 1054 positive regulation of cell differentiation
## 1055 filopodium assembly
## 1056 positive regulation of neurogenesis
## 1057 actin filament severing
## 1058 regulation of small GTPase mediated signal transduction
## 1059 positive regulation of developmental process
## 1060 regulation of hydrolase activity
## 1061 positive regulation of hydrolase activity
## 1062 regulation of filopodium assembly
## 1063 negative regulation of filopodium assembly
## 1064 positive regulation of nervous system development
## 1065 regulation of cell projection assembly
## 1066 dendritic spine development
## 1067 regulation of dendritic spine development
## 1068 negative regulation of dendritic spine development
## 1069 lamellipodium organization
## 1070 plasma membrane bounded cell projection assembly
## 1071 regulation of plasma membrane bounded cell projection assembly
## 1072 negative regulation of plasma membrane bounded cell projection assembly
## 1073 regulation of cell motility
## 1074 negative regulation of cell motility
## 1075 positive regulation of cell motility
## 1076 regulation of neuron migration
## 1077 negative regulation of neuron migration
## 1078 positive regulation of neuron migration
## 1079 response to external stimulus
## 1080 embryo development ending in birth or egg hatching
## 1081 neuron projection development
## 1082 response to inorganic substance
## 1083 establishment of localization
## 1084 bicellular tight junction
## 1085 terminal bouton
## 1086 apical junction complex
## 1087 axon terminus
## 1088 neuron projection terminus
## 1089 type I terminal bouton
## 1090 tight junction
## 1091 subsynaptic reticulum
## 1092 MPP7-DLG1-LIN7 complex
## 1093 presynapse
## 1094 distal axon
## 1095 cell-cell junction
## 1096 axon
## 1097 membrane protein complex
## 1098 plasma membrane protein complex
## 1099 adherens junction
## 1100 cell junction
## 1101 anchoring junction
## 1102 extracellular region
## 1103 cellular_component
## 1104 synapse
## 1105 nucleoplasm
## 1106 nuclear lumen
## 1107 protein-containing complex
## 1108 cell projection
## 1109 neuron projection
## 1110 plasma membrane bounded cell projection
## 1111 membrane-enclosed lumen
## 1112 organelle lumen
## 1113 intracellular organelle lumen
## 1114 nucleus
## 1115 intracellular membrane-bounded organelle
## 1116 plasma membrane
## 1117 membrane
## 1118 cell periphery
## 1119 organelle
## 1120 membrane-bounded organelle
## 1121 intracellular organelle
## 1122 cytoplasm
## 1123 intracellular anatomical structure
## 1124 basolateral plasma membrane
## 1125 apical part of cell
## 1126 somatodendritic compartment
## 1127 plasma membrane region
## 1128 non-membrane-bounded organelle
## 1129 intracellular non-membrane-bounded organelle
## 1130 neuronal cell body
## 1131 cell body
## 1132 extracellular space
## 1133 catalytic complex
## 1134 histone acetyltransferase complex
## 1135 cytoskeleton
## 1136 actin filament
## 1137 focal adhesion
## 1138 actin cytoskeleton
## 1139 cell-substrate junction
## 1140 protein acetyltransferase complex
## 1141 NuA4 histone acetyltransferase complex
## 1142 H4/H2A histone acetyltransferase complex
## 1143 dense body
## 1144 polymeric cytoskeletal fiber
## 1145 acetyltransferase complex
## 1146 H4 histone acetyltransferase complex
## 1147 transferase complex
## 1148 catenin complex
## 1149 extrinsic component of plasma membrane
## 1150 extrinsic component of membrane
## 1151 histone deacetylase complex
## 1152 DNA repair complex
## 1153 apicolateral plasma membrane
## 1154 postsynaptic density
## 1155 cell leading edge
## 1156 asymmetric synapse
## 1157 dendritic spine
## 1158 neuron spine
## 1159 postsynaptic membrane
## 1160 synaptic membrane
## 1161 postsynapse
## 1162 neuron to neuron synapse
## 1163 postsynaptic specialization
## 1164 perinuclear region of cytoplasm
## 1165 supramolecular complex
## 1166 supramolecular polymer
## 1167 supramolecular fiber
## 1168 endoplasmic reticulum lumen
## 1169 side of membrane
## 1170 stereocilium
## 1171 stereocilium bundle
## 1172 actin-based cell projection
## 1173 cluster of actin-based cell projections
## 1174 endomembrane system
## 1175 fibrillar center
## 1176 nucleolus
## 1177 mitochondrion
## 1178 cytoplasmic vesicle
## 1179 vesicle
## 1180 intracellular vesicle
## 1181 lytic vacuole
## 1182 lysosome
## 1183 vacuole
## 1184 endosome
## 1185 early endosome
## 1186 external side of plasma membrane
## 1187 cell surface
## 1188 endosome membrane
## 1189 coated vesicle
## 1190 clathrin-coated vesicle
## 1191 secretory granule
## 1192 organelle membrane
## 1193 Weibel-Palade body
## 1194 bounding membrane of organelle
## 1195 secretory vesicle
## 1196 endoplasmic reticulum
## 1197 apical plasma membrane
## 1198 Golgi apparatus
## 1199 cytosol
## 1200 caveola
## 1201 cilium
## 1202 cytoplasmic side of plasma membrane
## 1203 myofibril
## 1204 sarcomere
## 1205 Z disc
## 1206 T-tubule
## 1207 cell projection membrane
## 1208 leading edge membrane
## 1209 motile cilium
## 1210 I band
## 1211 neuron projection membrane
## 1212 dendrite membrane
## 1213 dendritic spine membrane
## 1214 neuronal cell body membrane
## 1215 sperm flagellum
## 1216 sarcolemma
## 1217 contractile fiber
## 1218 cell body membrane
## 1219 plasma membrane raft
## 1220 membrane raft
## 1221 sperm principal piece
## 1222 9+2 motile cilium
## 1223 cytoplasmic side of membrane
## 1224 postsynaptic density membrane
## 1225 membrane microdomain
## 1226 postsynaptic specialization membrane
## 1227 lamellipodium
## 1228 endocytic vesicle
## 1229 dendritic spine head
## 1230 phagocytic vesicle
## 1231 dendrite
## 1232 dendritic tree
## 1233 signaling adaptor activity
## 1234 molecular adaptor activity
## 1235 structural molecule activity
## 1236 protein domain specific binding
## 1237 protein heterodimerization activity
## 1238 peptidase activity
## 1239 catalytic activity, acting on a protein
## 1240 molecular_function
## 1241 protein dimerization activity
## 1242 hydrolase activity
## 1243 catalytic activity
## 1244 protein binding
## 1245 binding
## 1246 ion binding
## 1247 cation binding
## 1248 metal ion binding
## 1249 endopeptidase activity
## 1250 cadherin binding
## 1251 cell adhesion molecule binding
## 1252 cysteine-type endopeptidase activity
## 1253 cysteine-type peptidase activity
## 1254 structural constituent of cytoskeleton
## 1255 beta-catenin binding
## 1256 delta-catenin binding
## 1257 transcription cis-regulatory region binding
## 1258 RNA polymerase II transcription regulatory region sequence-specific DNA binding
## 1259 chromatin binding
## 1260 double-stranded DNA binding
## 1261 transcription coregulator activity
## 1262 histone deacetylase activity
## 1263 hydrolase activity, acting on carbon-nitrogen (but not peptide) bonds
## 1264 hydrolase activity, acting on carbon-nitrogen (but not peptide) bonds, in linear amides
## 1265 deacetylase activity
## 1266 protein lysine deacetylase activity
## 1267 histone binding
## 1268 sequence-specific DNA binding
## 1269 transcription regulator activity
## 1270 sequence-specific double-stranded DNA binding
## 1271 solute:inorganic anion antiporter activity
## 1272 oxidoreductase activity
## 1273 transition metal ion binding
## 1274 enzyme regulator activity
## 1275 molecular function regulator activity
## 1276 NAD+ ADP-ribosyltransferase activity
## 1277 transferase activity
## 1278 glycosyltransferase activity
## 1279 pentosyltransferase activity
## 1280 ferroxidase activity
## 1281 iron ion binding
## 1282 copper ion binding
## 1283 ferrous iron binding
## 1284 oxidoreductase activity, acting on metal ions
## 1285 oxidoreductase activity, acting on metal ions, oxygen as acceptor
## 1286 chaperone binding
## 1287 transcription regulatory region nucleic acid binding
## 1288 nucleic acid binding
## 1289 DNA binding
## 1290 arylesterase activity
## 1291 carbonate dehydratase activity
## 1292 hydrolase activity, acting on ester bonds
## 1293 lyase activity
## 1294 carbon-oxygen lyase activity
## 1295 hydro-lyase activity
## 1296 carboxylic ester hydrolase activity
## 1297 identical protein binding
## 1298 protein homodimerization activity
## 1299 thioredoxin-disulfide reductase activity
## 1300 disulfide oxidoreductase activity
## 1301 NAD(P)H oxidase H2O2-forming activity
## 1302 antioxidant activity
## 1303 oxidoreductase activity, acting on NAD(P)H
## 1304 oxidoreductase activity, acting on a sulfur group of donors
## 1305 oxidoreductase activity, acting on a sulfur group of donors, NAD(P) as acceptor
## 1306 selenate reductase activity
## 1307 mercury ion binding
## 1308 oxidoreductase activity, acting on NAD(P)H, oxygen as acceptor
## 1309 selenite reductase activity
## 1310 methylselenol reductase activity
## 1311 methylseleninic acid reductase activity
## 1312 enzyme binding
## 1313 metalloendopeptidase activity
## 1314 metallopeptidase activity
## 1315 zinc ion binding
## 1316 peptide hormone binding
## 1317 amide binding
## 1318 peptide binding
## 1319 hormone binding
## 1320 calcium ion binding
## 1321 organic cyclic compound binding
## 1322 heterocyclic compound binding
## 1323 monoatomic anion transmembrane transporter activity
## 1324 sodium:bicarbonate symporter activity
## 1325 organic anion transmembrane transporter activity
## 1326 sodium ion transmembrane transporter activity
## 1327 inorganic anion transmembrane transporter activity
## 1328 bicarbonate transmembrane transporter activity
## 1329 chloride transmembrane transporter activity
## 1330 secondary active transmembrane transporter activity
## 1331 symporter activity
## 1332 solute:monoatomic cation symporter activity
## 1333 antiporter activity
## 1334 solute:sodium symporter activity
## 1335 transporter activity
## 1336 monoatomic cation transmembrane transporter activity
## 1337 monoatomic ion transmembrane transporter activity
## 1338 inorganic molecular entity transmembrane transporter activity
## 1339 active transmembrane transporter activity
## 1340 transmembrane transporter activity
## 1341 inorganic cation transmembrane transporter activity
## 1342 metal ion transmembrane transporter activity
## 1343 nucleotide binding
## 1344 enzyme inhibitor activity
## 1345 signaling receptor binding
## 1346 P-type calcium transporter activity
## 1347 calmodulin binding
## 1348 ATP binding
## 1349 calcium ion transmembrane transporter activity
## 1350 primary active transmembrane transporter activity
## 1351 P-type ion transporter activity
## 1352 pyrophosphatase activity
## 1353 hydrolase activity, acting on acid anhydrides
## 1354 hydrolase activity, acting on acid anhydrides, in phosphorus-containing anhydrides
## 1355 ATP hydrolysis activity
## 1356 purine nucleotide binding
## 1357 ribonucleoside triphosphate phosphatase activity
## 1358 ATPase-coupled monoatomic cation transmembrane transporter activity
## 1359 kinase binding
## 1360 protein kinase binding
## 1361 phosphatase binding
## 1362 protein phosphatase binding
## 1363 active monoatomic ion transmembrane transporter activity
## 1364 PDZ domain binding
## 1365 nitric-oxide synthase regulator activity
## 1366 protein phosphatase 2B binding
## 1367 adenyl nucleotide binding
## 1368 calcium-dependent ATPase activity
## 1369 ribonucleotide binding
## 1370 purine ribonucleotide binding
## 1371 adenyl ribonucleotide binding
## 1372 acetylcholine receptor binding
## 1373 glutamate receptor binding
## 1374 purine ribonucleoside triphosphate binding
## 1375 small molecule binding
## 1376 nitric-oxide synthase inhibitor activity
## 1377 ATPase-coupled ion transmembrane transporter activity
## 1378 ATPase-coupled transmembrane transporter activity
## 1379 anion binding
## 1380 nitric-oxide synthase binding
## 1381 scaffold protein binding
## 1382 carbohydrate derivative binding
## 1383 nucleoside phosphate binding
## 1384 GTPase activator activity
## 1385 enzyme activator activity
## 1386 GTPase regulator activity
## 1387 small GTPase binding
## 1388 GTPase binding
## 1389 nucleoside-triphosphatase regulator activity
## 1390 <NA>
## 1391 <NA>
## 1392 <NA>
## 1393 <NA>
## 1394 <NA>
## 1395 <NA>
## 1396 <NA>
## 1397 <NA>
## 1398 <NA>
## 1399 <NA>
## 1400 <NA>
## 1401 <NA>
## 1402 <NA>
## 1403 <NA>
## 1404 <NA>
## 1405 <NA>
## 1406 <NA>
## 1407 <NA>
## 1408 <NA>
## 1409 <NA>
## 1410 <NA>
## 1411 <NA>
## 1412 <NA>
## 1413 <NA>
## 1414 <NA>
## 1415 <NA>
## 1416 <NA>
## 1417 <NA>
## 1418 <NA>
## 1419 <NA>
## 1420 <NA>
## 1421 <NA>
## 1422 <NA>
## 1423 <NA>
## 1424 <NA>
## 1425 <NA>
## 1426 <NA>
## 1427 <NA>
## 1428 <NA>
## 1429 <NA>
## 1430 <NA>
## 1431 <NA>
## 1432 <NA>
## 1433 <NA>
## 1434 <NA>
## 1435 <NA>
## 1436 <NA>
## 1437 <NA>
## 1438 <NA>
## 1439 <NA>
## 1440 <NA>
## 1441 <NA>
## 1442 <NA>
## 1443 <NA>
## 1444 <NA>
## 1445 <NA>
## 1446 <NA>
## 1447 <NA>
## 1448 <NA>
## 1449 <NA>
## 1450 <NA>
## 1451 <NA>
## 1452 <NA>
## 1453 <NA>
## 1454 <NA>
## 1455 <NA>
## 1456 <NA>
## 1457 <NA>
## 1458 <NA>
## 1459 <NA>
## 1460 <NA>
## 1461 <NA>
## 1462 <NA>
## 1463 <NA>
## 1464 <NA>
## 1465 <NA>
## 1466 <NA>
## 1467 <NA>
## 1468 <NA>
## 1469 <NA>
## 1470 <NA>
## 1471 <NA>
## 1472 <NA>
## 1473 <NA>
## 1474 <NA>
## 1475 <NA>
## 1476 <NA>
## 1477 <NA>
## 1478 <NA>
## 1479 <NA>
## 1480 <NA>
## 1481 <NA>
## 1482 <NA>
## 1483 <NA>
## 1484 <NA>
## 1485 <NA>
## 1486 <NA>
## 1487 <NA>
## 1488 <NA>
## 1489 <NA>
## ontology bh_adjust
## 1 BP 1
## 2 BP 1
## 3 BP 1
## 4 BP 1
## 5 BP 1
## 6 BP 1
## 7 BP 1
## 8 BP 1
## 9 BP 1
## 10 BP 1
## 11 BP 1
## 12 BP 1
## 13 BP 1
## 14 BP 1
## 15 BP 1
## 16 BP 1
## 17 BP 1
## 18 BP 1
## 19 BP 1
## 20 BP 1
## 21 BP 1
## 22 BP 1
## 23 BP 1
## 24 BP 1
## 25 BP 1
## 26 BP 1
## 27 BP 1
## 28 BP 1
## 29 BP 1
## 30 BP 1
## 31 BP 1
## 32 BP 1
## 33 BP 1
## 34 BP 1
## 35 BP 1
## 36 BP 1
## 37 BP 1
## 38 BP 1
## 39 BP 1
## 40 BP 1
## 41 BP 1
## 42 BP 1
## 43 BP 1
## 44 BP 1
## 45 BP 1
## 46 BP 1
## 47 BP 1
## 48 BP 1
## 49 BP 1
## 50 BP 1
## 51 BP 1
## 52 BP 1
## 53 BP 1
## 54 BP 1
## 55 BP 1
## 56 BP 1
## 57 BP 1
## 58 BP 1
## 59 BP 1
## 60 BP 1
## 61 BP 1
## 62 BP 1
## 63 BP 1
## 64 BP 1
## 65 BP 1
## 66 BP 1
## 67 BP 1
## 68 BP 1
## 69 BP 1
## 70 BP 1
## 71 BP 1
## 72 BP 1
## 73 BP 1
## 74 BP 1
## 75 BP 1
## 76 BP 1
## 77 BP 1
## 78 BP 1
## 79 BP 1
## 80 BP 1
## 81 BP 1
## 82 BP 1
## 83 BP 1
## 84 BP 1
## 85 BP 1
## 86 BP 1
## 87 BP 1
## 88 BP 1
## 89 BP 1
## 90 BP 1
## 91 BP 1
## 92 BP 1
## 93 BP 1
## 94 BP 1
## 95 BP 1
## 96 BP 1
## 97 BP 1
## 98 BP 1
## 99 BP 1
## 100 BP 1
## 101 BP 1
## 102 BP 1
## 103 BP 1
## 104 BP 1
## 105 BP 1
## 106 BP 1
## 107 BP 1
## 108 BP 1
## 109 BP 1
## 110 BP 1
## 111 BP 1
## 112 BP 1
## 113 BP 1
## 114 BP 1
## 115 BP 1
## 116 BP 1
## 117 BP 1
## 118 BP 1
## 119 BP 1
## 120 BP 1
## 121 BP 1
## 122 BP 1
## 123 BP 1
## 124 BP 1
## 125 BP 1
## 126 BP 1
## 127 BP 1
## 128 BP 1
## 129 BP 1
## 130 BP 1
## 131 BP 1
## 132 BP 1
## 133 BP 1
## 134 BP 1
## 135 BP 1
## 136 BP 1
## 137 BP 1
## 138 BP 1
## 139 BP 1
## 140 BP 1
## 141 BP 1
## 142 BP 1
## 143 BP 1
## 144 BP 1
## 145 BP 1
## 146 BP 1
## 147 BP 1
## 148 BP 1
## 149 BP 1
## 150 BP 1
## 151 BP 1
## 152 BP 1
## 153 BP 1
## 154 BP 1
## 155 BP 1
## 156 BP 1
## 157 BP 1
## 158 BP 1
## 159 BP 1
## 160 BP 1
## 161 BP 1
## 162 BP 1
## 163 BP 1
## 164 BP 1
## 165 BP 1
## 166 BP 1
## 167 BP 1
## 168 BP 1
## 169 BP 1
## 170 BP 1
## 171 BP 1
## 172 BP 1
## 173 BP 1
## 174 BP 1
## 175 BP 1
## 176 BP 1
## 177 BP 1
## 178 BP 1
## 179 BP 1
## 180 BP 1
## 181 BP 1
## 182 BP 1
## 183 BP 1
## 184 BP 1
## 185 BP 1
## 186 BP 1
## 187 BP 1
## 188 BP 1
## 189 BP 1
## 190 BP 1
## 191 BP 1
## 192 BP 1
## 193 BP 1
## 194 BP 1
## 195 BP 1
## 196 BP 1
## 197 BP 1
## 198 BP 1
## 199 BP 1
## 200 BP 1
## 201 BP 1
## 202 BP 1
## 203 BP 1
## 204 BP 1
## 205 BP 1
## 206 BP 1
## 207 BP 1
## 208 BP 1
## 209 BP 1
## 210 BP 1
## 211 BP 1
## 212 BP 1
## 213 BP 1
## 214 BP 1
## 215 BP 1
## 216 BP 1
## 217 BP 1
## 218 BP 1
## 219 BP 1
## 220 BP 1
## 221 BP 1
## 222 BP 1
## 223 BP 1
## 224 BP 1
## 225 BP 1
## 226 BP 1
## 227 BP 1
## 228 BP 1
## 229 BP 1
## 230 BP 1
## 231 BP 1
## 232 BP 1
## 233 BP 1
## 234 BP 1
## 235 BP 1
## 236 BP 1
## 237 BP 1
## 238 BP 1
## 239 BP 1
## 240 BP 1
## 241 BP 1
## 242 BP 1
## 243 BP 1
## 244 BP 1
## 245 BP 1
## 246 BP 1
## 247 BP 1
## 248 BP 1
## 249 BP 1
## 250 BP 1
## 251 BP 1
## 252 BP 1
## 253 BP 1
## 254 BP 1
## 255 BP 1
## 256 BP 1
## 257 BP 1
## 258 BP 1
## 259 BP 1
## 260 BP 1
## 261 BP 1
## 262 BP 1
## 263 BP 1
## 264 BP 1
## 265 BP 1
## 266 BP 1
## 267 BP 1
## 268 BP 1
## 269 BP 1
## 270 BP 1
## 271 BP 1
## 272 BP 1
## 273 BP 1
## 274 BP 1
## 275 BP 1
## 276 BP 1
## 277 BP 1
## 278 BP 1
## 279 BP 1
## 280 BP 1
## 281 BP 1
## 282 BP 1
## 283 BP 1
## 284 BP 1
## 285 BP 1
## 286 BP 1
## 287 BP 1
## 288 BP 1
## 289 BP 1
## 290 BP 1
## 291 BP 1
## 292 BP 1
## 293 BP 1
## 294 BP 1
## 295 BP 1
## 296 BP 1
## 297 BP 1
## 298 BP 1
## 299 BP 1
## 300 BP 1
## 301 BP 1
## 302 BP 1
## 303 BP 1
## 304 BP 1
## 305 BP 1
## 306 BP 1
## 307 BP 1
## 308 BP 1
## 309 BP 1
## 310 BP 1
## 311 BP 1
## 312 BP 1
## 313 BP 1
## 314 BP 1
## 315 BP 1
## 316 BP 1
## 317 BP 1
## 318 BP 1
## 319 BP 1
## 320 BP 1
## 321 BP 1
## 322 BP 1
## 323 BP 1
## 324 BP 1
## 325 BP 1
## 326 BP 1
## 327 BP 1
## 328 BP 1
## 329 BP 1
## 330 BP 1
## 331 BP 1
## 332 BP 1
## 333 BP 1
## 334 BP 1
## 335 BP 1
## 336 BP 1
## 337 BP 1
## 338 BP 1
## 339 BP 1
## 340 BP 1
## 341 BP 1
## 342 BP 1
## 343 BP 1
## 344 BP 1
## 345 BP 1
## 346 BP 1
## 347 BP 1
## 348 BP 1
## 349 BP 1
## 350 BP 1
## 351 BP 1
## 352 BP 1
## 353 BP 1
## 354 BP 1
## 355 BP 1
## 356 BP 1
## 357 BP 1
## 358 BP 1
## 359 BP 1
## 360 BP 1
## 361 BP 1
## 362 BP 1
## 363 BP 1
## 364 BP 1
## 365 BP 1
## 366 BP 1
## 367 BP 1
## 368 BP 1
## 369 BP 1
## 370 BP 1
## 371 BP 1
## 372 BP 1
## 373 BP 1
## 374 BP 1
## 375 BP 1
## 376 BP 1
## 377 BP 1
## 378 BP 1
## 379 BP 1
## 380 BP 1
## 381 BP 1
## 382 BP 1
## 383 BP 1
## 384 BP 1
## 385 BP 1
## 386 BP 1
## 387 BP 1
## 388 BP 1
## 389 BP 1
## 390 BP 1
## 391 BP 1
## 392 BP 1
## 393 BP 1
## 394 BP 1
## 395 BP 1
## 396 BP 1
## 397 BP 1
## 398 BP 1
## 399 BP 1
## 400 BP 1
## 401 BP 1
## 402 BP 1
## 403 BP 1
## 404 BP 1
## 405 BP 1
## 406 BP 1
## 407 BP 1
## 408 BP 1
## 409 BP 1
## 410 BP 1
## 411 BP 1
## 412 BP 1
## 413 BP 1
## 414 BP 1
## 415 BP 1
## 416 BP 1
## 417 BP 1
## 418 BP 1
## 419 BP 1
## 420 BP 1
## 421 BP 1
## 422 BP 1
## 423 BP 1
## 424 BP 1
## 425 BP 1
## 426 BP 1
## 427 BP 1
## 428 BP 1
## 429 BP 1
## 430 BP 1
## 431 BP 1
## 432 BP 1
## 433 BP 1
## 434 BP 1
## 435 BP 1
## 436 BP 1
## 437 BP 1
## 438 BP 1
## 439 BP 1
## 440 BP 1
## 441 BP 1
## 442 BP 1
## 443 BP 1
## 444 BP 1
## 445 BP 1
## 446 BP 1
## 447 BP 1
## 448 BP 1
## 449 BP 1
## 450 BP 1
## 451 BP 1
## 452 BP 1
## 453 BP 1
## 454 BP 1
## 455 BP 1
## 456 BP 1
## 457 BP 1
## 458 BP 1
## 459 BP 1
## 460 BP 1
## 461 BP 1
## 462 BP 1
## 463 BP 1
## 464 BP 1
## 465 BP 1
## 466 BP 1
## 467 BP 1
## 468 BP 1
## 469 BP 1
## 470 BP 1
## 471 BP 1
## 472 BP 1
## 473 BP 1
## 474 BP 1
## 475 BP 1
## 476 BP 1
## 477 BP 1
## 478 BP 1
## 479 BP 1
## 480 BP 1
## 481 BP 1
## 482 BP 1
## 483 BP 1
## 484 BP 1
## 485 BP 1
## 486 BP 1
## 487 BP 1
## 488 BP 1
## 489 BP 1
## 490 BP 1
## 491 BP 1
## 492 BP 1
## 493 BP 1
## 494 BP 1
## 495 BP 1
## 496 BP 1
## 497 BP 1
## 498 BP 1
## 499 BP 1
## 500 BP 1
## 501 BP 1
## 502 BP 1
## 503 BP 1
## 504 BP 1
## 505 BP 1
## 506 BP 1
## 507 BP 1
## 508 BP 1
## 509 BP 1
## 510 BP 1
## 511 BP 1
## 512 BP 1
## 513 BP 1
## 514 BP 1
## 515 BP 1
## 516 BP 1
## 517 BP 1
## 518 BP 1
## 519 BP 1
## 520 BP 1
## 521 BP 1
## 522 BP 1
## 523 BP 1
## 524 BP 1
## 525 BP 1
## 526 BP 1
## 527 BP 1
## 528 BP 1
## 529 BP 1
## 530 BP 1
## 531 BP 1
## 532 BP 1
## 533 BP 1
## 534 BP 1
## 535 BP 1
## 536 BP 1
## 537 BP 1
## 538 BP 1
## 539 BP 1
## 540 BP 1
## 541 BP 1
## 542 BP 1
## 543 BP 1
## 544 BP 1
## 545 BP 1
## 546 BP 1
## 547 BP 1
## 548 BP 1
## 549 BP 1
## 550 BP 1
## 551 BP 1
## 552 BP 1
## 553 BP 1
## 554 BP 1
## 555 BP 1
## 556 BP 1
## 557 BP 1
## 558 BP 1
## 559 BP 1
## 560 BP 1
## 561 BP 1
## 562 BP 1
## 563 BP 1
## 564 BP 1
## 565 BP 1
## 566 BP 1
## 567 BP 1
## 568 BP 1
## 569 BP 1
## 570 BP 1
## 571 BP 1
## 572 BP 1
## 573 BP 1
## 574 BP 1
## 575 BP 1
## 576 BP 1
## 577 BP 1
## 578 BP 1
## 579 BP 1
## 580 BP 1
## 581 BP 1
## 582 BP 1
## 583 BP 1
## 584 BP 1
## 585 BP 1
## 586 BP 1
## 587 BP 1
## 588 BP 1
## 589 BP 1
## 590 BP 1
## 591 BP 1
## 592 BP 1
## 593 BP 1
## 594 BP 1
## 595 BP 1
## 596 BP 1
## 597 BP 1
## 598 BP 1
## 599 BP 1
## 600 BP 1
## 601 BP 1
## 602 BP 1
## 603 BP 1
## 604 BP 1
## 605 BP 1
## 606 BP 1
## 607 BP 1
## 608 BP 1
## 609 BP 1
## 610 BP 1
## 611 BP 1
## 612 BP 1
## 613 BP 1
## 614 BP 1
## 615 BP 1
## 616 BP 1
## 617 BP 1
## 618 BP 1
## 619 BP 1
## 620 BP 1
## 621 BP 1
## 622 BP 1
## 623 BP 1
## 624 BP 1
## 625 BP 1
## 626 BP 1
## 627 BP 1
## 628 BP 1
## 629 BP 1
## 630 BP 1
## 631 BP 1
## 632 BP 1
## 633 BP 1
## 634 BP 1
## 635 BP 1
## 636 BP 1
## 637 BP 1
## 638 BP 1
## 639 BP 1
## 640 BP 1
## 641 BP 1
## 642 BP 1
## 643 BP 1
## 644 BP 1
## 645 BP 1
## 646 BP 1
## 647 BP 1
## 648 BP 1
## 649 BP 1
## 650 BP 1
## 651 BP 1
## 652 BP 1
## 653 BP 1
## 654 BP 1
## 655 BP 1
## 656 BP 1
## 657 BP 1
## 658 BP 1
## 659 BP 1
## 660 BP 1
## 661 BP 1
## 662 BP 1
## 663 BP 1
## 664 BP 1
## 665 BP 1
## 666 BP 1
## 667 BP 1
## 668 BP 1
## 669 BP 1
## 670 BP 1
## 671 BP 1
## 672 BP 1
## 673 BP 1
## 674 BP 1
## 675 BP 1
## 676 BP 1
## 677 BP 1
## 678 BP 1
## 679 BP 1
## 680 BP 1
## 681 BP 1
## 682 BP 1
## 683 BP 1
## 684 BP 1
## 685 BP 1
## 686 BP 1
## 687 BP 1
## 688 BP 1
## 689 BP 1
## 690 BP 1
## 691 BP 1
## 692 BP 1
## 693 BP 1
## 694 BP 1
## 695 BP 1
## 696 BP 1
## 697 BP 1
## 698 BP 1
## 699 BP 1
## 700 BP 1
## 701 BP 1
## 702 BP 1
## 703 BP 1
## 704 BP 1
## 705 BP 1
## 706 BP 1
## 707 BP 1
## 708 BP 1
## 709 BP 1
## 710 BP 1
## 711 BP 1
## 712 BP 1
## 713 BP 1
## 714 BP 1
## 715 BP 1
## 716 BP 1
## 717 BP 1
## 718 BP 1
## 719 BP 1
## 720 BP 1
## 721 BP 1
## 722 BP 1
## 723 BP 1
## 724 BP 1
## 725 BP 1
## 726 BP 1
## 727 BP 1
## 728 BP 1
## 729 BP 1
## 730 BP 1
## 731 BP 1
## 732 BP 1
## 733 BP 1
## 734 BP 1
## 735 BP 1
## 736 BP 1
## 737 BP 1
## 738 BP 1
## 739 BP 1
## 740 BP 1
## 741 BP 1
## 742 BP 1
## 743 BP 1
## 744 BP 1
## 745 BP 1
## 746 BP 1
## 747 BP 1
## 748 BP 1
## 749 BP 1
## 750 BP 1
## 751 BP 1
## 752 BP 1
## 753 BP 1
## 754 BP 1
## 755 BP 1
## 756 BP 1
## 757 BP 1
## 758 BP 1
## 759 BP 1
## 760 BP 1
## 761 BP 1
## 762 BP 1
## 763 BP 1
## 764 BP 1
## 765 BP 1
## 766 BP 1
## 767 BP 1
## 768 BP 1
## 769 BP 1
## 770 BP 1
## 771 BP 1
## 772 BP 1
## 773 BP 1
## 774 BP 1
## 775 BP 1
## 776 BP 1
## 777 BP 1
## 778 BP 1
## 779 BP 1
## 780 BP 1
## 781 BP 1
## 782 BP 1
## 783 BP 1
## 784 BP 1
## 785 BP 1
## 786 BP 1
## 787 BP 1
## 788 BP 1
## 789 BP 1
## 790 BP 1
## 791 BP 1
## 792 BP 1
## 793 BP 1
## 794 BP 1
## 795 BP 1
## 796 BP 1
## 797 BP 1
## 798 BP 1
## 799 BP 1
## 800 BP 1
## 801 BP 1
## 802 BP 1
## 803 BP 1
## 804 BP 1
## 805 BP 1
## 806 BP 1
## 807 BP 1
## 808 BP 1
## 809 BP 1
## 810 BP 1
## 811 BP 1
## 812 BP 1
## 813 BP 1
## 814 BP 1
## 815 BP 1
## 816 BP 1
## 817 BP 1
## 818 BP 1
## 819 BP 1
## 820 BP 1
## 821 BP 1
## 822 BP 1
## 823 BP 1
## 824 BP 1
## 825 BP 1
## 826 BP 1
## 827 BP 1
## 828 BP 1
## 829 BP 1
## 830 BP 1
## 831 BP 1
## 832 BP 1
## 833 BP 1
## 834 BP 1
## 835 BP 1
## 836 BP 1
## 837 BP 1
## 838 BP 1
## 839 BP 1
## 840 BP 1
## 841 BP 1
## 842 BP 1
## 843 BP 1
## 844 BP 1
## 845 BP 1
## 846 BP 1
## 847 BP 1
## 848 BP 1
## 849 BP 1
## 850 BP 1
## 851 BP 1
## 852 BP 1
## 853 BP 1
## 854 BP 1
## 855 BP 1
## 856 BP 1
## 857 BP 1
## 858 BP 1
## 859 BP 1
## 860 BP 1
## 861 BP 1
## 862 BP 1
## 863 BP 1
## 864 BP 1
## 865 BP 1
## 866 BP 1
## 867 BP 1
## 868 BP 1
## 869 BP 1
## 870 BP 1
## 871 BP 1
## 872 BP 1
## 873 BP 1
## 874 BP 1
## 875 BP 1
## 876 BP 1
## 877 BP 1
## 878 BP 1
## 879 BP 1
## 880 BP 1
## 881 BP 1
## 882 BP 1
## 883 BP 1
## 884 BP 1
## 885 BP 1
## 886 BP 1
## 887 BP 1
## 888 BP 1
## 889 BP 1
## 890 BP 1
## 891 BP 1
## 892 BP 1
## 893 BP 1
## 894 BP 1
## 895 BP 1
## 896 BP 1
## 897 BP 1
## 898 BP 1
## 899 BP 1
## 900 BP 1
## 901 BP 1
## 902 BP 1
## 903 BP 1
## 904 BP 1
## 905 BP 1
## 906 BP 1
## 907 BP 1
## 908 BP 1
## 909 BP 1
## 910 BP 1
## 911 BP 1
## 912 BP 1
## 913 BP 1
## 914 BP 1
## 915 BP 1
## 916 BP 1
## 917 BP 1
## 918 BP 1
## 919 BP 1
## 920 BP 1
## 921 BP 1
## 922 BP 1
## 923 BP 1
## 924 BP 1
## 925 BP 1
## 926 BP 1
## 927 BP 1
## 928 BP 1
## 929 BP 1
## 930 BP 1
## 931 BP 1
## 932 BP 1
## 933 BP 1
## 934 BP 1
## 935 BP 1
## 936 BP 1
## 937 BP 1
## 938 BP 1
## 939 BP 1
## 940 BP 1
## 941 BP 1
## 942 BP 1
## 943 BP 1
## 944 BP 1
## 945 BP 1
## 946 BP 1
## 947 BP 1
## 948 BP 1
## 949 BP 1
## 950 BP 1
## 951 BP 1
## 952 BP 1
## 953 BP 1
## 954 BP 1
## 955 BP 1
## 956 BP 1
## 957 BP 1
## 958 BP 1
## 959 BP 1
## 960 BP 1
## 961 BP 1
## 962 BP 1
## 963 BP 1
## 964 BP 1
## 965 BP 1
## 966 BP 1
## 967 BP 1
## 968 BP 1
## 969 BP 1
## 970 BP 1
## 971 BP 1
## 972 BP 1
## 973 BP 1
## 974 BP 1
## 975 BP 1
## 976 BP 1
## 977 BP 1
## 978 BP 1
## 979 BP 1
## 980 BP 1
## 981 BP 1
## 982 BP 1
## 983 BP 1
## 984 BP 1
## 985 BP 1
## 986 BP 1
## 987 BP 1
## 988 BP 1
## 989 BP 1
## 990 BP 1
## 991 BP 1
## 992 BP 1
## 993 BP 1
## 994 BP 1
## 995 BP 1
## 996 BP 1
## 997 BP 1
## 998 BP 1
## 999 BP 1
## 1000 BP 1
## 1001 BP 1
## 1002 BP 1
## 1003 BP 1
## 1004 BP 1
## 1005 BP 1
## 1006 BP 1
## 1007 BP 1
## 1008 BP 1
## 1009 BP 1
## 1010 BP 1
## 1011 BP 1
## 1012 BP 1
## 1013 BP 1
## 1014 BP 1
## 1015 BP 1
## 1016 BP 1
## 1017 BP 1
## 1018 BP 1
## 1019 BP 1
## 1020 BP 1
## 1021 BP 1
## 1022 BP 1
## 1023 BP 1
## 1024 BP 1
## 1025 BP 1
## 1026 BP 1
## 1027 BP 1
## 1028 BP 1
## 1029 BP 1
## 1030 BP 1
## 1031 BP 1
## 1032 BP 1
## 1033 BP 1
## 1034 BP 1
## 1035 BP 1
## 1036 BP 1
## 1037 BP 1
## 1038 BP 1
## 1039 BP 1
## 1040 BP 1
## 1041 BP 1
## 1042 BP 1
## 1043 BP 1
## 1044 BP 1
## 1045 BP 1
## 1046 BP 1
## 1047 BP 1
## 1048 BP 1
## 1049 BP 1
## 1050 BP 1
## 1051 BP 1
## 1052 BP 1
## 1053 BP 1
## 1054 BP 1
## 1055 BP 1
## 1056 BP 1
## 1057 BP 1
## 1058 BP 1
## 1059 BP 1
## 1060 BP 1
## 1061 BP 1
## 1062 BP 1
## 1063 BP 1
## 1064 BP 1
## 1065 BP 1
## 1066 BP 1
## 1067 BP 1
## 1068 BP 1
## 1069 BP 1
## 1070 BP 1
## 1071 BP 1
## 1072 BP 1
## 1073 BP 1
## 1074 BP 1
## 1075 BP 1
## 1076 BP 1
## 1077 BP 1
## 1078 BP 1
## 1079 BP 1
## 1080 BP 1
## 1081 BP 1
## 1082 BP 1
## 1083 BP 1
## 1084 CC 1
## 1085 CC 1
## 1086 CC 1
## 1087 CC 1
## 1088 CC 1
## 1089 CC 1
## 1090 CC 1
## 1091 CC 1
## 1092 CC 1
## 1093 CC 1
## 1094 CC 1
## 1095 CC 1
## 1096 CC 1
## 1097 CC 1
## 1098 CC 1
## 1099 CC 1
## 1100 CC 1
## 1101 CC 1
## 1102 CC 1
## 1103 CC 1
## 1104 CC 1
## 1105 CC 1
## 1106 CC 1
## 1107 CC 1
## 1108 CC 1
## 1109 CC 1
## 1110 CC 1
## 1111 CC 1
## 1112 CC 1
## 1113 CC 1
## 1114 CC 1
## 1115 CC 1
## 1116 CC 1
## 1117 CC 1
## 1118 CC 1
## 1119 CC 1
## 1120 CC 1
## 1121 CC 1
## 1122 CC 1
## 1123 CC 1
## 1124 CC 1
## 1125 CC 1
## 1126 CC 1
## 1127 CC 1
## 1128 CC 1
## 1129 CC 1
## 1130 CC 1
## 1131 CC 1
## 1132 CC 1
## 1133 CC 1
## 1134 CC 1
## 1135 CC 1
## 1136 CC 1
## 1137 CC 1
## 1138 CC 1
## 1139 CC 1
## 1140 CC 1
## 1141 CC 1
## 1142 CC 1
## 1143 CC 1
## 1144 CC 1
## 1145 CC 1
## 1146 CC 1
## 1147 CC 1
## 1148 CC 1
## 1149 CC 1
## 1150 CC 1
## 1151 CC 1
## 1152 CC 1
## 1153 CC 1
## 1154 CC 1
## 1155 CC 1
## 1156 CC 1
## 1157 CC 1
## 1158 CC 1
## 1159 CC 1
## 1160 CC 1
## 1161 CC 1
## 1162 CC 1
## 1163 CC 1
## 1164 CC 1
## 1165 CC 1
## 1166 CC 1
## 1167 CC 1
## 1168 CC 1
## 1169 CC 1
## 1170 CC 1
## 1171 CC 1
## 1172 CC 1
## 1173 CC 1
## 1174 CC 1
## 1175 CC 1
## 1176 CC 1
## 1177 CC 1
## 1178 CC 1
## 1179 CC 1
## 1180 CC 1
## 1181 CC 1
## 1182 CC 1
## 1183 CC 1
## 1184 CC 1
## 1185 CC 1
## 1186 CC 1
## 1187 CC 1
## 1188 CC 1
## 1189 CC 1
## 1190 CC 1
## 1191 CC 1
## 1192 CC 1
## 1193 CC 1
## 1194 CC 1
## 1195 CC 1
## 1196 CC 1
## 1197 CC 1
## 1198 CC 1
## 1199 CC 1
## 1200 CC 1
## 1201 CC 1
## 1202 CC 1
## 1203 CC 1
## 1204 CC 1
## 1205 CC 1
## 1206 CC 1
## 1207 CC 1
## 1208 CC 1
## 1209 CC 1
## 1210 CC 1
## 1211 CC 1
## 1212 CC 1
## 1213 CC 1
## 1214 CC 1
## 1215 CC 1
## 1216 CC 1
## 1217 CC 1
## 1218 CC 1
## 1219 CC 1
## 1220 CC 1
## 1221 CC 1
## 1222 CC 1
## 1223 CC 1
## 1224 CC 1
## 1225 CC 1
## 1226 CC 1
## 1227 CC 1
## 1228 CC 1
## 1229 CC 1
## 1230 CC 1
## 1231 CC 1
## 1232 CC 1
## 1233 MF 1
## 1234 MF 1
## 1235 MF 1
## 1236 MF 1
## 1237 MF 1
## 1238 MF 1
## 1239 MF 1
## 1240 MF 1
## 1241 MF 1
## 1242 MF 1
## 1243 MF 1
## 1244 MF 1
## 1245 MF 1
## 1246 MF 1
## 1247 MF 1
## 1248 MF 1
## 1249 MF 1
## 1250 MF 1
## 1251 MF 1
## 1252 MF 1
## 1253 MF 1
## 1254 MF 1
## 1255 MF 1
## 1256 MF 1
## 1257 MF 1
## 1258 MF 1
## 1259 MF 1
## 1260 MF 1
## 1261 MF 1
## 1262 MF 1
## 1263 MF 1
## 1264 MF 1
## 1265 MF 1
## 1266 MF 1
## 1267 MF 1
## 1268 MF 1
## 1269 MF 1
## 1270 MF 1
## 1271 MF 1
## 1272 MF 1
## 1273 MF 1
## 1274 MF 1
## 1275 MF 1
## 1276 MF 1
## 1277 MF 1
## 1278 MF 1
## 1279 MF 1
## 1280 MF 1
## 1281 MF 1
## 1282 MF 1
## 1283 MF 1
## 1284 MF 1
## 1285 MF 1
## 1286 MF 1
## 1287 MF 1
## 1288 MF 1
## 1289 MF 1
## 1290 MF 1
## 1291 MF 1
## 1292 MF 1
## 1293 MF 1
## 1294 MF 1
## 1295 MF 1
## 1296 MF 1
## 1297 MF 1
## 1298 MF 1
## 1299 MF 1
## 1300 MF 1
## 1301 MF 1
## 1302 MF 1
## 1303 MF 1
## 1304 MF 1
## 1305 MF 1
## 1306 MF 1
## 1307 MF 1
## 1308 MF 1
## 1309 MF 1
## 1310 MF 1
## 1311 MF 1
## 1312 MF 1
## 1313 MF 1
## 1314 MF 1
## 1315 MF 1
## 1316 MF 1
## 1317 MF 1
## 1318 MF 1
## 1319 MF 1
## 1320 MF 1
## 1321 MF 1
## 1322 MF 1
## 1323 MF 1
## 1324 MF 1
## 1325 MF 1
## 1326 MF 1
## 1327 MF 1
## 1328 MF 1
## 1329 MF 1
## 1330 MF 1
## 1331 MF 1
## 1332 MF 1
## 1333 MF 1
## 1334 MF 1
## 1335 MF 1
## 1336 MF 1
## 1337 MF 1
## 1338 MF 1
## 1339 MF 1
## 1340 MF 1
## 1341 MF 1
## 1342 MF 1
## 1343 MF 1
## 1344 MF 1
## 1345 MF 1
## 1346 MF 1
## 1347 MF 1
## 1348 MF 1
## 1349 MF 1
## 1350 MF 1
## 1351 MF 1
## 1352 MF 1
## 1353 MF 1
## 1354 MF 1
## 1355 MF 1
## 1356 MF 1
## 1357 MF 1
## 1358 MF 1
## 1359 MF 1
## 1360 MF 1
## 1361 MF 1
## 1362 MF 1
## 1363 MF 1
## 1364 MF 1
## 1365 MF 1
## 1366 MF 1
## 1367 MF 1
## 1368 MF 1
## 1369 MF 1
## 1370 MF 1
## 1371 MF 1
## 1372 MF 1
## 1373 MF 1
## 1374 MF 1
## 1375 MF 1
## 1376 MF 1
## 1377 MF 1
## 1378 MF 1
## 1379 MF 1
## 1380 MF 1
## 1381 MF 1
## 1382 MF 1
## 1383 MF 1
## 1384 MF 1
## 1385 MF 1
## 1386 MF 1
## 1387 MF 1
## 1388 MF 1
## 1389 MF 1
## 1390 <NA> 1
## 1391 <NA> 1
## 1392 <NA> 1
## 1393 <NA> 1
## 1394 <NA> 1
## 1395 <NA> 1
## 1396 <NA> 1
## 1397 <NA> 1
## 1398 <NA> 1
## 1399 <NA> 1
## 1400 <NA> 1
## 1401 <NA> 1
## 1402 <NA> 1
## 1403 <NA> 1
## 1404 <NA> 1
## 1405 <NA> 1
## 1406 <NA> 1
## 1407 <NA> 1
## 1408 <NA> 1
## 1409 <NA> 1
## 1410 <NA> 1
## 1411 <NA> 1
## 1412 <NA> 1
## 1413 <NA> 1
## 1414 <NA> 1
## 1415 <NA> 1
## 1416 <NA> 1
## 1417 <NA> 1
## 1418 <NA> 1
## 1419 <NA> 1
## 1420 <NA> 1
## 1421 <NA> 1
## 1422 <NA> 1
## 1423 <NA> 1
## 1424 <NA> 1
## 1425 <NA> 1
## 1426 <NA> 1
## 1427 <NA> 1
## 1428 <NA> 1
## 1429 <NA> 1
## 1430 <NA> 1
## 1431 <NA> 1
## 1432 <NA> 1
## 1433 <NA> 1
## 1434 <NA> 1
## 1435 <NA> 1
## 1436 <NA> 1
## 1437 <NA> 1
## 1438 <NA> 1
## 1439 <NA> 1
## 1440 <NA> 1
## 1441 <NA> 1
## 1442 <NA> 1
## 1443 <NA> 1
## 1444 <NA> 1
## 1445 <NA> 1
## 1446 <NA> 1
## 1447 <NA> 1
## 1448 <NA> 1
## 1449 <NA> 1
## 1450 <NA> 1
## 1451 <NA> 1
## 1452 <NA> 1
## 1453 <NA> 1
## 1454 <NA> 1
## 1455 <NA> 1
## 1456 <NA> 1
## 1457 <NA> 1
## 1458 <NA> 1
## 1459 <NA> 1
## 1460 <NA> 1
## 1461 <NA> 1
## 1462 <NA> 1
## 1463 <NA> 1
## 1464 <NA> 1
## 1465 <NA> 1
## 1466 <NA> 1
## 1467 <NA> 1
## 1468 <NA> 1
## 1469 <NA> 1
## 1470 <NA> 1
## 1471 <NA> 1
## 1472 <NA> 1
## 1473 <NA> 1
## 1474 <NA> 1
## 1475 <NA> 1
## 1476 <NA> 1
## 1477 <NA> 1
## 1478 <NA> 1
## 1479 <NA> 1
## 1480 <NA> 1
## 1481 <NA> 1
## 1482 <NA> 1
## 1483 <NA> 1
## 1484 <NA> 1
## 1485 <NA> 1
## 1486 <NA> 1
## 1487 <NA> 1
## 1488 <NA> 1
## 1489 <NA> 1
go_results<-go_results%>%
filter(ontology=="BP")%>%
filter(bh_adjust != "NA") %>%
#filter(numInCat>10)%>%
arrange(., bh_adjust)
go_results
## X GOterm over_represented_pvalue under_represented_pvalue
## 1 1 GO:0006766 0.01935612 1.0000000
## 2 2 GO:0006767 0.01935612 1.0000000
## 3 3 GO:0009235 0.01935612 1.0000000
## 4 4 GO:0033013 0.01935612 1.0000000
## 5 5 GO:0007043 0.03173746 1.0000000
## 6 6 GO:0008582 0.03173746 1.0000000
## 7 7 GO:0031334 0.03173746 1.0000000
## 8 8 GO:0034329 0.03173746 1.0000000
## 9 9 GO:0043254 0.03173746 1.0000000
## 10 10 GO:0043297 0.03173746 1.0000000
## 11 11 GO:0044089 0.03173746 1.0000000
## 12 12 GO:0051963 0.03173746 1.0000000
## 13 13 GO:0070830 0.03173746 1.0000000
## 14 14 GO:0071896 0.03173746 1.0000000
## 15 15 GO:1902414 0.03173746 1.0000000
## 16 16 GO:1904396 0.03173746 1.0000000
## 17 17 GO:0050803 0.04436814 0.9994975
## 18 18 GO:0050807 0.04436814 0.9994975
## 19 19 GO:0034330 0.04509074 0.9994808
## 20 20 GO:0045216 0.04509074 0.9994808
## 21 21 GO:0006874 0.05195659 0.9993082
## 22 22 GO:0055074 0.05195659 0.9993082
## 23 23 GO:0051130 0.06392703 0.9989462
## 24 24 GO:0044087 0.06631970 0.9988644
## 25 25 GO:0065008 0.07000798 0.9912384
## 26 26 GO:0048638 0.07022186 0.9987242
## 27 27 GO:0006508 0.07645062 0.9979860
## 28 28 GO:0006725 0.08655021 0.9974063
## 29 29 GO:0044281 0.08655021 0.9974063
## 30 30 GO:0046483 0.08655021 0.9974063
## 31 31 GO:0009967 0.09126332 0.9971097
## 32 32 GO:0010647 0.09126332 0.9971097
## 33 33 GO:0023056 0.09126332 0.9971097
## 34 34 GO:0048584 0.09126332 0.9971097
## 35 35 GO:0007163 0.09803491 0.9966540
## 36 36 GO:0008104 0.09803491 0.9966540
## 37 37 GO:0030010 0.09803491 0.9966540
## 38 38 GO:0033036 0.09803491 0.9966540
## 39 39 GO:0065007 0.10049476 0.9842693
## 40 40 GO:0040008 0.10113420 0.9964338
## 41 41 GO:0051960 0.10343193 0.9962658
## 42 42 GO:0022607 0.11212675 0.9950586
## 43 43 GO:0044085 0.11212675 0.9950586
## 44 44 GO:0008150 0.11396771 0.9806453
## 45 45 GO:0009987 0.11396771 0.9806453
## 46 46 GO:1901360 0.11939987 0.9943782
## 47 47 GO:0050793 0.13025323 0.9932763
## 48 48 GO:2000026 0.13025323 0.9932763
## 49 49 GO:0051128 0.14455080 0.9911315
## 50 50 GO:0009966 0.15285968 0.9900456
## 51 51 GO:0006873 0.16734956 0.9875154
## 52 52 GO:0030003 0.16734956 0.9875154
## 53 53 GO:0048878 0.16734956 0.9875154
## 54 54 GO:0050801 0.16734956 0.9875154
## 55 55 GO:0055080 0.16734956 0.9875154
## 56 56 GO:0055082 0.16734956 0.9875154
## 57 57 GO:0098771 0.16734956 0.9875154
## 58 58 GO:0010646 0.18233901 0.9850796
## 59 59 GO:0023051 0.18233901 0.9850796
## 60 60 GO:0048522 0.18377740 0.9848335
## 61 61 GO:0048583 0.18653774 0.9843552
## 62 62 GO:0051239 0.18653774 0.9843552
## 63 63 GO:0019725 0.19773937 0.9818573
## 64 64 GO:0042592 0.19773937 0.9818573
## 65 65 GO:0019538 0.20882099 0.9789651
## 66 66 GO:0043170 0.20882099 0.9789651
## 67 67 GO:0048518 0.21313627 0.9787766
## 68 68 GO:0016043 0.23176093 0.9738275
## 69 69 GO:0071840 0.23176093 0.9738275
## 70 70 GO:0006807 0.26305267 0.9650987
## 71 71 GO:0008152 0.26305267 0.9650987
## 72 72 GO:0044237 0.26305267 0.9650987
## 73 73 GO:0044238 0.26305267 0.9650987
## 74 74 GO:0071704 0.26305267 0.9650987
## 75 75 GO:1901564 0.26305267 0.9650987
## 76 76 GO:0051179 0.30909463 0.9507890
## 77 77 GO:0050789 0.34393365 0.9372229
## 78 78 GO:0050794 0.34393365 0.9372229
## 79 79 GO:0006355 1.00000000 0.9418800
## 80 80 GO:0006357 1.00000000 0.9418800
## 81 81 GO:0007610 1.00000000 0.9418800
## 82 82 GO:0009889 1.00000000 0.9418800
## 83 83 GO:0009890 1.00000000 0.9418800
## 84 84 GO:0010556 1.00000000 0.9418800
## 85 85 GO:0019219 1.00000000 0.9418800
## 86 86 GO:0031324 1.00000000 0.9418800
## 87 87 GO:0031326 1.00000000 0.9418800
## 88 88 GO:0031327 1.00000000 0.9418800
## 89 89 GO:0050878 1.00000000 0.9418800
## 90 90 GO:0051172 1.00000000 0.9418800
## 91 91 GO:0051252 1.00000000 0.9418800
## 92 92 GO:1903506 1.00000000 0.9418800
## 93 93 GO:2000112 1.00000000 0.9418800
## 94 94 GO:2001141 1.00000000 0.9418800
## 95 95 GO:0023052 1.00000000 0.7846599
## 96 96 GO:0044260 1.00000000 0.8339425
## 97 97 GO:0006812 1.00000000 0.8490902
## 98 98 GO:0030001 1.00000000 0.8490902
## 99 99 GO:0034220 1.00000000 0.8490902
## 100 100 GO:0055085 1.00000000 0.8490902
## 101 101 GO:0098655 1.00000000 0.8490902
## 102 102 GO:0098660 1.00000000 0.8490902
## 103 103 GO:0098662 1.00000000 0.8490902
## 104 104 GO:0007413 1.00000000 0.9470133
## 105 105 GO:0008037 1.00000000 0.9470133
## 106 106 GO:0008038 1.00000000 0.9470133
## 107 107 GO:0040007 1.00000000 0.9470133
## 108 108 GO:0048589 1.00000000 0.9470133
## 109 109 GO:0060560 1.00000000 0.9470133
## 110 110 GO:0061564 1.00000000 0.9470133
## 111 111 GO:0106030 1.00000000 0.9470133
## 112 112 GO:0051240 1.00000000 0.9329110
## 113 113 GO:0035295 1.00000000 0.8392484
## 114 114 GO:0010817 1.00000000 0.9326761
## 115 115 GO:0042445 1.00000000 0.9326761
## 116 116 GO:0007165 1.00000000 0.8129515
## 117 117 GO:0009790 1.00000000 0.8278811
## 118 118 GO:1901565 1.00000000 0.9417805
## 119 119 GO:1901575 1.00000000 0.9417805
## 120 120 GO:0001736 1.00000000 0.9315332
## 121 121 GO:0001738 1.00000000 0.9315332
## 122 122 GO:0001745 1.00000000 0.9315332
## 123 123 GO:0007156 1.00000000 0.9315332
## 124 124 GO:0007164 1.00000000 0.9315332
## 125 125 GO:0007389 1.00000000 0.9315332
## 126 126 GO:0016318 1.00000000 0.9315332
## 127 127 GO:0016339 1.00000000 0.9315332
## 128 128 GO:0022603 1.00000000 0.9315332
## 129 129 GO:0042067 1.00000000 0.9315332
## 130 130 GO:0044331 1.00000000 0.9315332
## 131 131 GO:0048749 1.00000000 0.9315332
## 132 132 GO:0070727 1.00000000 0.9315332
## 133 133 GO:0098609 1.00000000 0.9315332
## 134 134 GO:0098742 1.00000000 0.9315332
## 135 135 GO:0048646 1.00000000 0.8795282
## 136 136 GO:0001501 1.00000000 0.9352072
## 137 137 GO:0001655 1.00000000 0.9352072
## 138 138 GO:0001822 1.00000000 0.9352072
## 139 139 GO:0072001 1.00000000 0.9352072
## 140 140 GO:0009887 1.00000000 0.8264063
## 141 141 GO:0009057 1.00000000 0.9734535
## 142 142 GO:0030163 1.00000000 0.9734535
## 143 143 GO:0044265 1.00000000 0.9734535
## 144 144 GO:0051603 1.00000000 0.9734535
## 145 145 GO:0048519 1.00000000 0.8156145
## 146 146 GO:0009611 1.00000000 0.9257735
## 147 147 GO:0006518 1.00000000 0.9321638
## 148 148 GO:0043603 1.00000000 0.9321638
## 149 149 GO:0070482 1.00000000 0.9321638
## 150 150 GO:0006139 1.00000000 0.9314819
## 151 151 GO:0006753 1.00000000 0.9314819
## 152 152 GO:0006793 1.00000000 0.9314819
## 153 153 GO:0006796 1.00000000 0.9314819
## 154 154 GO:0009117 1.00000000 0.9314819
## 155 155 GO:0019637 1.00000000 0.9314819
## 156 156 GO:0055086 1.00000000 0.9314819
## 157 157 GO:1901700 1.00000000 0.9314819
## 158 158 GO:0008219 1.00000000 0.9338061
## 159 159 GO:0012501 1.00000000 0.9338061
## 160 160 GO:0008361 1.00000000 0.9283325
## 161 161 GO:0032535 1.00000000 0.9283325
## 162 162 GO:0048667 1.00000000 0.9283325
## 163 163 GO:0051649 1.00000000 0.9283325
## 164 164 GO:0048598 1.00000000 0.8534136
## 165 165 GO:0036211 1.00000000 0.8566907
## 166 166 GO:0043412 1.00000000 0.8566907
## 167 167 GO:0006820 1.00000000 0.8498243
## 168 168 GO:0015701 1.00000000 0.8498243
## 169 169 GO:0015711 1.00000000 0.8498243
## 170 170 GO:0071702 1.00000000 0.8498243
## 171 171 GO:0003008 1.00000000 0.9027601
## 172 172 GO:0002064 1.00000000 0.8960329
## 173 173 GO:0009968 1.00000000 0.9378399
## 174 174 GO:0010648 1.00000000 0.9378399
## 175 175 GO:0023057 1.00000000 0.9378399
## 176 176 GO:0048585 1.00000000 0.9378399
## 177 177 GO:0090102 1.00000000 0.9378399
## 178 178 GO:1902532 1.00000000 0.9378399
## 179 179 GO:0006810 1.00000000 0.7944203
## 180 180 GO:0006811 1.00000000 0.7944203
## 181 181 GO:0060429 1.00000000 0.8572378
## 182 182 GO:0002164 1.00000000 0.9534246
## 183 183 GO:0048562 1.00000000 0.9534246
## 184 184 GO:0048568 1.00000000 0.9534246
## 185 185 GO:0007423 1.00000000 0.8409402
## 186 186 GO:0006325 1.00000000 0.9615600
## 187 187 GO:0016570 1.00000000 0.9615600
## 188 188 GO:0051276 1.00000000 0.9615600
## 189 189 GO:0048468 1.00000000 0.8158285
## 190 190 GO:0002165 1.00000000 0.9567117
## 191 191 GO:0003007 1.00000000 0.9567117
## 192 192 GO:0007424 1.00000000 0.9567117
## 193 193 GO:0007444 1.00000000 0.9567117
## 194 194 GO:0007552 1.00000000 0.9567117
## 195 195 GO:0007560 1.00000000 0.9567117
## 196 196 GO:0009886 1.00000000 0.9567117
## 197 197 GO:0035151 1.00000000 0.9567117
## 198 198 GO:0035152 1.00000000 0.9567117
## 199 199 GO:0035159 1.00000000 0.9567117
## 200 200 GO:0048563 1.00000000 0.9567117
## 201 201 GO:0048569 1.00000000 0.9567117
## 202 202 GO:0048707 1.00000000 0.9567117
## 203 203 GO:0060562 1.00000000 0.9567117
## 204 204 GO:0006996 1.00000000 0.8350051
## 205 205 GO:0007399 1.00000000 0.8266145
## 206 206 GO:0022008 1.00000000 0.8266145
## 207 207 GO:0030182 1.00000000 0.8266145
## 208 208 GO:0048699 1.00000000 0.8266145
## 209 209 GO:0019222 1.00000000 0.8464037
## 210 210 GO:0080090 1.00000000 0.8464037
## 211 211 GO:0000902 1.00000000 0.8683943
## 212 212 GO:0000904 1.00000000 0.8683943
## 213 213 GO:0040011 1.00000000 0.8683943
## 214 214 GO:0048870 1.00000000 0.8683943
## 215 215 GO:0051674 1.00000000 0.8683943
## 216 216 GO:0009893 1.00000000 0.9016676
## 217 217 GO:0010604 1.00000000 0.9016676
## 218 218 GO:0051246 1.00000000 0.9016676
## 219 219 GO:0090066 1.00000000 0.8592396
## 220 220 GO:0072359 1.00000000 0.8500123
## 221 221 GO:0035150 1.00000000 0.9255825
## 222 222 GO:0000281 1.00000000 0.9869561
## 223 223 GO:0000910 1.00000000 0.9869561
## 224 224 GO:0006338 1.00000000 0.9869561
## 225 225 GO:0006473 1.00000000 0.9869561
## 226 226 GO:0006475 1.00000000 0.9869561
## 227 227 GO:0007015 1.00000000 0.9869561
## 228 228 GO:0007517 1.00000000 0.9869561
## 229 229 GO:0007519 1.00000000 0.9869561
## 230 230 GO:0007528 1.00000000 0.9869561
## 231 231 GO:0010927 1.00000000 0.9869561
## 232 232 GO:0014706 1.00000000 0.9869561
## 233 233 GO:0014866 1.00000000 0.9869561
## 234 234 GO:0014902 1.00000000 0.9869561
## 235 235 GO:0014904 1.00000000 0.9869561
## 236 236 GO:0016573 1.00000000 0.9869561
## 237 237 GO:0018193 1.00000000 0.9869561
## 238 238 GO:0018205 1.00000000 0.9869561
## 239 239 GO:0018393 1.00000000 0.9869561
## 240 240 GO:0018394 1.00000000 0.9869561
## 241 241 GO:0030239 1.00000000 0.9869561
## 242 242 GO:0031032 1.00000000 0.9869561
## 243 243 GO:0034728 1.00000000 0.9869561
## 244 244 GO:0042692 1.00000000 0.9869561
## 245 245 GO:0043543 1.00000000 0.9869561
## 246 246 GO:0048741 1.00000000 0.9869561
## 247 247 GO:0051146 1.00000000 0.9869561
## 248 248 GO:0051301 1.00000000 0.9869561
## 249 249 GO:0055001 1.00000000 0.9869561
## 250 250 GO:0055002 1.00000000 0.9869561
## 251 251 GO:0060538 1.00000000 0.9869561
## 252 252 GO:0061061 1.00000000 0.9869561
## 253 253 GO:0061640 1.00000000 0.9869561
## 254 254 GO:0070925 1.00000000 0.9869561
## 255 255 GO:0071689 1.00000000 0.9869561
## 256 256 GO:0071824 1.00000000 0.9869561
## 257 257 GO:0097435 1.00000000 0.9869561
## 258 258 GO:0098529 1.00000000 0.9869561
## 259 259 GO:0002065 1.00000000 0.9331230
## 260 260 GO:0002066 1.00000000 0.9331230
## 261 261 GO:0003407 1.00000000 0.9331230
## 262 262 GO:0007600 1.00000000 0.9331230
## 263 263 GO:0022037 1.00000000 0.9331230
## 264 264 GO:0030902 1.00000000 0.9331230
## 265 265 GO:0042490 1.00000000 0.9331230
## 266 266 GO:0042491 1.00000000 0.9331230
## 267 267 GO:0043010 1.00000000 0.9331230
## 268 268 GO:0050804 1.00000000 0.9331230
## 269 269 GO:0050877 1.00000000 0.9331230
## 270 270 GO:0060041 1.00000000 0.9331230
## 271 271 GO:0060113 1.00000000 0.9331230
## 272 272 GO:0060117 1.00000000 0.9331230
## 273 273 GO:0060119 1.00000000 0.9331230
## 274 274 GO:0060563 1.00000000 0.9331230
## 275 275 GO:0099177 1.00000000 0.9331230
## 276 276 GO:0032989 1.00000000 0.8570642
## 277 277 GO:0001944 1.00000000 0.9305035
## 278 278 GO:0000003 1.00000000 0.8450307
## 279 279 GO:0022414 1.00000000 0.8450307
## 280 280 GO:0000132 1.00000000 0.9602564
## 281 281 GO:0001558 1.00000000 0.9602564
## 282 282 GO:0001751 1.00000000 0.9602564
## 283 283 GO:0003381 1.00000000 0.9602564
## 284 284 GO:0003382 1.00000000 0.9602564
## 285 285 GO:0003383 1.00000000 0.9602564
## 286 286 GO:0003384 1.00000000 0.9602564
## 287 287 GO:0006935 1.00000000 0.9602564
## 288 288 GO:0007409 1.00000000 0.9602564
## 289 289 GO:0007411 1.00000000 0.9602564
## 290 290 GO:0007412 1.00000000 0.9602564
## 291 291 GO:0010769 1.00000000 0.9602564
## 292 292 GO:0010771 1.00000000 0.9602564
## 293 293 GO:0016049 1.00000000 0.9602564
## 294 294 GO:0022604 1.00000000 0.9602564
## 295 295 GO:0030048 1.00000000 0.9602564
## 296 296 GO:0030516 1.00000000 0.9602564
## 297 297 GO:0030865 1.00000000 0.9602564
## 298 298 GO:0030866 1.00000000 0.9602564
## 299 299 GO:0031290 1.00000000 0.9602564
## 300 300 GO:0032101 1.00000000 0.9602564
## 301 301 GO:0032507 1.00000000 0.9602564
## 302 302 GO:0040001 1.00000000 0.9602564
## 303 303 GO:0042051 1.00000000 0.9602564
## 304 304 GO:0042074 1.00000000 0.9602564
## 305 305 GO:0042330 1.00000000 0.9602564
## 306 306 GO:0042461 1.00000000 0.9602564
## 307 307 GO:0042462 1.00000000 0.9602564
## 308 308 GO:0045185 1.00000000 0.9602564
## 309 309 GO:0045463 1.00000000 0.9602564
## 310 310 GO:0045465 1.00000000 0.9602564
## 311 311 GO:0045466 1.00000000 0.9602564
## 312 312 GO:0045467 1.00000000 0.9602564
## 313 313 GO:0048588 1.00000000 0.9602564
## 314 314 GO:0048675 1.00000000 0.9602564
## 315 315 GO:0048814 1.00000000 0.9602564
## 316 316 GO:0048841 1.00000000 0.9602564
## 317 317 GO:0048846 1.00000000 0.9602564
## 318 318 GO:0050770 1.00000000 0.9602564
## 319 319 GO:0050774 1.00000000 0.9602564
## 320 320 GO:0050920 1.00000000 0.9602564
## 321 321 GO:0051235 1.00000000 0.9602564
## 322 322 GO:0051293 1.00000000 0.9602564
## 323 323 GO:0051294 1.00000000 0.9602564
## 324 324 GO:0051640 1.00000000 0.9602564
## 325 325 GO:0051651 1.00000000 0.9602564
## 326 326 GO:0051653 1.00000000 0.9602564
## 327 327 GO:0051656 1.00000000 0.9602564
## 328 328 GO:0061387 1.00000000 0.9602564
## 329 329 GO:0070252 1.00000000 0.9602564
## 330 330 GO:0097485 1.00000000 0.9602564
## 331 331 GO:1902284 1.00000000 0.9602564
## 332 332 GO:1902667 1.00000000 0.9602564
## 333 333 GO:1902850 1.00000000 0.9602564
## 334 334 GO:1990138 1.00000000 0.9602564
## 335 335 GO:0043933 1.00000000 0.9509450
## 336 336 GO:0000122 1.00000000 0.9742689
## 337 337 GO:0001967 1.00000000 0.9742689
## 338 338 GO:0006476 1.00000000 0.9742689
## 339 339 GO:0007596 1.00000000 0.9742689
## 340 340 GO:0007599 1.00000000 0.9742689
## 341 341 GO:0007631 1.00000000 0.9742689
## 342 342 GO:0010558 1.00000000 0.9742689
## 343 343 GO:0016575 1.00000000 0.9742689
## 344 344 GO:0035601 1.00000000 0.9742689
## 345 345 GO:0045892 1.00000000 0.9742689
## 346 346 GO:0045934 1.00000000 0.9742689
## 347 347 GO:0050817 1.00000000 0.9742689
## 348 348 GO:0051253 1.00000000 0.9742689
## 349 349 GO:0098732 1.00000000 0.9742689
## 350 350 GO:1902679 1.00000000 0.9742689
## 351 351 GO:1903507 1.00000000 0.9742689
## 352 352 GO:2000113 1.00000000 0.9742689
## 353 353 GO:0048523 1.00000000 0.8460441
## 354 354 GO:0006950 1.00000000 0.8658696
## 355 355 GO:0003006 1.00000000 0.9288670
## 356 356 GO:0048608 1.00000000 0.9288670
## 357 357 GO:0061458 1.00000000 0.9288670
## 358 358 GO:0009894 1.00000000 0.9319939
## 359 359 GO:0014070 1.00000000 0.9319939
## 360 360 GO:0051173 1.00000000 0.9319939
## 361 361 GO:0051247 1.00000000 0.9319939
## 362 362 GO:0071407 1.00000000 0.9319939
## 363 363 GO:0001667 1.00000000 0.9259596
## 364 364 GO:0010721 1.00000000 0.9259596
## 365 365 GO:0010975 1.00000000 0.9259596
## 366 366 GO:0010977 1.00000000 0.9259596
## 367 367 GO:0031344 1.00000000 0.9259596
## 368 368 GO:0031345 1.00000000 0.9259596
## 369 369 GO:0032990 1.00000000 0.9259596
## 370 370 GO:0045595 1.00000000 0.9259596
## 371 371 GO:0045596 1.00000000 0.9259596
## 372 372 GO:0045664 1.00000000 0.9259596
## 373 373 GO:0045665 1.00000000 0.9259596
## 374 374 GO:0048812 1.00000000 0.9259596
## 375 375 GO:0048858 1.00000000 0.9259596
## 376 376 GO:0050767 1.00000000 0.9259596
## 377 377 GO:0050768 1.00000000 0.9259596
## 378 378 GO:0050773 1.00000000 0.9259596
## 379 379 GO:0051093 1.00000000 0.9259596
## 380 380 GO:0051129 1.00000000 0.9259596
## 381 381 GO:0051961 1.00000000 0.9259596
## 382 382 GO:0060284 1.00000000 0.9259596
## 383 383 GO:0120035 1.00000000 0.9259596
## 384 384 GO:0120039 1.00000000 0.9259596
## 385 385 GO:2000171 1.00000000 0.9259596
## 386 386 GO:0001503 1.00000000 0.9700901
## 387 387 GO:0001657 1.00000000 0.9700901
## 388 388 GO:0001658 1.00000000 0.9700901
## 389 389 GO:0001737 1.00000000 0.9700901
## 390 390 GO:0001763 1.00000000 0.9700901
## 391 391 GO:0001823 1.00000000 0.9700901
## 392 392 GO:0003002 1.00000000 0.9700901
## 393 393 GO:0003170 1.00000000 0.9700901
## 394 394 GO:0003171 1.00000000 0.9700901
## 395 395 GO:0003174 1.00000000 0.9700901
## 396 396 GO:0003179 1.00000000 0.9700901
## 397 397 GO:0003181 1.00000000 0.9700901
## 398 398 GO:0003183 1.00000000 0.9700901
## 399 399 GO:0003188 1.00000000 0.9700901
## 400 400 GO:0003190 1.00000000 0.9700901
## 401 401 GO:0003192 1.00000000 0.9700901
## 402 402 GO:0003197 1.00000000 0.9700901
## 403 403 GO:0003203 1.00000000 0.9700901
## 404 404 GO:0003272 1.00000000 0.9700901
## 405 405 GO:0003273 1.00000000 0.9700901
## 406 406 GO:0007157 1.00000000 0.9700901
## 407 407 GO:0007447 1.00000000 0.9700901
## 408 408 GO:0007472 1.00000000 0.9700901
## 409 409 GO:0007476 1.00000000 0.9700901
## 410 410 GO:0007478 1.00000000 0.9700901
## 411 411 GO:0007480 1.00000000 0.9700901
## 412 412 GO:0010463 1.00000000 0.9700901
## 413 413 GO:0018149 1.00000000 0.9700901
## 414 414 GO:0021700 1.00000000 0.9700901
## 415 415 GO:0021915 1.00000000 0.9700901
## 416 416 GO:0030859 1.00000000 0.9700901
## 417 417 GO:0035088 1.00000000 0.9700901
## 418 418 GO:0035089 1.00000000 0.9700901
## 419 419 GO:0035114 1.00000000 0.9700901
## 420 420 GO:0035120 1.00000000 0.9700901
## 421 421 GO:0035218 1.00000000 0.9700901
## 422 422 GO:0035220 1.00000000 0.9700901
## 423 423 GO:0035222 1.00000000 0.9700901
## 424 424 GO:0035316 1.00000000 0.9700901
## 425 425 GO:0035317 1.00000000 0.9700901
## 426 426 GO:0035329 1.00000000 0.9700901
## 427 427 GO:0035330 1.00000000 0.9700901
## 428 428 GO:0035331 1.00000000 0.9700901
## 429 429 GO:0035332 1.00000000 0.9700901
## 430 430 GO:0036342 1.00000000 0.9700901
## 431 431 GO:0043931 1.00000000 0.9700901
## 432 432 GO:0045197 1.00000000 0.9700901
## 433 433 GO:0045198 1.00000000 0.9700901
## 434 434 GO:0045317 1.00000000 0.9700901
## 435 435 GO:0048737 1.00000000 0.9700901
## 436 436 GO:0048754 1.00000000 0.9700901
## 437 437 GO:0048799 1.00000000 0.9700901
## 438 438 GO:0048859 1.00000000 0.9700901
## 439 439 GO:0060348 1.00000000 0.9700901
## 440 440 GO:0060485 1.00000000 0.9700901
## 441 441 GO:0060675 1.00000000 0.9700901
## 442 442 GO:0060973 1.00000000 0.9700901
## 443 443 GO:0060993 1.00000000 0.9700901
## 444 444 GO:0061138 1.00000000 0.9700901
## 445 445 GO:0061162 1.00000000 0.9700901
## 446 446 GO:0061245 1.00000000 0.9700901
## 447 447 GO:0061326 1.00000000 0.9700901
## 448 448 GO:0061333 1.00000000 0.9700901
## 449 449 GO:0061339 1.00000000 0.9700901
## 450 450 GO:0070977 1.00000000 0.9700901
## 451 451 GO:0071695 1.00000000 0.9700901
## 452 452 GO:0072006 1.00000000 0.9700901
## 453 453 GO:0072009 1.00000000 0.9700901
## 454 454 GO:0072028 1.00000000 0.9700901
## 455 455 GO:0072073 1.00000000 0.9700901
## 456 456 GO:0072078 1.00000000 0.9700901
## 457 457 GO:0072080 1.00000000 0.9700901
## 458 458 GO:0072088 1.00000000 0.9700901
## 459 459 GO:0072132 1.00000000 0.9700901
## 460 460 GO:0072137 1.00000000 0.9700901
## 461 461 GO:0072163 1.00000000 0.9700901
## 462 462 GO:0072164 1.00000000 0.9700901
## 463 463 GO:0072171 1.00000000 0.9700901
## 464 464 GO:0072657 1.00000000 0.9700901
## 465 465 GO:0072659 1.00000000 0.9700901
## 466 466 GO:0090162 1.00000000 0.9700901
## 467 467 GO:0090175 1.00000000 0.9700901
## 468 468 GO:0090176 1.00000000 0.9700901
## 469 469 GO:0090251 1.00000000 0.9700901
## 470 470 GO:1905330 1.00000000 0.9700901
## 471 471 GO:1990778 1.00000000 0.9700901
## 472 472 GO:2000027 1.00000000 0.9700901
## 473 473 GO:0008283 1.00000000 0.9346935
## 474 474 GO:0042060 1.00000000 0.9608330
## 475 475 GO:0008544 1.00000000 0.9052101
## 476 476 GO:0009913 1.00000000 0.9052101
## 477 477 GO:0035315 1.00000000 0.9052101
## 478 478 GO:0048839 1.00000000 0.9052101
## 479 479 GO:0070887 1.00000000 0.8401723
## 480 480 GO:0048666 1.00000000 0.8521080
## 481 481 GO:0030029 1.00000000 0.9138798
## 482 482 GO:0046688 1.00000000 0.9316870
## 483 483 GO:0010038 1.00000000 0.9013707
## 484 484 GO:0051641 1.00000000 0.9005626
## 485 485 GO:0042303 1.00000000 0.9502260
## 486 486 GO:0043583 1.00000000 0.8757538
## 487 487 GO:0030030 1.00000000 0.8564160
## 488 488 GO:0120036 1.00000000 0.8564160
## 489 489 GO:0032879 1.00000000 0.8951740
## 490 490 GO:0040012 1.00000000 0.8951740
## 491 491 GO:0051241 1.00000000 0.8951740
## 492 492 GO:0001754 1.00000000 0.9268480
## 493 493 GO:0046530 1.00000000 0.9268480
## 494 494 GO:0001838 1.00000000 0.9862098
## 495 495 GO:0002168 1.00000000 0.9862098
## 496 496 GO:0003143 1.00000000 0.9862098
## 497 497 GO:0003144 1.00000000 0.9862098
## 498 498 GO:0007419 1.00000000 0.9862098
## 499 499 GO:0007503 1.00000000 0.9862098
## 500 500 GO:0007505 1.00000000 0.9862098
## 501 501 GO:0007561 1.00000000 0.9862098
## 502 502 GO:0007591 1.00000000 0.9862098
## 503 503 GO:0016331 1.00000000 0.9862098
## 504 504 GO:0022411 1.00000000 0.9862098
## 505 505 GO:0030198 1.00000000 0.9862098
## 506 506 GO:0031099 1.00000000 0.9862098
## 507 507 GO:0034769 1.00000000 0.9862098
## 508 508 GO:0035001 1.00000000 0.9862098
## 509 509 GO:0035050 1.00000000 0.9862098
## 510 510 GO:0035148 1.00000000 0.9862098
## 511 511 GO:0042246 1.00000000 0.9862098
## 512 512 GO:0043062 1.00000000 0.9862098
## 513 513 GO:0060612 1.00000000 0.9862098
## 514 514 GO:0061448 1.00000000 0.9862098
## 515 515 GO:0071711 1.00000000 0.9862098
## 516 516 GO:0072175 1.00000000 0.9862098
## 517 517 GO:0097156 1.00000000 0.9862098
## 518 518 GO:0021537 1.00000000 0.9322286
## 519 519 GO:0021543 1.00000000 0.9322286
## 520 520 GO:0030900 1.00000000 0.9322286
## 521 521 GO:0040017 1.00000000 0.9322286
## 522 522 GO:0043085 1.00000000 0.9322286
## 523 523 GO:0044093 1.00000000 0.9322286
## 524 524 GO:0050790 1.00000000 0.9322286
## 525 525 GO:0065009 1.00000000 0.9322286
## 526 526 GO:0001568 1.00000000 0.9640434
## 527 527 GO:0001570 1.00000000 0.9640434
## 528 528 GO:0002376 1.00000000 0.9640434
## 529 529 GO:0002520 1.00000000 0.9640434
## 530 530 GO:0006629 1.00000000 0.9640434
## 531 531 GO:0007167 1.00000000 0.9640434
## 532 532 GO:0007169 1.00000000 0.9640434
## 533 533 GO:0007548 1.00000000 0.9640434
## 534 534 GO:0008202 1.00000000 0.9640434
## 535 535 GO:0008209 1.00000000 0.9640434
## 536 536 GO:0008210 1.00000000 0.9640434
## 537 537 GO:0008406 1.00000000 0.9640434
## 538 538 GO:0008585 1.00000000 0.9640434
## 539 539 GO:0009896 1.00000000 0.9640434
## 540 540 GO:0010171 1.00000000 0.9640434
## 541 541 GO:0030097 1.00000000 0.9640434
## 542 542 GO:0042176 1.00000000 0.9640434
## 543 543 GO:0045137 1.00000000 0.9640434
## 544 544 GO:0045732 1.00000000 0.9640434
## 545 545 GO:0046545 1.00000000 0.9640434
## 546 546 GO:0046660 1.00000000 0.9640434
## 547 547 GO:0048008 1.00000000 0.9640434
## 548 548 GO:0048514 1.00000000 0.9640434
## 549 549 GO:0048534 1.00000000 0.9640434
## 550 550 GO:0048705 1.00000000 0.9640434
## 551 551 GO:0048745 1.00000000 0.9640434
## 552 552 GO:0060021 1.00000000 0.9640434
## 553 553 GO:0060323 1.00000000 0.9640434
## 554 554 GO:0060324 1.00000000 0.9640434
## 555 555 GO:0060325 1.00000000 0.9640434
## 556 556 GO:0000041 1.00000000 0.9669701
## 557 557 GO:0001889 1.00000000 0.9669701
## 558 558 GO:0006825 1.00000000 0.9669701
## 559 559 GO:0006826 1.00000000 0.9669701
## 560 560 GO:0006879 1.00000000 0.9669701
## 561 561 GO:0015679 1.00000000 0.9669701
## 562 562 GO:0030323 1.00000000 0.9669701
## 563 563 GO:0030324 1.00000000 0.9669701
## 564 564 GO:0035434 1.00000000 0.9669701
## 565 565 GO:0055072 1.00000000 0.9669701
## 566 566 GO:0061008 1.00000000 0.9669701
## 567 567 GO:0031323 1.00000000 0.9112326
## 568 568 GO:0060541 1.00000000 0.9251091
## 569 569 GO:0000278 1.00000000 0.9477300
## 570 570 GO:0007049 1.00000000 0.9477300
## 571 571 GO:0022402 1.00000000 0.9477300
## 572 572 GO:0030036 1.00000000 0.9477300
## 573 573 GO:1903047 1.00000000 0.9477300
## 574 574 GO:0007154 1.00000000 0.7284021
## 575 575 GO:0007275 1.00000000 0.6670626
## 576 576 GO:0009653 1.00000000 0.7331099
## 577 577 GO:0032501 1.00000000 0.6498863
## 578 578 GO:0032502 1.00000000 0.6670626
## 579 579 GO:0042221 1.00000000 0.7284527
## 580 580 GO:0048513 1.00000000 0.7088823
## 581 581 GO:0048731 1.00000000 0.6670626
## 582 582 GO:0048856 1.00000000 0.6670626
## 583 583 GO:0050896 1.00000000 0.6546943
## 584 584 GO:0050808 1.00000000 0.9541461
## 585 585 GO:0051716 1.00000000 0.7859170
## 586 586 GO:0010629 1.00000000 0.9392360
## 587 587 GO:0043687 1.00000000 0.9526772
## 588 588 GO:0035556 1.00000000 0.9354427
## 589 589 GO:0001932 1.00000000 0.9353017
## 590 590 GO:0008277 1.00000000 0.9353017
## 591 591 GO:0009612 1.00000000 0.9353017
## 592 592 GO:0010611 1.00000000 0.9353017
## 593 593 GO:0014743 1.00000000 0.9353017
## 594 594 GO:0019220 1.00000000 0.9353017
## 595 595 GO:0031325 1.00000000 0.9353017
## 596 596 GO:0031399 1.00000000 0.9353017
## 597 597 GO:0042325 1.00000000 0.9353017
## 598 598 GO:0043502 1.00000000 0.9353017
## 599 599 GO:0043949 1.00000000 0.9353017
## 600 600 GO:0044057 1.00000000 0.9353017
## 601 601 GO:0051174 1.00000000 0.9353017
## 602 602 GO:0090257 1.00000000 0.9353017
## 603 603 GO:1903522 1.00000000 0.9353017
## 604 604 GO:0007267 1.00000000 0.9652114
## 605 605 GO:0007268 1.00000000 0.9652114
## 606 606 GO:0007271 1.00000000 0.9652114
## 607 607 GO:0007601 1.00000000 0.9652114
## 608 608 GO:0010623 1.00000000 0.9652114
## 609 609 GO:0021548 1.00000000 0.9652114
## 610 610 GO:0021747 1.00000000 0.9652114
## 611 611 GO:0032228 1.00000000 0.9652114
## 612 612 GO:0046666 1.00000000 0.9652114
## 613 613 GO:0046685 1.00000000 0.9652114
## 614 614 GO:0048593 1.00000000 0.9652114
## 615 615 GO:0048857 1.00000000 0.9652114
## 616 616 GO:0050953 1.00000000 0.9652114
## 617 617 GO:0060042 1.00000000 0.9652114
## 618 618 GO:0060219 1.00000000 0.9652114
## 619 619 GO:0061298 1.00000000 0.9652114
## 620 620 GO:0061299 1.00000000 0.9652114
## 621 621 GO:0098916 1.00000000 0.9652114
## 622 622 GO:0099536 1.00000000 0.9652114
## 623 623 GO:0099537 1.00000000 0.9652114
## 624 624 GO:1902600 1.00000000 0.9652114
## 625 625 GO:0007417 1.00000000 0.8873831
## 626 626 GO:0035239 1.00000000 0.9223090
## 627 627 GO:0002009 1.00000000 0.9186856
## 628 628 GO:1902531 1.00000000 0.8749143
## 629 629 GO:0007568 1.00000000 0.9348234
## 630 630 GO:0007584 1.00000000 0.9348234
## 631 631 GO:0009991 1.00000000 0.9348234
## 632 632 GO:0031667 1.00000000 0.9348234
## 633 633 GO:0048732 1.00000000 0.9348234
## 634 634 GO:0007010 1.00000000 0.8865415
## 635 635 GO:0060322 1.00000000 0.8674343
## 636 636 GO:0019221 1.00000000 0.9356314
## 637 637 GO:0034097 1.00000000 0.9356314
## 638 638 GO:0035722 1.00000000 0.9356314
## 639 639 GO:0070671 1.00000000 0.9356314
## 640 640 GO:0071345 1.00000000 0.9356314
## 641 641 GO:0071349 1.00000000 0.9356314
## 642 642 GO:0035107 1.00000000 0.9385264
## 643 643 GO:0043009 1.00000000 0.9385264
## 644 644 GO:0048736 1.00000000 0.9385264
## 645 645 GO:1902533 1.00000000 0.9385264
## 646 646 GO:0009628 1.00000000 0.9011722
## 647 647 GO:0034641 1.00000000 0.9011722
## 648 648 GO:0007276 1.00000000 0.9097547
## 649 649 GO:0007283 1.00000000 0.9097547
## 650 650 GO:0019953 1.00000000 0.9097547
## 651 651 GO:0032504 1.00000000 0.9097547
## 652 652 GO:0044703 1.00000000 0.9097547
## 653 653 GO:0048232 1.00000000 0.9097547
## 654 654 GO:0048609 1.00000000 0.9097547
## 655 655 GO:0000226 1.00000000 0.8982606
## 656 656 GO:0007017 1.00000000 0.8982606
## 657 657 GO:0016477 1.00000000 0.8982606
## 658 658 GO:0007166 1.00000000 0.9019855
## 659 659 GO:0000302 1.00000000 0.9635139
## 660 660 GO:0000305 1.00000000 0.9635139
## 661 661 GO:0001704 1.00000000 0.9635139
## 662 662 GO:0001707 1.00000000 0.9635139
## 663 663 GO:0001887 1.00000000 0.9635139
## 664 664 GO:0001890 1.00000000 0.9635139
## 665 665 GO:0006082 1.00000000 0.9635139
## 666 666 GO:0006520 1.00000000 0.9635139
## 667 667 GO:0006575 1.00000000 0.9635139
## 668 668 GO:0006739 1.00000000 0.9635139
## 669 669 GO:0006749 1.00000000 0.9635139
## 670 670 GO:0006790 1.00000000 0.9635139
## 671 671 GO:0006979 1.00000000 0.9635139
## 672 672 GO:0007498 1.00000000 0.9635139
## 673 673 GO:0009069 1.00000000 0.9635139
## 674 674 GO:0009636 1.00000000 0.9635139
## 675 675 GO:0010269 1.00000000 0.9635139
## 676 676 GO:0010941 1.00000000 0.9635139
## 677 677 GO:0010942 1.00000000 0.9635139
## 678 678 GO:0015949 1.00000000 0.9635139
## 679 679 GO:0016259 1.00000000 0.9635139
## 680 680 GO:0016999 1.00000000 0.9635139
## 681 681 GO:0017001 1.00000000 0.9635139
## 682 682 GO:0018996 1.00000000 0.9635139
## 683 683 GO:0019216 1.00000000 0.9635139
## 684 684 GO:0019362 1.00000000 0.9635139
## 685 685 GO:0019752 1.00000000 0.9635139
## 686 686 GO:0022404 1.00000000 0.9635139
## 687 687 GO:0033554 1.00000000 0.9635139
## 688 688 GO:0034599 1.00000000 0.9635139
## 689 689 GO:0036295 1.00000000 0.9635139
## 690 690 GO:0036296 1.00000000 0.9635139
## 691 691 GO:0042395 1.00000000 0.9635139
## 692 692 GO:0042537 1.00000000 0.9635139
## 693 693 GO:0042743 1.00000000 0.9635139
## 694 694 GO:0042744 1.00000000 0.9635139
## 695 695 GO:0043436 1.00000000 0.9635139
## 696 696 GO:0045454 1.00000000 0.9635139
## 697 697 GO:0046496 1.00000000 0.9635139
## 698 698 GO:0048332 1.00000000 0.9635139
## 699 699 GO:0048678 1.00000000 0.9635139
## 700 700 GO:0051259 1.00000000 0.9635139
## 701 701 GO:0051262 1.00000000 0.9635139
## 702 702 GO:0055093 1.00000000 0.9635139
## 703 703 GO:0065003 1.00000000 0.9635139
## 704 704 GO:0070276 1.00000000 0.9635139
## 705 705 GO:0070995 1.00000000 0.9635139
## 706 706 GO:0071241 1.00000000 0.9635139
## 707 707 GO:0071248 1.00000000 0.9635139
## 708 708 GO:0071280 1.00000000 0.9635139
## 709 709 GO:0071453 1.00000000 0.9635139
## 710 710 GO:0071455 1.00000000 0.9635139
## 711 711 GO:0072524 1.00000000 0.9635139
## 712 712 GO:0072593 1.00000000 0.9635139
## 713 713 GO:0097237 1.00000000 0.9635139
## 714 714 GO:0098754 1.00000000 0.9635139
## 715 715 GO:0098869 1.00000000 0.9635139
## 716 716 GO:1901605 1.00000000 0.9635139
## 717 717 GO:1990748 1.00000000 0.9635139
## 718 718 GO:0007420 1.00000000 0.8997937
## 719 719 GO:0009056 1.00000000 0.9074150
## 720 720 GO:0044248 1.00000000 0.9074150
## 721 721 GO:0048592 1.00000000 0.8991225
## 722 722 GO:0007369 1.00000000 0.9252179
## 723 723 GO:0001666 1.00000000 0.9674648
## 724 724 GO:0001919 1.00000000 0.9674648
## 725 725 GO:0001921 1.00000000 0.9674648
## 726 726 GO:0001990 1.00000000 0.9674648
## 727 727 GO:0003013 1.00000000 0.9674648
## 728 728 GO:0003018 1.00000000 0.9674648
## 729 729 GO:0003044 1.00000000 0.9674648
## 730 730 GO:0003073 1.00000000 0.9674648
## 731 731 GO:0003100 1.00000000 0.9674648
## 732 732 GO:0006915 1.00000000 0.9674648
## 733 733 GO:0008015 1.00000000 0.9674648
## 734 734 GO:0008217 1.00000000 0.9674648
## 735 735 GO:0010467 1.00000000 0.9674648
## 736 736 GO:0010613 1.00000000 0.9674648
## 737 737 GO:0010813 1.00000000 0.9674648
## 738 738 GO:0010814 1.00000000 0.9674648
## 739 739 GO:0010815 1.00000000 0.9674648
## 740 740 GO:0010816 1.00000000 0.9674648
## 741 741 GO:0014742 1.00000000 0.9674648
## 742 742 GO:0016485 1.00000000 0.9674648
## 743 743 GO:0016486 1.00000000 0.9674648
## 744 744 GO:0019229 1.00000000 0.9674648
## 745 745 GO:0030326 1.00000000 0.9674648
## 746 746 GO:0034959 1.00000000 0.9674648
## 747 747 GO:0035108 1.00000000 0.9674648
## 748 748 GO:0035113 1.00000000 0.9674648
## 749 749 GO:0035296 1.00000000 0.9674648
## 750 750 GO:0035994 1.00000000 0.9674648
## 751 751 GO:0036293 1.00000000 0.9674648
## 752 752 GO:0042447 1.00000000 0.9674648
## 753 753 GO:0042733 1.00000000 0.9674648
## 754 754 GO:0043171 1.00000000 0.9674648
## 755 755 GO:0043408 1.00000000 0.9674648
## 756 756 GO:0043950 1.00000000 0.9674648
## 757 757 GO:0045745 1.00000000 0.9674648
## 758 758 GO:0046686 1.00000000 0.9674648
## 759 759 GO:0050886 1.00000000 0.9674648
## 760 760 GO:0051604 1.00000000 0.9674648
## 761 761 GO:0060037 1.00000000 0.9674648
## 762 762 GO:0060173 1.00000000 0.9674648
## 763 763 GO:0070372 1.00000000 0.9674648
## 764 764 GO:0097746 1.00000000 0.9674648
## 765 765 GO:0048565 1.00000000 0.9128914
## 766 766 GO:0055123 1.00000000 0.9128914
## 767 767 GO:0060537 1.00000000 0.9514677
## 768 768 GO:0009892 1.00000000 0.9080098
## 769 769 GO:0010468 1.00000000 0.9080098
## 770 770 GO:0010605 1.00000000 0.9080098
## 771 771 GO:0006814 1.00000000 0.9082998
## 772 772 GO:0006821 1.00000000 0.9082998
## 773 773 GO:0006885 1.00000000 0.9082998
## 774 774 GO:0015698 1.00000000 0.9082998
## 775 775 GO:0030641 1.00000000 0.9082998
## 776 776 GO:0035725 1.00000000 0.9082998
## 777 777 GO:0051453 1.00000000 0.9082998
## 778 778 GO:0098656 1.00000000 0.9082998
## 779 779 GO:0098661 1.00000000 0.9082998
## 780 780 GO:1902476 1.00000000 0.9082998
## 781 781 GO:0007155 1.00000000 0.8858710
## 782 782 GO:0007507 1.00000000 0.9135076
## 783 783 GO:0001654 1.00000000 0.8692276
## 784 784 GO:0030855 1.00000000 0.8692276
## 785 785 GO:0090596 1.00000000 0.8692276
## 786 786 GO:0048729 1.00000000 0.8851614
## 787 787 GO:0051171 1.00000000 0.8784625
## 788 788 GO:0060255 1.00000000 0.8784625
## 789 789 GO:0010033 1.00000000 0.8719956
## 790 790 GO:0071310 1.00000000 0.8719956
## 791 791 GO:0000820 1.00000000 0.9667572
## 792 792 GO:0000821 1.00000000 0.9667572
## 793 793 GO:0001101 1.00000000 0.9667572
## 794 794 GO:0001505 1.00000000 0.9667572
## 795 795 GO:0001934 1.00000000 0.9667572
## 796 796 GO:0002026 1.00000000 0.9667572
## 797 797 GO:0002028 1.00000000 0.9667572
## 798 798 GO:0002093 1.00000000 0.9667572
## 799 799 GO:0002119 1.00000000 0.9667572
## 800 800 GO:0006163 1.00000000 0.9667572
## 801 801 GO:0006521 1.00000000 0.9667572
## 802 802 GO:0006816 1.00000000 0.9667572
## 803 803 GO:0006897 1.00000000 0.9667572
## 804 804 GO:0007204 1.00000000 0.9667572
## 805 805 GO:0007589 1.00000000 0.9667572
## 806 806 GO:0007595 1.00000000 0.9667572
## 807 807 GO:0007605 1.00000000 0.9667572
## 808 808 GO:0007626 1.00000000 0.9667572
## 809 809 GO:0008016 1.00000000 0.9667572
## 810 810 GO:0009150 1.00000000 0.9667572
## 811 811 GO:0009187 1.00000000 0.9667572
## 812 812 GO:0009259 1.00000000 0.9667572
## 813 813 GO:0009266 1.00000000 0.9667572
## 814 814 GO:0009409 1.00000000 0.9667572
## 815 815 GO:0009415 1.00000000 0.9667572
## 816 816 GO:0009581 1.00000000 0.9667572
## 817 817 GO:0009582 1.00000000 0.9667572
## 818 818 GO:0009719 1.00000000 0.9667572
## 819 819 GO:0009725 1.00000000 0.9667572
## 820 820 GO:0009895 1.00000000 0.9667572
## 821 821 GO:0010243 1.00000000 0.9667572
## 822 822 GO:0010562 1.00000000 0.9667572
## 823 823 GO:0010564 1.00000000 0.9667572
## 824 824 GO:0010565 1.00000000 0.9667572
## 825 825 GO:0010612 1.00000000 0.9667572
## 826 826 GO:0010614 1.00000000 0.9667572
## 827 827 GO:0010616 1.00000000 0.9667572
## 828 828 GO:0010749 1.00000000 0.9667572
## 829 829 GO:0010751 1.00000000 0.9667572
## 830 830 GO:0010959 1.00000000 0.9667572
## 831 831 GO:0014741 1.00000000 0.9667572
## 832 832 GO:0014745 1.00000000 0.9667572
## 833 833 GO:0016192 1.00000000 0.9667572
## 834 834 GO:0018958 1.00000000 0.9667572
## 835 835 GO:0019693 1.00000000 0.9667572
## 836 836 GO:0021533 1.00000000 0.9667572
## 837 837 GO:0021549 1.00000000 0.9667572
## 838 838 GO:0021575 1.00000000 0.9667572
## 839 839 GO:0021587 1.00000000 0.9667572
## 840 840 GO:0021680 1.00000000 0.9667572
## 841 841 GO:0021681 1.00000000 0.9667572
## 842 842 GO:0021683 1.00000000 0.9667572
## 843 843 GO:0021684 1.00000000 0.9667572
## 844 844 GO:0021692 1.00000000 0.9667572
## 845 845 GO:0021694 1.00000000 0.9667572
## 846 846 GO:0021695 1.00000000 0.9667572
## 847 847 GO:0021696 1.00000000 0.9667572
## 848 848 GO:0021697 1.00000000 0.9667572
## 849 849 GO:0021702 1.00000000 0.9667572
## 850 850 GO:0021707 1.00000000 0.9667572
## 851 851 GO:0021761 1.00000000 0.9667572
## 852 852 GO:0021766 1.00000000 0.9667572
## 853 853 GO:0021953 1.00000000 0.9667572
## 854 854 GO:0030100 1.00000000 0.9667572
## 855 855 GO:0030317 1.00000000 0.9667572
## 856 856 GO:0030879 1.00000000 0.9667572
## 857 857 GO:0031214 1.00000000 0.9667572
## 858 858 GO:0031329 1.00000000 0.9667572
## 859 859 GO:0031330 1.00000000 0.9667572
## 860 860 GO:0031400 1.00000000 0.9667572
## 861 861 GO:0031401 1.00000000 0.9667572
## 862 862 GO:0031668 1.00000000 0.9667572
## 863 863 GO:0031669 1.00000000 0.9667572
## 864 864 GO:0031670 1.00000000 0.9667572
## 865 865 GO:0031960 1.00000000 0.9667572
## 866 866 GO:0032768 1.00000000 0.9667572
## 867 867 GO:0032769 1.00000000 0.9667572
## 868 868 GO:0032870 1.00000000 0.9667572
## 869 869 GO:0033135 1.00000000 0.9667572
## 870 870 GO:0033138 1.00000000 0.9667572
## 871 871 GO:0033238 1.00000000 0.9667572
## 872 872 GO:0033239 1.00000000 0.9667572
## 873 873 GO:0033241 1.00000000 0.9667572
## 874 874 GO:0033242 1.00000000 0.9667572
## 875 875 GO:0033273 1.00000000 0.9667572
## 876 876 GO:0033280 1.00000000 0.9667572
## 877 877 GO:0033674 1.00000000 0.9667572
## 878 878 GO:0033993 1.00000000 0.9667572
## 879 879 GO:0034762 1.00000000 0.9667572
## 880 880 GO:0034765 1.00000000 0.9667572
## 881 881 GO:0040009 1.00000000 0.9667572
## 882 882 GO:0040010 1.00000000 0.9667572
## 883 883 GO:0042133 1.00000000 0.9667572
## 884 884 GO:0042327 1.00000000 0.9667572
## 885 885 GO:0042428 1.00000000 0.9667572
## 886 886 GO:0042430 1.00000000 0.9667572
## 887 887 GO:0042471 1.00000000 0.9667572
## 888 888 GO:0042472 1.00000000 0.9667572
## 889 889 GO:0043086 1.00000000 0.9667572
## 890 890 GO:0043269 1.00000000 0.9667572
## 891 891 GO:0043270 1.00000000 0.9667572
## 892 892 GO:0043549 1.00000000 0.9667572
## 893 893 GO:0043951 1.00000000 0.9667572
## 894 894 GO:0044092 1.00000000 0.9667572
## 895 895 GO:0045019 1.00000000 0.9667572
## 896 896 GO:0045299 1.00000000 0.9667572
## 897 897 GO:0045428 1.00000000 0.9667572
## 898 898 GO:0045744 1.00000000 0.9667572
## 899 899 GO:0045763 1.00000000 0.9667572
## 900 900 GO:0045807 1.00000000 0.9667572
## 901 901 GO:0045859 1.00000000 0.9667572
## 902 902 GO:0045860 1.00000000 0.9667572
## 903 903 GO:0045927 1.00000000 0.9667572
## 904 904 GO:0045937 1.00000000 0.9667572
## 905 905 GO:0046068 1.00000000 0.9667572
## 906 906 GO:0046903 1.00000000 0.9667572
## 907 907 GO:0048167 1.00000000 0.9667572
## 908 908 GO:0048545 1.00000000 0.9667572
## 909 909 GO:0048840 1.00000000 0.9667572
## 910 910 GO:0050848 1.00000000 0.9667572
## 911 911 GO:0050849 1.00000000 0.9667572
## 912 912 GO:0050885 1.00000000 0.9667572
## 913 913 GO:0050905 1.00000000 0.9667572
## 914 914 GO:0050906 1.00000000 0.9667572
## 915 915 GO:0050910 1.00000000 0.9667572
## 916 916 GO:0050954 1.00000000 0.9667572
## 917 917 GO:0050974 1.00000000 0.9667572
## 918 918 GO:0050982 1.00000000 0.9667572
## 919 919 GO:0050999 1.00000000 0.9667572
## 920 920 GO:0051001 1.00000000 0.9667572
## 921 921 GO:0051049 1.00000000 0.9667572
## 922 922 GO:0051050 1.00000000 0.9667572
## 923 923 GO:0051248 1.00000000 0.9667572
## 924 924 GO:0051338 1.00000000 0.9667572
## 925 925 GO:0051341 1.00000000 0.9667572
## 926 926 GO:0051347 1.00000000 0.9667572
## 927 927 GO:0051354 1.00000000 0.9667572
## 928 928 GO:0051384 1.00000000 0.9667572
## 929 929 GO:0051385 1.00000000 0.9667572
## 930 930 GO:0051412 1.00000000 0.9667572
## 931 931 GO:0051480 1.00000000 0.9667572
## 932 932 GO:0051481 1.00000000 0.9667572
## 933 933 GO:0051599 1.00000000 0.9667572
## 934 934 GO:0051606 1.00000000 0.9667572
## 935 935 GO:0051726 1.00000000 0.9667572
## 936 936 GO:0051924 1.00000000 0.9667572
## 937 937 GO:0051928 1.00000000 0.9667572
## 938 938 GO:0060088 1.00000000 0.9667572
## 939 939 GO:0060122 1.00000000 0.9667572
## 940 940 GO:0060402 1.00000000 0.9667572
## 941 941 GO:0060627 1.00000000 0.9667572
## 942 942 GO:0062012 1.00000000 0.9667572
## 943 943 GO:0062014 1.00000000 0.9667572
## 944 944 GO:0070509 1.00000000 0.9667572
## 945 945 GO:0070588 1.00000000 0.9667572
## 946 946 GO:0070884 1.00000000 0.9667572
## 947 947 GO:0070885 1.00000000 0.9667572
## 948 948 GO:0071295 1.00000000 0.9667572
## 949 949 GO:0071305 1.00000000 0.9667572
## 950 950 GO:0071383 1.00000000 0.9667572
## 951 951 GO:0071384 1.00000000 0.9667572
## 952 952 GO:0071385 1.00000000 0.9667572
## 953 953 GO:0071386 1.00000000 0.9667572
## 954 954 GO:0071389 1.00000000 0.9667572
## 955 955 GO:0071396 1.00000000 0.9667572
## 956 956 GO:0071417 1.00000000 0.9667572
## 957 957 GO:0071495 1.00000000 0.9667572
## 958 958 GO:0071496 1.00000000 0.9667572
## 959 959 GO:0071867 1.00000000 0.9667572
## 960 960 GO:0071868 1.00000000 0.9667572
## 961 961 GO:0071869 1.00000000 0.9667572
## 962 962 GO:0071870 1.00000000 0.9667572
## 963 963 GO:0071871 1.00000000 0.9667572
## 964 964 GO:0071872 1.00000000 0.9667572
## 965 965 GO:0071878 1.00000000 0.9667572
## 966 966 GO:0071900 1.00000000 0.9667572
## 967 967 GO:0071902 1.00000000 0.9667572
## 968 968 GO:0072521 1.00000000 0.9667572
## 969 969 GO:0080134 1.00000000 0.9667572
## 970 970 GO:0097164 1.00000000 0.9667572
## 971 971 GO:0097305 1.00000000 0.9667572
## 972 972 GO:0097306 1.00000000 0.9667572
## 973 973 GO:0097553 1.00000000 0.9667572
## 974 974 GO:0097722 1.00000000 0.9667572
## 975 975 GO:0098657 1.00000000 0.9667572
## 976 976 GO:0098659 1.00000000 0.9667572
## 977 977 GO:0098703 1.00000000 0.9667572
## 978 978 GO:0098736 1.00000000 0.9667572
## 979 979 GO:0098739 1.00000000 0.9667572
## 980 980 GO:0099587 1.00000000 0.9667572
## 981 981 GO:0106056 1.00000000 0.9667572
## 982 982 GO:0106057 1.00000000 0.9667572
## 983 983 GO:0106070 1.00000000 0.9667572
## 984 984 GO:0106072 1.00000000 0.9667572
## 985 985 GO:0140192 1.00000000 0.9667572
## 986 986 GO:0140199 1.00000000 0.9667572
## 987 987 GO:1900081 1.00000000 0.9667572
## 988 988 GO:1900082 1.00000000 0.9667572
## 989 989 GO:1901135 1.00000000 0.9667572
## 990 990 GO:1901160 1.00000000 0.9667572
## 991 991 GO:1901615 1.00000000 0.9667572
## 992 992 GO:1901654 1.00000000 0.9667572
## 993 993 GO:1901655 1.00000000 0.9667572
## 994 994 GO:1901660 1.00000000 0.9667572
## 995 995 GO:1901698 1.00000000 0.9667572
## 996 996 GO:1901699 1.00000000 0.9667572
## 997 997 GO:1901701 1.00000000 0.9667572
## 998 998 GO:1901987 1.00000000 0.9667572
## 999 999 GO:1902083 1.00000000 0.9667572
## 1000 1000 GO:1902305 1.00000000 0.9667572
## 1001 1001 GO:1902656 1.00000000 0.9667572
## 1002 1002 GO:1902806 1.00000000 0.9667572
## 1003 1003 GO:1903242 1.00000000 0.9667572
## 1004 1004 GO:1903243 1.00000000 0.9667572
## 1005 1005 GO:1903248 1.00000000 0.9667572
## 1006 1006 GO:1903249 1.00000000 0.9667572
## 1007 1007 GO:1903426 1.00000000 0.9667572
## 1008 1008 GO:1903427 1.00000000 0.9667572
## 1009 1009 GO:1903779 1.00000000 0.9667572
## 1010 1010 GO:1904062 1.00000000 0.9667572
## 1011 1011 GO:1904406 1.00000000 0.9667572
## 1012 1012 GO:1990034 1.00000000 0.9667572
## 1013 1013 GO:2000169 1.00000000 0.9667572
## 1014 1014 GO:2000282 1.00000000 0.9667572
## 1015 1015 GO:2000283 1.00000000 0.9667572
## 1016 1016 GO:2000377 1.00000000 0.9667572
## 1017 1017 GO:2000378 1.00000000 0.9667572
## 1018 1018 GO:2000479 1.00000000 0.9667572
## 1019 1019 GO:2000481 1.00000000 0.9667572
## 1020 1020 GO:0009888 1.00000000 0.7858537
## 1021 1021 GO:0009791 1.00000000 0.8916445
## 1022 1022 GO:0030154 1.00000000 0.7864838
## 1023 1023 GO:0048869 1.00000000 0.7864838
## 1024 1024 GO:0003363 1.00000000 0.9642862
## 1025 1025 GO:0007264 1.00000000 0.9642862
## 1026 1026 GO:0007265 1.00000000 0.9642862
## 1027 1027 GO:0007266 1.00000000 0.9642862
## 1028 1028 GO:0008347 1.00000000 0.9642862
## 1029 1029 GO:0010720 1.00000000 0.9642862
## 1030 1030 GO:0016358 1.00000000 0.9642862
## 1031 1031 GO:0021795 1.00000000 0.9642862
## 1032 1032 GO:0021799 1.00000000 0.9642862
## 1033 1033 GO:0021801 1.00000000 0.9642862
## 1034 1034 GO:0021814 1.00000000 0.9642862
## 1035 1035 GO:0021815 1.00000000 0.9642862
## 1036 1036 GO:0021816 1.00000000 0.9642862
## 1037 1037 GO:0021885 1.00000000 0.9642862
## 1038 1038 GO:0021987 1.00000000 0.9642862
## 1039 1039 GO:0022029 1.00000000 0.9642862
## 1040 1040 GO:0022030 1.00000000 0.9642862
## 1041 1041 GO:0030031 1.00000000 0.9642862
## 1042 1042 GO:0030032 1.00000000 0.9642862
## 1043 1043 GO:0030334 1.00000000 0.9642862
## 1044 1044 GO:0030335 1.00000000 0.9642862
## 1045 1045 GO:0030336 1.00000000 0.9642862
## 1046 1046 GO:0031268 1.00000000 0.9642862
## 1047 1047 GO:0031269 1.00000000 0.9642862
## 1048 1048 GO:0031589 1.00000000 0.9642862
## 1049 1049 GO:0034446 1.00000000 0.9642862
## 1050 1050 GO:0040013 1.00000000 0.9642862
## 1051 1051 GO:0042063 1.00000000 0.9642862
## 1052 1052 GO:0043087 1.00000000 0.9642862
## 1053 1053 GO:0043547 1.00000000 0.9642862
## 1054 1054 GO:0045597 1.00000000 0.9642862
## 1055 1055 GO:0046847 1.00000000 0.9642862
## 1056 1056 GO:0050769 1.00000000 0.9642862
## 1057 1057 GO:0051014 1.00000000 0.9642862
## 1058 1058 GO:0051056 1.00000000 0.9642862
## 1059 1059 GO:0051094 1.00000000 0.9642862
## 1060 1060 GO:0051336 1.00000000 0.9642862
## 1061 1061 GO:0051345 1.00000000 0.9642862
## 1062 1062 GO:0051489 1.00000000 0.9642862
## 1063 1063 GO:0051490 1.00000000 0.9642862
## 1064 1064 GO:0051962 1.00000000 0.9642862
## 1065 1065 GO:0060491 1.00000000 0.9642862
## 1066 1066 GO:0060996 1.00000000 0.9642862
## 1067 1067 GO:0060998 1.00000000 0.9642862
## 1068 1068 GO:0061000 1.00000000 0.9642862
## 1069 1069 GO:0097581 1.00000000 0.9642862
## 1070 1070 GO:0120031 1.00000000 0.9642862
## 1071 1071 GO:0120032 1.00000000 0.9642862
## 1072 1072 GO:0120033 1.00000000 0.9642862
## 1073 1073 GO:2000145 1.00000000 0.9642862
## 1074 1074 GO:2000146 1.00000000 0.9642862
## 1075 1075 GO:2000147 1.00000000 0.9642862
## 1076 1076 GO:2001222 1.00000000 0.9642862
## 1077 1077 GO:2001223 1.00000000 0.9642862
## 1078 1078 GO:2001224 1.00000000 0.9642862
## 1079 1079 GO:0009605 1.00000000 0.8684546
## 1080 1080 GO:0009792 1.00000000 0.8712573
## 1081 1081 GO:0031175 1.00000000 0.8828270
## 1082 1082 GO:0010035 1.00000000 0.8714012
## 1083 1083 GO:0051234 1.00000000 0.7628346
## numDEInCat numInCat
## 1 1 1
## 2 1 1
## 3 1 1
## 4 1 1
## 5 1 1
## 6 1 1
## 7 1 1
## 8 1 1
## 9 1 1
## 10 1 1
## 11 1 1
## 12 1 1
## 13 1 1
## 14 1 1
## 15 1 1
## 16 1 1
## 17 1 2
## 18 1 2
## 19 1 2
## 20 1 2
## 21 1 2
## 22 1 2
## 23 1 2
## 24 1 2
## 25 2 15
## 26 1 2
## 27 1 3
## 28 1 3
## 29 1 3
## 30 1 3
## 31 1 3
## 32 1 3
## 33 1 3
## 34 1 3
## 35 1 3
## 36 1 3
## 37 1 3
## 38 1 3
## 39 2 18
## 40 1 3
## 41 1 3
## 42 1 4
## 43 1 4
## 44 2 20
## 45 2 20
## 46 1 4
## 47 1 4
## 48 1 4
## 49 1 5
## 50 1 5
## 51 1 6
## 52 1 6
## 53 1 6
## 54 1 6
## 55 1 6
## 56 1 6
## 57 1 6
## 58 1 6
## 59 1 6
## 60 1 6
## 61 1 6
## 62 1 6
## 63 1 7
## 64 1 7
## 65 1 9
## 66 1 9
## 67 1 7
## 68 1 9
## 69 1 9
## 70 1 11
## 71 1 11
## 72 1 11
## 73 1 11
## 74 1 11
## 75 1 11
## 76 1 11
## 77 1 13
## 78 1 13
## 79 0 2
## 80 0 2
## 81 0 2
## 82 0 2
## 83 0 2
## 84 0 2
## 85 0 2
## 86 0 2
## 87 0 2
## 88 0 2
## 89 0 2
## 90 0 2
## 91 0 2
## 92 0 2
## 93 0 2
## 94 0 2
## 95 0 7
## 96 0 7
## 97 0 5
## 98 0 5
## 99 0 5
## 100 0 5
## 101 0 5
## 102 0 5
## 103 0 5
## 104 0 2
## 105 0 2
## 106 0 2
## 107 0 2
## 108 0 2
## 109 0 2
## 110 0 2
## 111 0 2
## 112 0 2
## 113 0 6
## 114 0 2
## 115 0 2
## 116 0 6
## 117 0 6
## 118 0 2
## 119 0 2
## 120 0 2
## 121 0 2
## 122 0 2
## 123 0 2
## 124 0 2
## 125 0 2
## 126 0 2
## 127 0 2
## 128 0 2
## 129 0 2
## 130 0 2
## 131 0 2
## 132 0 2
## 133 0 2
## 134 0 2
## 135 0 5
## 136 0 2
## 137 0 2
## 138 0 2
## 139 0 2
## 140 0 6
## 141 0 1
## 142 0 1
## 143 0 1
## 144 0 1
## 145 0 6
## 146 0 3
## 147 0 2
## 148 0 2
## 149 0 2
## 150 0 2
## 151 0 2
## 152 0 2
## 153 0 2
## 154 0 2
## 155 0 2
## 156 0 2
## 157 0 2
## 158 0 2
## 159 0 2
## 160 0 2
## 161 0 2
## 162 0 2
## 163 0 2
## 164 0 5
## 165 0 6
## 166 0 6
## 167 0 5
## 168 0 5
## 169 0 5
## 170 0 5
## 171 0 3
## 172 0 3
## 173 0 2
## 174 0 2
## 175 0 2
## 176 0 2
## 177 0 2
## 178 0 2
## 179 0 7
## 180 0 7
## 181 0 5
## 182 0 2
## 183 0 2
## 184 0 2
## 185 0 5
## 186 0 2
## 187 0 2
## 188 0 2
## 189 0 7
## 190 0 2
## 191 0 2
## 192 0 2
## 193 0 2
## 194 0 2
## 195 0 2
## 196 0 2
## 197 0 2
## 198 0 2
## 199 0 2
## 200 0 2
## 201 0 2
## 202 0 2
## 203 0 2
## 204 0 6
## 205 0 6
## 206 0 6
## 207 0 6
## 208 0 6
## 209 0 5
## 210 0 5
## 211 0 4
## 212 0 4
## 213 0 4
## 214 0 4
## 215 0 4
## 216 0 3
## 217 0 3
## 218 0 3
## 219 0 5
## 220 0 6
## 221 0 3
## 222 0 1
## 223 0 1
## 224 0 1
## 225 0 1
## 226 0 1
## 227 0 1
## 228 0 1
## 229 0 1
## 230 0 1
## 231 0 1
## 232 0 1
## 233 0 1
## 234 0 1
## 235 0 1
## 236 0 1
## 237 0 1
## 238 0 1
## 239 0 1
## 240 0 1
## 241 0 1
## 242 0 1
## 243 0 1
## 244 0 1
## 245 0 1
## 246 0 1
## 247 0 1
## 248 0 1
## 249 0 1
## 250 0 1
## 251 0 1
## 252 0 1
## 253 0 1
## 254 0 1
## 255 0 1
## 256 0 1
## 257 0 1
## 258 0 1
## 259 0 2
## 260 0 2
## 261 0 2
## 262 0 2
## 263 0 2
## 264 0 2
## 265 0 2
## 266 0 2
## 267 0 2
## 268 0 2
## 269 0 2
## 270 0 2
## 271 0 2
## 272 0 2
## 273 0 2
## 274 0 2
## 275 0 2
## 276 0 5
## 277 0 2
## 278 0 5
## 279 0 5
## 280 0 1
## 281 0 1
## 282 0 1
## 283 0 1
## 284 0 1
## 285 0 1
## 286 0 1
## 287 0 1
## 288 0 1
## 289 0 1
## 290 0 1
## 291 0 1
## 292 0 1
## 293 0 1
## 294 0 1
## 295 0 1
## 296 0 1
## 297 0 1
## 298 0 1
## 299 0 1
## 300 0 1
## 301 0 1
## 302 0 1
## 303 0 1
## 304 0 1
## 305 0 1
## 306 0 1
## 307 0 1
## 308 0 1
## 309 0 1
## 310 0 1
## 311 0 1
## 312 0 1
## 313 0 1
## 314 0 1
## 315 0 1
## 316 0 1
## 317 0 1
## 318 0 1
## 319 0 1
## 320 0 1
## 321 0 1
## 322 0 1
## 323 0 1
## 324 0 1
## 325 0 1
## 326 0 1
## 327 0 1
## 328 0 1
## 329 0 1
## 330 0 1
## 331 0 1
## 332 0 1
## 333 0 1
## 334 0 1
## 335 0 2
## 336 0 1
## 337 0 1
## 338 0 1
## 339 0 1
## 340 0 1
## 341 0 1
## 342 0 1
## 343 0 1
## 344 0 1
## 345 0 1
## 346 0 1
## 347 0 1
## 348 0 1
## 349 0 1
## 350 0 1
## 351 0 1
## 352 0 1
## 353 0 5
## 354 0 5
## 355 0 2
## 356 0 2
## 357 0 2
## 358 0 2
## 359 0 2
## 360 0 2
## 361 0 2
## 362 0 2
## 363 0 2
## 364 0 2
## 365 0 2
## 366 0 2
## 367 0 2
## 368 0 2
## 369 0 2
## 370 0 2
## 371 0 2
## 372 0 2
## 373 0 2
## 374 0 2
## 375 0 2
## 376 0 2
## 377 0 2
## 378 0 2
## 379 0 2
## 380 0 2
## 381 0 2
## 382 0 2
## 383 0 2
## 384 0 2
## 385 0 2
## 386 0 1
## 387 0 1
## 388 0 1
## 389 0 1
## 390 0 1
## 391 0 1
## 392 0 1
## 393 0 1
## 394 0 1
## 395 0 1
## 396 0 1
## 397 0 1
## 398 0 1
## 399 0 1
## 400 0 1
## 401 0 1
## 402 0 1
## 403 0 1
## 404 0 1
## 405 0 1
## 406 0 1
## 407 0 1
## 408 0 1
## 409 0 1
## 410 0 1
## 411 0 1
## 412 0 1
## 413 0 1
## 414 0 1
## 415 0 1
## 416 0 1
## 417 0 1
## 418 0 1
## 419 0 1
## 420 0 1
## 421 0 1
## 422 0 1
## 423 0 1
## 424 0 1
## 425 0 1
## 426 0 1
## 427 0 1
## 428 0 1
## 429 0 1
## 430 0 1
## 431 0 1
## 432 0 1
## 433 0 1
## 434 0 1
## 435 0 1
## 436 0 1
## 437 0 1
## 438 0 1
## 439 0 1
## 440 0 1
## 441 0 1
## 442 0 1
## 443 0 1
## 444 0 1
## 445 0 1
## 446 0 1
## 447 0 1
## 448 0 1
## 449 0 1
## 450 0 1
## 451 0 1
## 452 0 1
## 453 0 1
## 454 0 1
## 455 0 1
## 456 0 1
## 457 0 1
## 458 0 1
## 459 0 1
## 460 0 1
## 461 0 1
## 462 0 1
## 463 0 1
## 464 0 1
## 465 0 1
## 466 0 1
## 467 0 1
## 468 0 1
## 469 0 1
## 470 0 1
## 471 0 1
## 472 0 1
## 473 0 2
## 474 0 2
## 475 0 3
## 476 0 3
## 477 0 3
## 478 0 3
## 479 0 5
## 480 0 5
## 481 0 3
## 482 0 2
## 483 0 3
## 484 0 3
## 485 0 2
## 486 0 4
## 487 0 5
## 488 0 5
## 489 0 3
## 490 0 3
## 491 0 3
## 492 0 2
## 493 0 2
## 494 0 1
## 495 0 1
## 496 0 1
## 497 0 1
## 498 0 1
## 499 0 1
## 500 0 1
## 501 0 1
## 502 0 1
## 503 0 1
## 504 0 1
## 505 0 1
## 506 0 1
## 507 0 1
## 508 0 1
## 509 0 1
## 510 0 1
## 511 0 1
## 512 0 1
## 513 0 1
## 514 0 1
## 515 0 1
## 516 0 1
## 517 0 1
## 518 0 2
## 519 0 2
## 520 0 2
## 521 0 2
## 522 0 2
## 523 0 2
## 524 0 2
## 525 0 2
## 526 0 1
## 527 0 1
## 528 0 1
## 529 0 1
## 530 0 1
## 531 0 1
## 532 0 1
## 533 0 1
## 534 0 1
## 535 0 1
## 536 0 1
## 537 0 1
## 538 0 1
## 539 0 1
## 540 0 1
## 541 0 1
## 542 0 1
## 543 0 1
## 544 0 1
## 545 0 1
## 546 0 1
## 547 0 1
## 548 0 1
## 549 0 1
## 550 0 1
## 551 0 1
## 552 0 1
## 553 0 1
## 554 0 1
## 555 0 1
## 556 0 1
## 557 0 1
## 558 0 1
## 559 0 1
## 560 0 1
## 561 0 1
## 562 0 1
## 563 0 1
## 564 0 1
## 565 0 1
## 566 0 1
## 567 0 3
## 568 0 3
## 569 0 2
## 570 0 2
## 571 0 2
## 572 0 2
## 573 0 2
## 574 0 9
## 575 0 13
## 576 0 10
## 577 0 14
## 578 0 13
## 579 0 9
## 580 0 11
## 581 0 13
## 582 0 13
## 583 0 13
## 584 0 2
## 585 0 7
## 586 0 2
## 587 0 2
## 588 0 2
## 589 0 2
## 590 0 2
## 591 0 2
## 592 0 2
## 593 0 2
## 594 0 2
## 595 0 2
## 596 0 2
## 597 0 2
## 598 0 2
## 599 0 2
## 600 0 2
## 601 0 2
## 602 0 2
## 603 0 2
## 604 0 1
## 605 0 1
## 606 0 1
## 607 0 1
## 608 0 1
## 609 0 1
## 610 0 1
## 611 0 1
## 612 0 1
## 613 0 1
## 614 0 1
## 615 0 1
## 616 0 1
## 617 0 1
## 618 0 1
## 619 0 1
## 620 0 1
## 621 0 1
## 622 0 1
## 623 0 1
## 624 0 1
## 625 0 4
## 626 0 3
## 627 0 3
## 628 0 4
## 629 0 2
## 630 0 2
## 631 0 2
## 632 0 2
## 633 0 2
## 634 0 4
## 635 0 4
## 636 0 2
## 637 0 2
## 638 0 2
## 639 0 2
## 640 0 2
## 641 0 2
## 642 0 2
## 643 0 2
## 644 0 2
## 645 0 2
## 646 0 3
## 647 0 3
## 648 0 3
## 649 0 3
## 650 0 3
## 651 0 3
## 652 0 3
## 653 0 3
## 654 0 3
## 655 0 3
## 656 0 3
## 657 0 3
## 658 0 3
## 659 0 1
## 660 0 1
## 661 0 1
## 662 0 1
## 663 0 1
## 664 0 1
## 665 0 1
## 666 0 1
## 667 0 1
## 668 0 1
## 669 0 1
## 670 0 1
## 671 0 1
## 672 0 1
## 673 0 1
## 674 0 1
## 675 0 1
## 676 0 1
## 677 0 1
## 678 0 1
## 679 0 1
## 680 0 1
## 681 0 1
## 682 0 1
## 683 0 1
## 684 0 1
## 685 0 1
## 686 0 1
## 687 0 1
## 688 0 1
## 689 0 1
## 690 0 1
## 691 0 1
## 692 0 1
## 693 0 1
## 694 0 1
## 695 0 1
## 696 0 1
## 697 0 1
## 698 0 1
## 699 0 1
## 700 0 1
## 701 0 1
## 702 0 1
## 703 0 1
## 704 0 1
## 705 0 1
## 706 0 1
## 707 0 1
## 708 0 1
## 709 0 1
## 710 0 1
## 711 0 1
## 712 0 1
## 713 0 1
## 714 0 1
## 715 0 1
## 716 0 1
## 717 0 1
## 718 0 3
## 719 0 3
## 720 0 3
## 721 0 3
## 722 0 2
## 723 0 1
## 724 0 1
## 725 0 1
## 726 0 1
## 727 0 1
## 728 0 1
## 729 0 1
## 730 0 1
## 731 0 1
## 732 0 1
## 733 0 1
## 734 0 1
## 735 0 1
## 736 0 1
## 737 0 1
## 738 0 1
## 739 0 1
## 740 0 1
## 741 0 1
## 742 0 1
## 743 0 1
## 744 0 1
## 745 0 1
## 746 0 1
## 747 0 1
## 748 0 1
## 749 0 1
## 750 0 1
## 751 0 1
## 752 0 1
## 753 0 1
## 754 0 1
## 755 0 1
## 756 0 1
## 757 0 1
## 758 0 1
## 759 0 1
## 760 0 1
## 761 0 1
## 762 0 1
## 763 0 1
## 764 0 1
## 765 0 3
## 766 0 3
## 767 0 2
## 768 0 3
## 769 0 3
## 770 0 3
## 771 0 3
## 772 0 3
## 773 0 3
## 774 0 3
## 775 0 3
## 776 0 3
## 777 0 3
## 778 0 3
## 779 0 3
## 780 0 3
## 781 0 4
## 782 0 4
## 783 0 4
## 784 0 4
## 785 0 4
## 786 0 4
## 787 0 4
## 788 0 4
## 789 0 4
## 790 0 4
## 791 0 1
## 792 0 1
## 793 0 1
## 794 0 1
## 795 0 1
## 796 0 1
## 797 0 1
## 798 0 1
## 799 0 1
## 800 0 1
## 801 0 1
## 802 0 1
## 803 0 1
## 804 0 1
## 805 0 1
## 806 0 1
## 807 0 1
## 808 0 1
## 809 0 1
## 810 0 1
## 811 0 1
## 812 0 1
## 813 0 1
## 814 0 1
## 815 0 1
## 816 0 1
## 817 0 1
## 818 0 1
## 819 0 1
## 820 0 1
## 821 0 1
## 822 0 1
## 823 0 1
## 824 0 1
## 825 0 1
## 826 0 1
## 827 0 1
## 828 0 1
## 829 0 1
## 830 0 1
## 831 0 1
## 832 0 1
## 833 0 1
## 834 0 1
## 835 0 1
## 836 0 1
## 837 0 1
## 838 0 1
## 839 0 1
## 840 0 1
## 841 0 1
## 842 0 1
## 843 0 1
## 844 0 1
## 845 0 1
## 846 0 1
## 847 0 1
## 848 0 1
## 849 0 1
## 850 0 1
## 851 0 1
## 852 0 1
## 853 0 1
## 854 0 1
## 855 0 1
## 856 0 1
## 857 0 1
## 858 0 1
## 859 0 1
## 860 0 1
## 861 0 1
## 862 0 1
## 863 0 1
## 864 0 1
## 865 0 1
## 866 0 1
## 867 0 1
## 868 0 1
## 869 0 1
## 870 0 1
## 871 0 1
## 872 0 1
## 873 0 1
## 874 0 1
## 875 0 1
## 876 0 1
## 877 0 1
## 878 0 1
## 879 0 1
## 880 0 1
## 881 0 1
## 882 0 1
## 883 0 1
## 884 0 1
## 885 0 1
## 886 0 1
## 887 0 1
## 888 0 1
## 889 0 1
## 890 0 1
## 891 0 1
## 892 0 1
## 893 0 1
## 894 0 1
## 895 0 1
## 896 0 1
## 897 0 1
## 898 0 1
## 899 0 1
## 900 0 1
## 901 0 1
## 902 0 1
## 903 0 1
## 904 0 1
## 905 0 1
## 906 0 1
## 907 0 1
## 908 0 1
## 909 0 1
## 910 0 1
## 911 0 1
## 912 0 1
## 913 0 1
## 914 0 1
## 915 0 1
## 916 0 1
## 917 0 1
## 918 0 1
## 919 0 1
## 920 0 1
## 921 0 1
## 922 0 1
## 923 0 1
## 924 0 1
## 925 0 1
## 926 0 1
## 927 0 1
## 928 0 1
## 929 0 1
## 930 0 1
## 931 0 1
## 932 0 1
## 933 0 1
## 934 0 1
## 935 0 1
## 936 0 1
## 937 0 1
## 938 0 1
## 939 0 1
## 940 0 1
## 941 0 1
## 942 0 1
## 943 0 1
## 944 0 1
## 945 0 1
## 946 0 1
## 947 0 1
## 948 0 1
## 949 0 1
## 950 0 1
## 951 0 1
## 952 0 1
## 953 0 1
## 954 0 1
## 955 0 1
## 956 0 1
## 957 0 1
## 958 0 1
## 959 0 1
## 960 0 1
## 961 0 1
## 962 0 1
## 963 0 1
## 964 0 1
## 965 0 1
## 966 0 1
## 967 0 1
## 968 0 1
## 969 0 1
## 970 0 1
## 971 0 1
## 972 0 1
## 973 0 1
## 974 0 1
## 975 0 1
## 976 0 1
## 977 0 1
## 978 0 1
## 979 0 1
## 980 0 1
## 981 0 1
## 982 0 1
## 983 0 1
## 984 0 1
## 985 0 1
## 986 0 1
## 987 0 1
## 988 0 1
## 989 0 1
## 990 0 1
## 991 0 1
## 992 0 1
## 993 0 1
## 994 0 1
## 995 0 1
## 996 0 1
## 997 0 1
## 998 0 1
## 999 0 1
## 1000 0 1
## 1001 0 1
## 1002 0 1
## 1003 0 1
## 1004 0 1
## 1005 0 1
## 1006 0 1
## 1007 0 1
## 1008 0 1
## 1009 0 1
## 1010 0 1
## 1011 0 1
## 1012 0 1
## 1013 0 1
## 1014 0 1
## 1015 0 1
## 1016 0 1
## 1017 0 1
## 1018 0 1
## 1019 0 1
## 1020 0 8
## 1021 0 4
## 1022 0 8
## 1023 0 8
## 1024 0 1
## 1025 0 1
## 1026 0 1
## 1027 0 1
## 1028 0 1
## 1029 0 1
## 1030 0 1
## 1031 0 1
## 1032 0 1
## 1033 0 1
## 1034 0 1
## 1035 0 1
## 1036 0 1
## 1037 0 1
## 1038 0 1
## 1039 0 1
## 1040 0 1
## 1041 0 1
## 1042 0 1
## 1043 0 1
## 1044 0 1
## 1045 0 1
## 1046 0 1
## 1047 0 1
## 1048 0 1
## 1049 0 1
## 1050 0 1
## 1051 0 1
## 1052 0 1
## 1053 0 1
## 1054 0 1
## 1055 0 1
## 1056 0 1
## 1057 0 1
## 1058 0 1
## 1059 0 1
## 1060 0 1
## 1061 0 1
## 1062 0 1
## 1063 0 1
## 1064 0 1
## 1065 0 1
## 1066 0 1
## 1067 0 1
## 1068 0 1
## 1069 0 1
## 1070 0 1
## 1071 0 1
## 1072 0 1
## 1073 0 1
## 1074 0 1
## 1075 0 1
## 1076 0 1
## 1077 0 1
## 1078 0 1
## 1079 0 4
## 1080 0 4
## 1081 0 4
## 1082 0 4
## 1083 0 8
## term
## 1 vitamin metabolic process
## 2 water-soluble vitamin metabolic process
## 3 cobalamin metabolic process
## 4 tetrapyrrole metabolic process
## 5 cell-cell junction assembly
## 6 regulation of synaptic assembly at neuromuscular junction
## 7 positive regulation of protein-containing complex assembly
## 8 cell junction assembly
## 9 regulation of protein-containing complex assembly
## 10 apical junction assembly
## 11 positive regulation of cellular component biogenesis
## 12 regulation of synapse assembly
## 13 bicellular tight junction assembly
## 14 protein localization to adherens junction
## 15 protein localization to cell junction
## 16 regulation of neuromuscular junction development
## 17 regulation of synapse structure or activity
## 18 regulation of synapse organization
## 19 cell junction organization
## 20 cell-cell junction organization
## 21 intracellular calcium ion homeostasis
## 22 calcium ion homeostasis
## 23 positive regulation of cellular component organization
## 24 regulation of cellular component biogenesis
## 25 regulation of biological quality
## 26 regulation of developmental growth
## 27 proteolysis
## 28 cellular aromatic compound metabolic process
## 29 small molecule metabolic process
## 30 heterocycle metabolic process
## 31 positive regulation of signal transduction
## 32 positive regulation of cell communication
## 33 positive regulation of signaling
## 34 positive regulation of response to stimulus
## 35 establishment or maintenance of cell polarity
## 36 protein localization
## 37 establishment of cell polarity
## 38 macromolecule localization
## 39 biological regulation
## 40 regulation of growth
## 41 regulation of nervous system development
## 42 cellular component assembly
## 43 cellular component biogenesis
## 44 biological_process
## 45 cellular process
## 46 organic cyclic compound metabolic process
## 47 regulation of developmental process
## 48 regulation of multicellular organismal development
## 49 regulation of cellular component organization
## 50 regulation of signal transduction
## 51 intracellular monoatomic ion homeostasis
## 52 intracellular monoatomic cation homeostasis
## 53 chemical homeostasis
## 54 monoatomic ion homeostasis
## 55 monoatomic cation homeostasis
## 56 intracellular chemical homeostasis
## 57 inorganic ion homeostasis
## 58 regulation of cell communication
## 59 regulation of signaling
## 60 positive regulation of cellular process
## 61 regulation of response to stimulus
## 62 regulation of multicellular organismal process
## 63 cellular homeostasis
## 64 homeostatic process
## 65 protein metabolic process
## 66 macromolecule metabolic process
## 67 positive regulation of biological process
## 68 cellular component organization
## 69 cellular component organization or biogenesis
## 70 nitrogen compound metabolic process
## 71 metabolic process
## 72 cellular metabolic process
## 73 primary metabolic process
## 74 organic substance metabolic process
## 75 organonitrogen compound metabolic process
## 76 localization
## 77 regulation of biological process
## 78 regulation of cellular process
## 79 regulation of DNA-templated transcription
## 80 regulation of transcription by RNA polymerase II
## 81 behavior
## 82 regulation of biosynthetic process
## 83 negative regulation of biosynthetic process
## 84 regulation of macromolecule biosynthetic process
## 85 regulation of nucleobase-containing compound metabolic process
## 86 negative regulation of cellular metabolic process
## 87 regulation of cellular biosynthetic process
## 88 negative regulation of cellular biosynthetic process
## 89 regulation of body fluid levels
## 90 negative regulation of nitrogen compound metabolic process
## 91 regulation of RNA metabolic process
## 92 regulation of nucleic acid-templated transcription
## 93 regulation of cellular macromolecule biosynthetic process
## 94 regulation of RNA biosynthetic process
## 95 signaling
## 96 cellular macromolecule metabolic process
## 97 monoatomic cation transport
## 98 metal ion transport
## 99 monoatomic ion transmembrane transport
## 100 transmembrane transport
## 101 monoatomic cation transmembrane transport
## 102 inorganic ion transmembrane transport
## 103 inorganic cation transmembrane transport
## 104 axonal fasciculation
## 105 cell recognition
## 106 neuron recognition
## 107 growth
## 108 developmental growth
## 109 developmental growth involved in morphogenesis
## 110 axon development
## 111 neuron projection fasciculation
## 112 positive regulation of multicellular organismal process
## 113 tube development
## 114 regulation of hormone levels
## 115 hormone metabolic process
## 116 signal transduction
## 117 embryo development
## 118 organonitrogen compound catabolic process
## 119 organic substance catabolic process
## 120 establishment of planar polarity
## 121 morphogenesis of a polarized epithelium
## 122 compound eye morphogenesis
## 123 homophilic cell adhesion via plasma membrane adhesion molecules
## 124 establishment of tissue polarity
## 125 pattern specification process
## 126 ommatidial rotation
## 127 calcium-dependent cell-cell adhesion via plasma membrane cell adhesion molecules
## 128 regulation of anatomical structure morphogenesis
## 129 establishment of ommatidial planar polarity
## 130 cell-cell adhesion mediated by cadherin
## 131 compound eye development
## 132 cellular macromolecule localization
## 133 cell-cell adhesion
## 134 cell-cell adhesion via plasma-membrane adhesion molecules
## 135 anatomical structure formation involved in morphogenesis
## 136 skeletal system development
## 137 urogenital system development
## 138 kidney development
## 139 renal system development
## 140 animal organ morphogenesis
## 141 macromolecule catabolic process
## 142 protein catabolic process
## 143 cellular macromolecule catabolic process
## 144 proteolysis involved in protein catabolic process
## 145 negative regulation of biological process
## 146 response to wounding
## 147 peptide metabolic process
## 148 amide metabolic process
## 149 response to oxygen levels
## 150 nucleobase-containing compound metabolic process
## 151 nucleoside phosphate metabolic process
## 152 phosphorus metabolic process
## 153 phosphate-containing compound metabolic process
## 154 nucleotide metabolic process
## 155 organophosphate metabolic process
## 156 nucleobase-containing small molecule metabolic process
## 157 response to oxygen-containing compound
## 158 cell death
## 159 programmed cell death
## 160 regulation of cell size
## 161 regulation of cellular component size
## 162 cell morphogenesis involved in neuron differentiation
## 163 establishment of localization in cell
## 164 embryonic morphogenesis
## 165 protein modification process
## 166 macromolecule modification
## 167 monoatomic anion transport
## 168 bicarbonate transport
## 169 organic anion transport
## 170 organic substance transport
## 171 system process
## 172 epithelial cell development
## 173 negative regulation of signal transduction
## 174 negative regulation of cell communication
## 175 negative regulation of signaling
## 176 negative regulation of response to stimulus
## 177 cochlea development
## 178 negative regulation of intracellular signal transduction
## 179 transport
## 180 monoatomic ion transport
## 181 epithelium development
## 182 larval development
## 183 embryonic organ morphogenesis
## 184 embryonic organ development
## 185 sensory organ development
## 186 chromatin organization
## 187 histone modification
## 188 chromosome organization
## 189 cell development
## 190 instar larval or pupal development
## 191 heart morphogenesis
## 192 open tracheal system development
## 193 imaginal disc development
## 194 metamorphosis
## 195 imaginal disc morphogenesis
## 196 post-embryonic animal morphogenesis
## 197 regulation of tube size, open tracheal system
## 198 regulation of tube architecture, open tracheal system
## 199 regulation of tube length, open tracheal system
## 200 post-embryonic animal organ morphogenesis
## 201 post-embryonic animal organ development
## 202 instar larval or pupal morphogenesis
## 203 epithelial tube morphogenesis
## 204 organelle organization
## 205 nervous system development
## 206 neurogenesis
## 207 neuron differentiation
## 208 generation of neurons
## 209 regulation of metabolic process
## 210 regulation of primary metabolic process
## 211 cell morphogenesis
## 212 cell morphogenesis involved in differentiation
## 213 locomotion
## 214 cell motility
## 215 localization of cell
## 216 positive regulation of metabolic process
## 217 positive regulation of macromolecule metabolic process
## 218 regulation of protein metabolic process
## 219 regulation of anatomical structure size
## 220 circulatory system development
## 221 regulation of tube size
## 222 mitotic cytokinesis
## 223 cytokinesis
## 224 chromatin remodeling
## 225 protein acetylation
## 226 internal protein amino acid acetylation
## 227 actin filament organization
## 228 muscle organ development
## 229 skeletal muscle tissue development
## 230 neuromuscular junction development
## 231 cellular component assembly involved in morphogenesis
## 232 striated muscle tissue development
## 233 skeletal myofibril assembly
## 234 myotube differentiation
## 235 myotube cell development
## 236 histone acetylation
## 237 peptidyl-amino acid modification
## 238 peptidyl-lysine modification
## 239 internal peptidyl-lysine acetylation
## 240 peptidyl-lysine acetylation
## 241 myofibril assembly
## 242 actomyosin structure organization
## 243 nucleosome organization
## 244 muscle cell differentiation
## 245 protein acylation
## 246 skeletal muscle fiber development
## 247 striated muscle cell differentiation
## 248 cell division
## 249 muscle cell development
## 250 striated muscle cell development
## 251 skeletal muscle organ development
## 252 muscle structure development
## 253 cytoskeleton-dependent cytokinesis
## 254 organelle assembly
## 255 muscle thin filament assembly
## 256 protein-DNA complex subunit organization
## 257 supramolecular fiber organization
## 258 neuromuscular junction development, skeletal muscle fiber
## 259 columnar/cuboidal epithelial cell differentiation
## 260 columnar/cuboidal epithelial cell development
## 261 neural retina development
## 262 sensory perception
## 263 metencephalon development
## 264 hindbrain development
## 265 mechanoreceptor differentiation
## 266 inner ear auditory receptor cell differentiation
## 267 camera-type eye development
## 268 modulation of chemical synaptic transmission
## 269 nervous system process
## 270 retina development in camera-type eye
## 271 inner ear receptor cell differentiation
## 272 auditory receptor cell development
## 273 inner ear receptor cell development
## 274 neuroepithelial cell differentiation
## 275 regulation of trans-synaptic signaling
## 276 cellular component morphogenesis
## 277 vasculature development
## 278 reproduction
## 279 reproductive process
## 280 establishment of mitotic spindle orientation
## 281 regulation of cell growth
## 282 compound eye photoreceptor cell differentiation
## 283 epithelial cell morphogenesis involved in gastrulation
## 284 epithelial cell morphogenesis
## 285 apical constriction
## 286 apical constriction involved in gastrulation
## 287 chemotaxis
## 288 axonogenesis
## 289 axon guidance
## 290 axon target recognition
## 291 regulation of cell morphogenesis involved in differentiation
## 292 negative regulation of cell morphogenesis involved in differentiation
## 293 cell growth
## 294 regulation of cell morphogenesis
## 295 actin filament-based movement
## 296 regulation of axon extension
## 297 cortical cytoskeleton organization
## 298 cortical actin cytoskeleton organization
## 299 retinal ganglion cell axon guidance
## 300 regulation of response to external stimulus
## 301 maintenance of protein location in cell
## 302 establishment of mitotic spindle localization
## 303 compound eye photoreceptor development
## 304 cell migration involved in gastrulation
## 305 taxis
## 306 photoreceptor cell development
## 307 eye photoreceptor cell development
## 308 maintenance of protein location
## 309 R8 cell development
## 310 R8 cell differentiation
## 311 R7 cell differentiation
## 312 R7 cell development
## 313 developmental cell growth
## 314 axon extension
## 315 regulation of dendrite morphogenesis
## 316 regulation of axon extension involved in axon guidance
## 317 axon extension involved in axon guidance
## 318 regulation of axonogenesis
## 319 negative regulation of dendrite morphogenesis
## 320 regulation of chemotaxis
## 321 maintenance of location
## 322 establishment of spindle localization
## 323 establishment of spindle orientation
## 324 organelle localization
## 325 maintenance of location in cell
## 326 spindle localization
## 327 establishment of organelle localization
## 328 regulation of extent of cell growth
## 329 actin-mediated cell contraction
## 330 neuron projection guidance
## 331 neuron projection extension involved in neuron projection guidance
## 332 regulation of axon guidance
## 333 microtubule cytoskeleton organization involved in mitosis
## 334 neuron projection extension
## 335 protein-containing complex organization
## 336 negative regulation of transcription by RNA polymerase II
## 337 suckling behavior
## 338 protein deacetylation
## 339 blood coagulation
## 340 hemostasis
## 341 feeding behavior
## 342 negative regulation of macromolecule biosynthetic process
## 343 histone deacetylation
## 344 protein deacylation
## 345 negative regulation of DNA-templated transcription
## 346 negative regulation of nucleobase-containing compound metabolic process
## 347 coagulation
## 348 negative regulation of RNA metabolic process
## 349 macromolecule deacylation
## 350 negative regulation of RNA biosynthetic process
## 351 negative regulation of nucleic acid-templated transcription
## 352 negative regulation of cellular macromolecule biosynthetic process
## 353 negative regulation of cellular process
## 354 response to stress
## 355 developmental process involved in reproduction
## 356 reproductive structure development
## 357 reproductive system development
## 358 regulation of catabolic process
## 359 response to organic cyclic compound
## 360 positive regulation of nitrogen compound metabolic process
## 361 positive regulation of protein metabolic process
## 362 cellular response to organic cyclic compound
## 363 ameboidal-type cell migration
## 364 negative regulation of cell development
## 365 regulation of neuron projection development
## 366 negative regulation of neuron projection development
## 367 regulation of cell projection organization
## 368 negative regulation of cell projection organization
## 369 cell part morphogenesis
## 370 regulation of cell differentiation
## 371 negative regulation of cell differentiation
## 372 regulation of neuron differentiation
## 373 negative regulation of neuron differentiation
## 374 neuron projection morphogenesis
## 375 cell projection morphogenesis
## 376 regulation of neurogenesis
## 377 negative regulation of neurogenesis
## 378 regulation of dendrite development
## 379 negative regulation of developmental process
## 380 negative regulation of cellular component organization
## 381 negative regulation of nervous system development
## 382 regulation of cell development
## 383 regulation of plasma membrane bounded cell projection organization
## 384 plasma membrane bounded cell projection morphogenesis
## 385 negative regulation of dendrite development
## 386 ossification
## 387 ureteric bud development
## 388 branching involved in ureteric bud morphogenesis
## 389 establishment of imaginal disc-derived wing hair orientation
## 390 morphogenesis of a branching structure
## 391 mesonephros development
## 392 regionalization
## 393 heart valve development
## 394 atrioventricular valve development
## 395 mitral valve development
## 396 heart valve morphogenesis
## 397 atrioventricular valve morphogenesis
## 398 mitral valve morphogenesis
## 399 heart valve formation
## 400 atrioventricular valve formation
## 401 mitral valve formation
## 402 endocardial cushion development
## 403 endocardial cushion morphogenesis
## 404 endocardial cushion formation
## 405 cell migration involved in endocardial cushion formation
## 406 heterophilic cell-cell adhesion via plasma membrane cell adhesion molecules
## 407 imaginal disc pattern formation
## 408 wing disc morphogenesis
## 409 imaginal disc-derived wing morphogenesis
## 410 leg disc morphogenesis
## 411 imaginal disc-derived leg morphogenesis
## 412 mesenchymal cell proliferation
## 413 peptide cross-linking
## 414 developmental maturation
## 415 neural tube development
## 416 polarized epithelial cell differentiation
## 417 establishment or maintenance of apical/basal cell polarity
## 418 establishment of apical/basal cell polarity
## 419 imaginal disc-derived appendage morphogenesis
## 420 post-embryonic appendage morphogenesis
## 421 leg disc development
## 422 wing disc development
## 423 wing disc pattern formation
## 424 non-sensory hair organization
## 425 imaginal disc-derived wing hair organization
## 426 hippo signaling
## 427 regulation of hippo signaling
## 428 negative regulation of hippo signaling
## 429 positive regulation of hippo signaling
## 430 post-anal tail morphogenesis
## 431 ossification involved in bone maturation
## 432 establishment or maintenance of epithelial cell apical/basal polarity
## 433 establishment of epithelial cell apical/basal polarity
## 434 equator specification
## 435 imaginal disc-derived appendage development
## 436 branching morphogenesis of an epithelial tube
## 437 animal organ maturation
## 438 formation of anatomical boundary
## 439 bone development
## 440 mesenchyme development
## 441 ureteric bud morphogenesis
## 442 cell migration involved in heart development
## 443 kidney morphogenesis
## 444 morphogenesis of a branching epithelium
## 445 establishment of monopolar cell polarity
## 446 establishment or maintenance of bipolar cell polarity
## 447 renal tubule development
## 448 renal tubule morphogenesis
## 449 establishment or maintenance of monopolar cell polarity
## 450 bone maturation
## 451 anatomical structure maturation
## 452 nephron development
## 453 nephron epithelium development
## 454 nephron morphogenesis
## 455 kidney epithelium development
## 456 nephron tubule morphogenesis
## 457 nephron tubule development
## 458 nephron epithelium morphogenesis
## 459 mesenchyme morphogenesis
## 460 condensed mesenchymal cell proliferation
## 461 mesonephric epithelium development
## 462 mesonephric tubule development
## 463 mesonephric tubule morphogenesis
## 464 protein localization to membrane
## 465 protein localization to plasma membrane
## 466 establishment of epithelial cell polarity
## 467 regulation of establishment of planar polarity
## 468 microtubule cytoskeleton organization involved in establishment of planar polarity
## 469 protein localization involved in establishment of planar polarity
## 470 regulation of morphogenesis of an epithelium
## 471 protein localization to cell periphery
## 472 regulation of animal organ morphogenesis
## 473 cell population proliferation
## 474 wound healing
## 475 epidermis development
## 476 epidermal cell differentiation
## 477 hair cell differentiation
## 478 inner ear development
## 479 cellular response to chemical stimulus
## 480 neuron development
## 481 actin filament-based process
## 482 response to copper ion
## 483 response to metal ion
## 484 cellular localization
## 485 molting cycle
## 486 ear development
## 487 cell projection organization
## 488 plasma membrane bounded cell projection organization
## 489 regulation of localization
## 490 regulation of locomotion
## 491 negative regulation of multicellular organismal process
## 492 eye photoreceptor cell differentiation
## 493 photoreceptor cell differentiation
## 494 embryonic epithelial tube formation
## 495 instar larval development
## 496 embryonic heart tube morphogenesis
## 497 embryonic heart tube formation
## 498 ventral cord development
## 499 fat body development
## 500 adult fat body development
## 501 imaginal disc eversion
## 502 molting cycle, chitin-based cuticle
## 503 morphogenesis of embryonic epithelium
## 504 cellular component disassembly
## 505 extracellular matrix organization
## 506 regeneration
## 507 basement membrane disassembly
## 508 dorsal trunk growth, open tracheal system
## 509 embryonic heart tube development
## 510 tube formation
## 511 tissue regeneration
## 512 extracellular structure organization
## 513 adipose tissue development
## 514 connective tissue development
## 515 basement membrane organization
## 516 epithelial tube formation
## 517 fasciculation of motor neuron axon
## 518 telencephalon development
## 519 pallium development
## 520 forebrain development
## 521 positive regulation of locomotion
## 522 positive regulation of catalytic activity
## 523 positive regulation of molecular function
## 524 regulation of catalytic activity
## 525 regulation of molecular function
## 526 blood vessel development
## 527 vasculogenesis
## 528 immune system process
## 529 immune system development
## 530 lipid metabolic process
## 531 enzyme-linked receptor protein signaling pathway
## 532 transmembrane receptor protein tyrosine kinase signaling pathway
## 533 sex differentiation
## 534 steroid metabolic process
## 535 androgen metabolic process
## 536 estrogen metabolic process
## 537 gonad development
## 538 female gonad development
## 539 positive regulation of catabolic process
## 540 body morphogenesis
## 541 hemopoiesis
## 542 regulation of protein catabolic process
## 543 development of primary sexual characteristics
## 544 positive regulation of protein catabolic process
## 545 development of primary female sexual characteristics
## 546 female sex differentiation
## 547 platelet-derived growth factor receptor signaling pathway
## 548 blood vessel morphogenesis
## 549 hematopoietic or lymphoid organ development
## 550 skeletal system morphogenesis
## 551 smooth muscle tissue development
## 552 roof of mouth development
## 553 head morphogenesis
## 554 face development
## 555 face morphogenesis
## 556 transition metal ion transport
## 557 liver development
## 558 copper ion transport
## 559 iron ion transport
## 560 intracellular iron ion homeostasis
## 561 plasma membrane copper ion transport
## 562 respiratory tube development
## 563 lung development
## 564 copper ion transmembrane transport
## 565 iron ion homeostasis
## 566 hepaticobiliary system development
## 567 regulation of cellular metabolic process
## 568 respiratory system development
## 569 mitotic cell cycle
## 570 cell cycle
## 571 cell cycle process
## 572 actin cytoskeleton organization
## 573 mitotic cell cycle process
## 574 cell communication
## 575 multicellular organism development
## 576 anatomical structure morphogenesis
## 577 multicellular organismal process
## 578 developmental process
## 579 response to chemical
## 580 animal organ development
## 581 system development
## 582 anatomical structure development
## 583 response to stimulus
## 584 synapse organization
## 585 cellular response to stimulus
## 586 negative regulation of gene expression
## 587 post-translational protein modification
## 588 intracellular signal transduction
## 589 regulation of protein phosphorylation
## 590 regulation of G protein-coupled receptor signaling pathway
## 591 response to mechanical stimulus
## 592 regulation of cardiac muscle hypertrophy
## 593 regulation of muscle hypertrophy
## 594 regulation of phosphate metabolic process
## 595 positive regulation of cellular metabolic process
## 596 regulation of protein modification process
## 597 regulation of phosphorylation
## 598 regulation of muscle adaptation
## 599 regulation of cAMP-mediated signaling
## 600 regulation of system process
## 601 regulation of phosphorus metabolic process
## 602 regulation of muscle system process
## 603 regulation of blood circulation
## 604 cell-cell signaling
## 605 chemical synaptic transmission
## 606 synaptic transmission, cholinergic
## 607 visual perception
## 608 programmed cell death involved in cell development
## 609 pons development
## 610 cochlear nucleus development
## 611 regulation of synaptic transmission, GABAergic
## 612 retinal cell programmed cell death
## 613 response to arsenic-containing substance
## 614 camera-type eye morphogenesis
## 615 neural nucleus development
## 616 sensory perception of light stimulus
## 617 retina morphogenesis in camera-type eye
## 618 camera-type eye photoreceptor cell differentiation
## 619 retina vasculature development in camera-type eye
## 620 retina vasculature morphogenesis in camera-type eye
## 621 anterograde trans-synaptic signaling
## 622 synaptic signaling
## 623 trans-synaptic signaling
## 624 proton transmembrane transport
## 625 central nervous system development
## 626 tube morphogenesis
## 627 morphogenesis of an epithelium
## 628 regulation of intracellular signal transduction
## 629 aging
## 630 response to nutrient
## 631 response to extracellular stimulus
## 632 response to nutrient levels
## 633 gland development
## 634 cytoskeleton organization
## 635 head development
## 636 cytokine-mediated signaling pathway
## 637 response to cytokine
## 638 interleukin-12-mediated signaling pathway
## 639 response to interleukin-12
## 640 cellular response to cytokine stimulus
## 641 cellular response to interleukin-12
## 642 appendage morphogenesis
## 643 chordate embryonic development
## 644 appendage development
## 645 positive regulation of intracellular signal transduction
## 646 response to abiotic stimulus
## 647 cellular nitrogen compound metabolic process
## 648 gamete generation
## 649 spermatogenesis
## 650 sexual reproduction
## 651 multicellular organism reproduction
## 652 multi-organism reproductive process
## 653 male gamete generation
## 654 multicellular organismal reproductive process
## 655 microtubule cytoskeleton organization
## 656 microtubule-based process
## 657 cell migration
## 658 cell surface receptor signaling pathway
## 659 response to reactive oxygen species
## 660 response to oxygen radical
## 661 formation of primary germ layer
## 662 mesoderm formation
## 663 selenium compound metabolic process
## 664 placenta development
## 665 organic acid metabolic process
## 666 amino acid metabolic process
## 667 cellular modified amino acid metabolic process
## 668 NADP metabolic process
## 669 glutathione metabolic process
## 670 sulfur compound metabolic process
## 671 response to oxidative stress
## 672 mesoderm development
## 673 serine family amino acid metabolic process
## 674 response to toxic substance
## 675 response to selenium ion
## 676 regulation of cell death
## 677 positive regulation of cell death
## 678 nucleobase-containing small molecule interconversion
## 679 selenocysteine metabolic process
## 680 antibiotic metabolic process
## 681 antibiotic catabolic process
## 682 molting cycle, collagen and cuticulin-based cuticle
## 683 regulation of lipid metabolic process
## 684 pyridine nucleotide metabolic process
## 685 carboxylic acid metabolic process
## 686 molting cycle process
## 687 cellular response to stress
## 688 cellular response to oxidative stress
## 689 cellular response to increased oxygen levels
## 690 response to increased oxygen levels
## 691 ecdysis, collagen and cuticulin-based cuticle
## 692 benzene-containing compound metabolic process
## 693 hydrogen peroxide metabolic process
## 694 hydrogen peroxide catabolic process
## 695 oxoacid metabolic process
## 696 cell redox homeostasis
## 697 nicotinamide nucleotide metabolic process
## 698 mesoderm morphogenesis
## 699 response to axon injury
## 700 protein complex oligomerization
## 701 protein tetramerization
## 702 response to hyperoxia
## 703 protein-containing complex assembly
## 704 halogen metabolic process
## 705 NADPH oxidation
## 706 cellular response to inorganic substance
## 707 cellular response to metal ion
## 708 cellular response to copper ion
## 709 cellular response to oxygen levels
## 710 cellular response to hyperoxia
## 711 pyridine-containing compound metabolic process
## 712 reactive oxygen species metabolic process
## 713 cellular response to toxic substance
## 714 detoxification
## 715 cellular oxidant detoxification
## 716 alpha-amino acid metabolic process
## 717 cellular detoxification
## 718 brain development
## 719 catabolic process
## 720 cellular catabolic process
## 721 eye morphogenesis
## 722 gastrulation
## 723 response to hypoxia
## 724 regulation of receptor recycling
## 725 positive regulation of receptor recycling
## 726 regulation of systemic arterial blood pressure by hormone
## 727 circulatory system process
## 728 vascular process in circulatory system
## 729 regulation of systemic arterial blood pressure mediated by a chemical signal
## 730 regulation of systemic arterial blood pressure
## 731 regulation of systemic arterial blood pressure by endothelin
## 732 apoptotic process
## 733 blood circulation
## 734 regulation of blood pressure
## 735 gene expression
## 736 positive regulation of cardiac muscle hypertrophy
## 737 neuropeptide catabolic process
## 738 substance P catabolic process
## 739 bradykinin catabolic process
## 740 calcitonin catabolic process
## 741 positive regulation of muscle hypertrophy
## 742 protein processing
## 743 peptide hormone processing
## 744 regulation of vasoconstriction
## 745 embryonic limb morphogenesis
## 746 endothelin maturation
## 747 limb morphogenesis
## 748 embryonic appendage morphogenesis
## 749 regulation of tube diameter
## 750 response to muscle stretch
## 751 response to decreased oxygen levels
## 752 hormone catabolic process
## 753 embryonic digit morphogenesis
## 754 peptide catabolic process
## 755 regulation of MAPK cascade
## 756 positive regulation of cAMP-mediated signaling
## 757 positive regulation of G protein-coupled receptor signaling pathway
## 758 response to cadmium ion
## 759 endocrine process
## 760 protein maturation
## 761 pharyngeal system development
## 762 limb development
## 763 regulation of ERK1 and ERK2 cascade
## 764 blood vessel diameter maintenance
## 765 digestive tract development
## 766 digestive system development
## 767 muscle tissue development
## 768 negative regulation of metabolic process
## 769 regulation of gene expression
## 770 negative regulation of macromolecule metabolic process
## 771 sodium ion transport
## 772 chloride transport
## 773 regulation of pH
## 774 inorganic anion transport
## 775 regulation of cellular pH
## 776 sodium ion transmembrane transport
## 777 regulation of intracellular pH
## 778 monoatomic anion transmembrane transport
## 779 inorganic anion transmembrane transport
## 780 chloride transmembrane transport
## 781 cell adhesion
## 782 heart development
## 783 eye development
## 784 epithelial cell differentiation
## 785 sensory organ morphogenesis
## 786 tissue morphogenesis
## 787 regulation of nitrogen compound metabolic process
## 788 regulation of macromolecule metabolic process
## 789 response to organic substance
## 790 cellular response to organic substance
## 791 regulation of glutamine family amino acid metabolic process
## 792 regulation of arginine metabolic process
## 793 response to acid chemical
## 794 regulation of neurotransmitter levels
## 795 positive regulation of protein phosphorylation
## 796 regulation of the force of heart contraction
## 797 regulation of sodium ion transport
## 798 auditory receptor cell morphogenesis
## 799 nematode larval development
## 800 purine nucleotide metabolic process
## 801 regulation of cellular amino acid metabolic process
## 802 calcium ion transport
## 803 endocytosis
## 804 positive regulation of cytosolic calcium ion concentration
## 805 body fluid secretion
## 806 lactation
## 807 sensory perception of sound
## 808 locomotory behavior
## 809 regulation of heart contraction
## 810 purine ribonucleotide metabolic process
## 811 cyclic nucleotide metabolic process
## 812 ribonucleotide metabolic process
## 813 response to temperature stimulus
## 814 response to cold
## 815 response to water
## 816 detection of external stimulus
## 817 detection of abiotic stimulus
## 818 response to endogenous stimulus
## 819 response to hormone
## 820 negative regulation of catabolic process
## 821 response to organonitrogen compound
## 822 positive regulation of phosphorus metabolic process
## 823 regulation of cell cycle process
## 824 regulation of cellular ketone metabolic process
## 825 regulation of cardiac muscle adaptation
## 826 negative regulation of cardiac muscle hypertrophy
## 827 negative regulation of cardiac muscle adaptation
## 828 regulation of nitric oxide mediated signal transduction
## 829 negative regulation of nitric oxide mediated signal transduction
## 830 regulation of metal ion transport
## 831 negative regulation of muscle hypertrophy
## 832 negative regulation of muscle adaptation
## 833 vesicle-mediated transport
## 834 phenol-containing compound metabolic process
## 835 ribose phosphate metabolic process
## 836 cell differentiation in hindbrain
## 837 cerebellum development
## 838 hindbrain morphogenesis
## 839 cerebellum morphogenesis
## 840 cerebellar Purkinje cell layer development
## 841 cerebellar granular layer development
## 842 cerebellar granular layer morphogenesis
## 843 cerebellar granular layer formation
## 844 cerebellar Purkinje cell layer morphogenesis
## 845 cerebellar Purkinje cell layer formation
## 846 cerebellar cortex development
## 847 cerebellar cortex morphogenesis
## 848 cerebellar cortex formation
## 849 cerebellar Purkinje cell differentiation
## 850 cerebellar granule cell differentiation
## 851 limbic system development
## 852 hippocampus development
## 853 central nervous system neuron differentiation
## 854 regulation of endocytosis
## 855 flagellated sperm motility
## 856 mammary gland development
## 857 biomineral tissue development
## 858 regulation of cellular catabolic process
## 859 negative regulation of cellular catabolic process
## 860 negative regulation of protein modification process
## 861 positive regulation of protein modification process
## 862 cellular response to extracellular stimulus
## 863 cellular response to nutrient levels
## 864 cellular response to nutrient
## 865 response to corticosteroid
## 866 regulation of monooxygenase activity
## 867 negative regulation of monooxygenase activity
## 868 cellular response to hormone stimulus
## 869 regulation of peptidyl-serine phosphorylation
## 870 positive regulation of peptidyl-serine phosphorylation
## 871 regulation of amine metabolic process
## 872 negative regulation of amine metabolic process
## 873 regulation of amine catabolic process
## 874 negative regulation of amine catabolic process
## 875 response to vitamin
## 876 response to vitamin D
## 877 positive regulation of kinase activity
## 878 response to lipid
## 879 regulation of transmembrane transport
## 880 regulation of monoatomic ion transmembrane transport
## 881 regulation of growth rate
## 882 positive regulation of growth rate
## 883 neurotransmitter metabolic process
## 884 positive regulation of phosphorylation
## 885 serotonin metabolic process
## 886 indole-containing compound metabolic process
## 887 ear morphogenesis
## 888 inner ear morphogenesis
## 889 negative regulation of catalytic activity
## 890 regulation of monoatomic ion transport
## 891 positive regulation of monoatomic ion transport
## 892 regulation of kinase activity
## 893 negative regulation of cAMP-mediated signaling
## 894 negative regulation of molecular function
## 895 negative regulation of nitric oxide biosynthetic process
## 896 otolith mineralization
## 897 regulation of nitric oxide biosynthetic process
## 898 negative regulation of G protein-coupled receptor signaling pathway
## 899 negative regulation of cellular amino acid metabolic process
## 900 positive regulation of endocytosis
## 901 regulation of protein kinase activity
## 902 positive regulation of protein kinase activity
## 903 positive regulation of growth
## 904 positive regulation of phosphate metabolic process
## 905 cGMP metabolic process
## 906 secretion
## 907 regulation of synaptic plasticity
## 908 response to steroid hormone
## 909 otolith development
## 910 regulation of calcium-mediated signaling
## 911 negative regulation of calcium-mediated signaling
## 912 neuromuscular process controlling balance
## 913 neuromuscular process
## 914 detection of stimulus involved in sensory perception
## 915 detection of mechanical stimulus involved in sensory perception of sound
## 916 sensory perception of mechanical stimulus
## 917 detection of mechanical stimulus involved in sensory perception
## 918 detection of mechanical stimulus
## 919 regulation of nitric-oxide synthase activity
## 920 negative regulation of nitric-oxide synthase activity
## 921 regulation of transport
## 922 positive regulation of transport
## 923 negative regulation of protein metabolic process
## 924 regulation of transferase activity
## 925 regulation of oxidoreductase activity
## 926 positive regulation of transferase activity
## 927 negative regulation of oxidoreductase activity
## 928 response to glucocorticoid
## 929 response to mineralocorticoid
## 930 response to corticosterone
## 931 regulation of cytosolic calcium ion concentration
## 932 negative regulation of cytosolic calcium ion concentration
## 933 response to hydrostatic pressure
## 934 detection of stimulus
## 935 regulation of cell cycle
## 936 regulation of calcium ion transport
## 937 positive regulation of calcium ion transport
## 938 auditory receptor cell stereocilium organization
## 939 inner ear receptor cell stereocilium organization
## 940 calcium ion transport into cytosol
## 941 regulation of vesicle-mediated transport
## 942 regulation of small molecule metabolic process
## 943 negative regulation of small molecule metabolic process
## 944 calcium ion import
## 945 calcium ion transmembrane transport
## 946 regulation of calcineurin-NFAT signaling cascade
## 947 negative regulation of calcineurin-NFAT signaling cascade
## 948 cellular response to vitamin
## 949 cellular response to vitamin D
## 950 cellular response to steroid hormone stimulus
## 951 cellular response to corticosteroid stimulus
## 952 cellular response to glucocorticoid stimulus
## 953 cellular response to corticosterone stimulus
## 954 cellular response to mineralocorticoid stimulus
## 955 cellular response to lipid
## 956 cellular response to organonitrogen compound
## 957 cellular response to endogenous stimulus
## 958 cellular response to external stimulus
## 959 response to monoamine
## 960 cellular response to monoamine stimulus
## 961 response to catecholamine
## 962 cellular response to catecholamine stimulus
## 963 response to epinephrine
## 964 cellular response to epinephrine stimulus
## 965 negative regulation of adenylate cyclase-activating adrenergic receptor signaling pathway
## 966 regulation of protein serine/threonine kinase activity
## 967 positive regulation of protein serine/threonine kinase activity
## 968 purine-containing compound metabolic process
## 969 regulation of response to stress
## 970 ammonium ion metabolic process
## 971 response to alcohol
## 972 cellular response to alcohol
## 973 calcium ion transmembrane import into cytosol
## 974 sperm motility
## 975 import into cell
## 976 inorganic cation import across plasma membrane
## 977 calcium ion import across plasma membrane
## 978 negative regulation of the force of heart contraction
## 979 import across plasma membrane
## 980 inorganic ion import across plasma membrane
## 981 regulation of calcineurin-mediated signaling
## 982 negative regulation of calcineurin-mediated signaling
## 983 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## 984 negative regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## 985 regulation of adenylate cyclase-activating adrenergic receptor signaling pathway involved in heart process
## 986 negative regulation of adenylate cyclase-activating adrenergic receptor signaling pathway involved in heart process
## 987 regulation of arginine catabolic process
## 988 negative regulation of arginine catabolic process
## 989 carbohydrate derivative metabolic process
## 990 primary amino compound metabolic process
## 991 organic hydroxy compound metabolic process
## 992 response to ketone
## 993 cellular response to ketone
## 994 calcium ion export
## 995 response to nitrogen compound
## 996 cellular response to nitrogen compound
## 997 cellular response to oxygen-containing compound
## 998 regulation of cell cycle phase transition
## 999 negative regulation of peptidyl-cysteine S-nitrosylation
## 1000 regulation of sodium ion transmembrane transport
## 1001 calcium ion import into cytosol
## 1002 regulation of cell cycle G1/S phase transition
## 1003 regulation of cardiac muscle hypertrophy in response to stress
## 1004 negative regulation of cardiac muscle hypertrophy in response to stress
## 1005 regulation of citrulline biosynthetic process
## 1006 negative regulation of citrulline biosynthetic process
## 1007 regulation of reactive oxygen species biosynthetic process
## 1008 negative regulation of reactive oxygen species biosynthetic process
## 1009 regulation of cardiac conduction
## 1010 regulation of monoatomic cation transmembrane transport
## 1011 negative regulation of nitric oxide metabolic process
## 1012 calcium ion export across plasma membrane
## 1013 regulation of peptidyl-cysteine S-nitrosylation
## 1014 regulation of cellular amino acid biosynthetic process
## 1015 negative regulation of amino acid biosynthetic process
## 1016 regulation of reactive oxygen species metabolic process
## 1017 negative regulation of reactive oxygen species metabolic process
## 1018 regulation of cAMP-dependent protein kinase activity
## 1019 positive regulation of cAMP-dependent protein kinase activity
## 1020 tissue development
## 1021 post-embryonic development
## 1022 cell differentiation
## 1023 cellular developmental process
## 1024 lamellipodium assembly involved in ameboidal cell migration
## 1025 small GTPase mediated signal transduction
## 1026 Ras protein signal transduction
## 1027 Rho protein signal transduction
## 1028 glial cell migration
## 1029 positive regulation of cell development
## 1030 dendrite development
## 1031 cerebral cortex cell migration
## 1032 cerebral cortex radially oriented cell migration
## 1033 cerebral cortex radial glia-guided migration
## 1034 cell motility involved in cerebral cortex radial glia guided migration
## 1035 modulation of microtubule cytoskeleton involved in cerebral cortex radial glia guided migration
## 1036 extension of a leading process involved in cell motility in cerebral cortex radial glia guided migration
## 1037 forebrain cell migration
## 1038 cerebral cortex development
## 1039 telencephalon cell migration
## 1040 telencephalon glial cell migration
## 1041 cell projection assembly
## 1042 lamellipodium assembly
## 1043 regulation of cell migration
## 1044 positive regulation of cell migration
## 1045 negative regulation of cell migration
## 1046 pseudopodium organization
## 1047 pseudopodium assembly
## 1048 cell-substrate adhesion
## 1049 substrate adhesion-dependent cell spreading
## 1050 negative regulation of locomotion
## 1051 gliogenesis
## 1052 regulation of GTPase activity
## 1053 positive regulation of GTPase activity
## 1054 positive regulation of cell differentiation
## 1055 filopodium assembly
## 1056 positive regulation of neurogenesis
## 1057 actin filament severing
## 1058 regulation of small GTPase mediated signal transduction
## 1059 positive regulation of developmental process
## 1060 regulation of hydrolase activity
## 1061 positive regulation of hydrolase activity
## 1062 regulation of filopodium assembly
## 1063 negative regulation of filopodium assembly
## 1064 positive regulation of nervous system development
## 1065 regulation of cell projection assembly
## 1066 dendritic spine development
## 1067 regulation of dendritic spine development
## 1068 negative regulation of dendritic spine development
## 1069 lamellipodium organization
## 1070 plasma membrane bounded cell projection assembly
## 1071 regulation of plasma membrane bounded cell projection assembly
## 1072 negative regulation of plasma membrane bounded cell projection assembly
## 1073 regulation of cell motility
## 1074 negative regulation of cell motility
## 1075 positive regulation of cell motility
## 1076 regulation of neuron migration
## 1077 negative regulation of neuron migration
## 1078 positive regulation of neuron migration
## 1079 response to external stimulus
## 1080 embryo development ending in birth or egg hatching
## 1081 neuron projection development
## 1082 response to inorganic substance
## 1083 establishment of localization
## ontology bh_adjust
## 1 BP 1
## 2 BP 1
## 3 BP 1
## 4 BP 1
## 5 BP 1
## 6 BP 1
## 7 BP 1
## 8 BP 1
## 9 BP 1
## 10 BP 1
## 11 BP 1
## 12 BP 1
## 13 BP 1
## 14 BP 1
## 15 BP 1
## 16 BP 1
## 17 BP 1
## 18 BP 1
## 19 BP 1
## 20 BP 1
## 21 BP 1
## 22 BP 1
## 23 BP 1
## 24 BP 1
## 25 BP 1
## 26 BP 1
## 27 BP 1
## 28 BP 1
## 29 BP 1
## 30 BP 1
## 31 BP 1
## 32 BP 1
## 33 BP 1
## 34 BP 1
## 35 BP 1
## 36 BP 1
## 37 BP 1
## 38 BP 1
## 39 BP 1
## 40 BP 1
## 41 BP 1
## 42 BP 1
## 43 BP 1
## 44 BP 1
## 45 BP 1
## 46 BP 1
## 47 BP 1
## 48 BP 1
## 49 BP 1
## 50 BP 1
## 51 BP 1
## 52 BP 1
## 53 BP 1
## 54 BP 1
## 55 BP 1
## 56 BP 1
## 57 BP 1
## 58 BP 1
## 59 BP 1
## 60 BP 1
## 61 BP 1
## 62 BP 1
## 63 BP 1
## 64 BP 1
## 65 BP 1
## 66 BP 1
## 67 BP 1
## 68 BP 1
## 69 BP 1
## 70 BP 1
## 71 BP 1
## 72 BP 1
## 73 BP 1
## 74 BP 1
## 75 BP 1
## 76 BP 1
## 77 BP 1
## 78 BP 1
## 79 BP 1
## 80 BP 1
## 81 BP 1
## 82 BP 1
## 83 BP 1
## 84 BP 1
## 85 BP 1
## 86 BP 1
## 87 BP 1
## 88 BP 1
## 89 BP 1
## 90 BP 1
## 91 BP 1
## 92 BP 1
## 93 BP 1
## 94 BP 1
## 95 BP 1
## 96 BP 1
## 97 BP 1
## 98 BP 1
## 99 BP 1
## 100 BP 1
## 101 BP 1
## 102 BP 1
## 103 BP 1
## 104 BP 1
## 105 BP 1
## 106 BP 1
## 107 BP 1
## 108 BP 1
## 109 BP 1
## 110 BP 1
## 111 BP 1
## 112 BP 1
## 113 BP 1
## 114 BP 1
## 115 BP 1
## 116 BP 1
## 117 BP 1
## 118 BP 1
## 119 BP 1
## 120 BP 1
## 121 BP 1
## 122 BP 1
## 123 BP 1
## 124 BP 1
## 125 BP 1
## 126 BP 1
## 127 BP 1
## 128 BP 1
## 129 BP 1
## 130 BP 1
## 131 BP 1
## 132 BP 1
## 133 BP 1
## 134 BP 1
## 135 BP 1
## 136 BP 1
## 137 BP 1
## 138 BP 1
## 139 BP 1
## 140 BP 1
## 141 BP 1
## 142 BP 1
## 143 BP 1
## 144 BP 1
## 145 BP 1
## 146 BP 1
## 147 BP 1
## 148 BP 1
## 149 BP 1
## 150 BP 1
## 151 BP 1
## 152 BP 1
## 153 BP 1
## 154 BP 1
## 155 BP 1
## 156 BP 1
## 157 BP 1
## 158 BP 1
## 159 BP 1
## 160 BP 1
## 161 BP 1
## 162 BP 1
## 163 BP 1
## 164 BP 1
## 165 BP 1
## 166 BP 1
## 167 BP 1
## 168 BP 1
## 169 BP 1
## 170 BP 1
## 171 BP 1
## 172 BP 1
## 173 BP 1
## 174 BP 1
## 175 BP 1
## 176 BP 1
## 177 BP 1
## 178 BP 1
## 179 BP 1
## 180 BP 1
## 181 BP 1
## 182 BP 1
## 183 BP 1
## 184 BP 1
## 185 BP 1
## 186 BP 1
## 187 BP 1
## 188 BP 1
## 189 BP 1
## 190 BP 1
## 191 BP 1
## 192 BP 1
## 193 BP 1
## 194 BP 1
## 195 BP 1
## 196 BP 1
## 197 BP 1
## 198 BP 1
## 199 BP 1
## 200 BP 1
## 201 BP 1
## 202 BP 1
## 203 BP 1
## 204 BP 1
## 205 BP 1
## 206 BP 1
## 207 BP 1
## 208 BP 1
## 209 BP 1
## 210 BP 1
## 211 BP 1
## 212 BP 1
## 213 BP 1
## 214 BP 1
## 215 BP 1
## 216 BP 1
## 217 BP 1
## 218 BP 1
## 219 BP 1
## 220 BP 1
## 221 BP 1
## 222 BP 1
## 223 BP 1
## 224 BP 1
## 225 BP 1
## 226 BP 1
## 227 BP 1
## 228 BP 1
## 229 BP 1
## 230 BP 1
## 231 BP 1
## 232 BP 1
## 233 BP 1
## 234 BP 1
## 235 BP 1
## 236 BP 1
## 237 BP 1
## 238 BP 1
## 239 BP 1
## 240 BP 1
## 241 BP 1
## 242 BP 1
## 243 BP 1
## 244 BP 1
## 245 BP 1
## 246 BP 1
## 247 BP 1
## 248 BP 1
## 249 BP 1
## 250 BP 1
## 251 BP 1
## 252 BP 1
## 253 BP 1
## 254 BP 1
## 255 BP 1
## 256 BP 1
## 257 BP 1
## 258 BP 1
## 259 BP 1
## 260 BP 1
## 261 BP 1
## 262 BP 1
## 263 BP 1
## 264 BP 1
## 265 BP 1
## 266 BP 1
## 267 BP 1
## 268 BP 1
## 269 BP 1
## 270 BP 1
## 271 BP 1
## 272 BP 1
## 273 BP 1
## 274 BP 1
## 275 BP 1
## 276 BP 1
## 277 BP 1
## 278 BP 1
## 279 BP 1
## 280 BP 1
## 281 BP 1
## 282 BP 1
## 283 BP 1
## 284 BP 1
## 285 BP 1
## 286 BP 1
## 287 BP 1
## 288 BP 1
## 289 BP 1
## 290 BP 1
## 291 BP 1
## 292 BP 1
## 293 BP 1
## 294 BP 1
## 295 BP 1
## 296 BP 1
## 297 BP 1
## 298 BP 1
## 299 BP 1
## 300 BP 1
## 301 BP 1
## 302 BP 1
## 303 BP 1
## 304 BP 1
## 305 BP 1
## 306 BP 1
## 307 BP 1
## 308 BP 1
## 309 BP 1
## 310 BP 1
## 311 BP 1
## 312 BP 1
## 313 BP 1
## 314 BP 1
## 315 BP 1
## 316 BP 1
## 317 BP 1
## 318 BP 1
## 319 BP 1
## 320 BP 1
## 321 BP 1
## 322 BP 1
## 323 BP 1
## 324 BP 1
## 325 BP 1
## 326 BP 1
## 327 BP 1
## 328 BP 1
## 329 BP 1
## 330 BP 1
## 331 BP 1
## 332 BP 1
## 333 BP 1
## 334 BP 1
## 335 BP 1
## 336 BP 1
## 337 BP 1
## 338 BP 1
## 339 BP 1
## 340 BP 1
## 341 BP 1
## 342 BP 1
## 343 BP 1
## 344 BP 1
## 345 BP 1
## 346 BP 1
## 347 BP 1
## 348 BP 1
## 349 BP 1
## 350 BP 1
## 351 BP 1
## 352 BP 1
## 353 BP 1
## 354 BP 1
## 355 BP 1
## 356 BP 1
## 357 BP 1
## 358 BP 1
## 359 BP 1
## 360 BP 1
## 361 BP 1
## 362 BP 1
## 363 BP 1
## 364 BP 1
## 365 BP 1
## 366 BP 1
## 367 BP 1
## 368 BP 1
## 369 BP 1
## 370 BP 1
## 371 BP 1
## 372 BP 1
## 373 BP 1
## 374 BP 1
## 375 BP 1
## 376 BP 1
## 377 BP 1
## 378 BP 1
## 379 BP 1
## 380 BP 1
## 381 BP 1
## 382 BP 1
## 383 BP 1
## 384 BP 1
## 385 BP 1
## 386 BP 1
## 387 BP 1
## 388 BP 1
## 389 BP 1
## 390 BP 1
## 391 BP 1
## 392 BP 1
## 393 BP 1
## 394 BP 1
## 395 BP 1
## 396 BP 1
## 397 BP 1
## 398 BP 1
## 399 BP 1
## 400 BP 1
## 401 BP 1
## 402 BP 1
## 403 BP 1
## 404 BP 1
## 405 BP 1
## 406 BP 1
## 407 BP 1
## 408 BP 1
## 409 BP 1
## 410 BP 1
## 411 BP 1
## 412 BP 1
## 413 BP 1
## 414 BP 1
## 415 BP 1
## 416 BP 1
## 417 BP 1
## 418 BP 1
## 419 BP 1
## 420 BP 1
## 421 BP 1
## 422 BP 1
## 423 BP 1
## 424 BP 1
## 425 BP 1
## 426 BP 1
## 427 BP 1
## 428 BP 1
## 429 BP 1
## 430 BP 1
## 431 BP 1
## 432 BP 1
## 433 BP 1
## 434 BP 1
## 435 BP 1
## 436 BP 1
## 437 BP 1
## 438 BP 1
## 439 BP 1
## 440 BP 1
## 441 BP 1
## 442 BP 1
## 443 BP 1
## 444 BP 1
## 445 BP 1
## 446 BP 1
## 447 BP 1
## 448 BP 1
## 449 BP 1
## 450 BP 1
## 451 BP 1
## 452 BP 1
## 453 BP 1
## 454 BP 1
## 455 BP 1
## 456 BP 1
## 457 BP 1
## 458 BP 1
## 459 BP 1
## 460 BP 1
## 461 BP 1
## 462 BP 1
## 463 BP 1
## 464 BP 1
## 465 BP 1
## 466 BP 1
## 467 BP 1
## 468 BP 1
## 469 BP 1
## 470 BP 1
## 471 BP 1
## 472 BP 1
## 473 BP 1
## 474 BP 1
## 475 BP 1
## 476 BP 1
## 477 BP 1
## 478 BP 1
## 479 BP 1
## 480 BP 1
## 481 BP 1
## 482 BP 1
## 483 BP 1
## 484 BP 1
## 485 BP 1
## 486 BP 1
## 487 BP 1
## 488 BP 1
## 489 BP 1
## 490 BP 1
## 491 BP 1
## 492 BP 1
## 493 BP 1
## 494 BP 1
## 495 BP 1
## 496 BP 1
## 497 BP 1
## 498 BP 1
## 499 BP 1
## 500 BP 1
## 501 BP 1
## 502 BP 1
## 503 BP 1
## 504 BP 1
## 505 BP 1
## 506 BP 1
## 507 BP 1
## 508 BP 1
## 509 BP 1
## 510 BP 1
## 511 BP 1
## 512 BP 1
## 513 BP 1
## 514 BP 1
## 515 BP 1
## 516 BP 1
## 517 BP 1
## 518 BP 1
## 519 BP 1
## 520 BP 1
## 521 BP 1
## 522 BP 1
## 523 BP 1
## 524 BP 1
## 525 BP 1
## 526 BP 1
## 527 BP 1
## 528 BP 1
## 529 BP 1
## 530 BP 1
## 531 BP 1
## 532 BP 1
## 533 BP 1
## 534 BP 1
## 535 BP 1
## 536 BP 1
## 537 BP 1
## 538 BP 1
## 539 BP 1
## 540 BP 1
## 541 BP 1
## 542 BP 1
## 543 BP 1
## 544 BP 1
## 545 BP 1
## 546 BP 1
## 547 BP 1
## 548 BP 1
## 549 BP 1
## 550 BP 1
## 551 BP 1
## 552 BP 1
## 553 BP 1
## 554 BP 1
## 555 BP 1
## 556 BP 1
## 557 BP 1
## 558 BP 1
## 559 BP 1
## 560 BP 1
## 561 BP 1
## 562 BP 1
## 563 BP 1
## 564 BP 1
## 565 BP 1
## 566 BP 1
## 567 BP 1
## 568 BP 1
## 569 BP 1
## 570 BP 1
## 571 BP 1
## 572 BP 1
## 573 BP 1
## 574 BP 1
## 575 BP 1
## 576 BP 1
## 577 BP 1
## 578 BP 1
## 579 BP 1
## 580 BP 1
## 581 BP 1
## 582 BP 1
## 583 BP 1
## 584 BP 1
## 585 BP 1
## 586 BP 1
## 587 BP 1
## 588 BP 1
## 589 BP 1
## 590 BP 1
## 591 BP 1
## 592 BP 1
## 593 BP 1
## 594 BP 1
## 595 BP 1
## 596 BP 1
## 597 BP 1
## 598 BP 1
## 599 BP 1
## 600 BP 1
## 601 BP 1
## 602 BP 1
## 603 BP 1
## 604 BP 1
## 605 BP 1
## 606 BP 1
## 607 BP 1
## 608 BP 1
## 609 BP 1
## 610 BP 1
## 611 BP 1
## 612 BP 1
## 613 BP 1
## 614 BP 1
## 615 BP 1
## 616 BP 1
## 617 BP 1
## 618 BP 1
## 619 BP 1
## 620 BP 1
## 621 BP 1
## 622 BP 1
## 623 BP 1
## 624 BP 1
## 625 BP 1
## 626 BP 1
## 627 BP 1
## 628 BP 1
## 629 BP 1
## 630 BP 1
## 631 BP 1
## 632 BP 1
## 633 BP 1
## 634 BP 1
## 635 BP 1
## 636 BP 1
## 637 BP 1
## 638 BP 1
## 639 BP 1
## 640 BP 1
## 641 BP 1
## 642 BP 1
## 643 BP 1
## 644 BP 1
## 645 BP 1
## 646 BP 1
## 647 BP 1
## 648 BP 1
## 649 BP 1
## 650 BP 1
## 651 BP 1
## 652 BP 1
## 653 BP 1
## 654 BP 1
## 655 BP 1
## 656 BP 1
## 657 BP 1
## 658 BP 1
## 659 BP 1
## 660 BP 1
## 661 BP 1
## 662 BP 1
## 663 BP 1
## 664 BP 1
## 665 BP 1
## 666 BP 1
## 667 BP 1
## 668 BP 1
## 669 BP 1
## 670 BP 1
## 671 BP 1
## 672 BP 1
## 673 BP 1
## 674 BP 1
## 675 BP 1
## 676 BP 1
## 677 BP 1
## 678 BP 1
## 679 BP 1
## 680 BP 1
## 681 BP 1
## 682 BP 1
## 683 BP 1
## 684 BP 1
## 685 BP 1
## 686 BP 1
## 687 BP 1
## 688 BP 1
## 689 BP 1
## 690 BP 1
## 691 BP 1
## 692 BP 1
## 693 BP 1
## 694 BP 1
## 695 BP 1
## 696 BP 1
## 697 BP 1
## 698 BP 1
## 699 BP 1
## 700 BP 1
## 701 BP 1
## 702 BP 1
## 703 BP 1
## 704 BP 1
## 705 BP 1
## 706 BP 1
## 707 BP 1
## 708 BP 1
## 709 BP 1
## 710 BP 1
## 711 BP 1
## 712 BP 1
## 713 BP 1
## 714 BP 1
## 715 BP 1
## 716 BP 1
## 717 BP 1
## 718 BP 1
## 719 BP 1
## 720 BP 1
## 721 BP 1
## 722 BP 1
## 723 BP 1
## 724 BP 1
## 725 BP 1
## 726 BP 1
## 727 BP 1
## 728 BP 1
## 729 BP 1
## 730 BP 1
## 731 BP 1
## 732 BP 1
## 733 BP 1
## 734 BP 1
## 735 BP 1
## 736 BP 1
## 737 BP 1
## 738 BP 1
## 739 BP 1
## 740 BP 1
## 741 BP 1
## 742 BP 1
## 743 BP 1
## 744 BP 1
## 745 BP 1
## 746 BP 1
## 747 BP 1
## 748 BP 1
## 749 BP 1
## 750 BP 1
## 751 BP 1
## 752 BP 1
## 753 BP 1
## 754 BP 1
## 755 BP 1
## 756 BP 1
## 757 BP 1
## 758 BP 1
## 759 BP 1
## 760 BP 1
## 761 BP 1
## 762 BP 1
## 763 BP 1
## 764 BP 1
## 765 BP 1
## 766 BP 1
## 767 BP 1
## 768 BP 1
## 769 BP 1
## 770 BP 1
## 771 BP 1
## 772 BP 1
## 773 BP 1
## 774 BP 1
## 775 BP 1
## 776 BP 1
## 777 BP 1
## 778 BP 1
## 779 BP 1
## 780 BP 1
## 781 BP 1
## 782 BP 1
## 783 BP 1
## 784 BP 1
## 785 BP 1
## 786 BP 1
## 787 BP 1
## 788 BP 1
## 789 BP 1
## 790 BP 1
## 791 BP 1
## 792 BP 1
## 793 BP 1
## 794 BP 1
## 795 BP 1
## 796 BP 1
## 797 BP 1
## 798 BP 1
## 799 BP 1
## 800 BP 1
## 801 BP 1
## 802 BP 1
## 803 BP 1
## 804 BP 1
## 805 BP 1
## 806 BP 1
## 807 BP 1
## 808 BP 1
## 809 BP 1
## 810 BP 1
## 811 BP 1
## 812 BP 1
## 813 BP 1
## 814 BP 1
## 815 BP 1
## 816 BP 1
## 817 BP 1
## 818 BP 1
## 819 BP 1
## 820 BP 1
## 821 BP 1
## 822 BP 1
## 823 BP 1
## 824 BP 1
## 825 BP 1
## 826 BP 1
## 827 BP 1
## 828 BP 1
## 829 BP 1
## 830 BP 1
## 831 BP 1
## 832 BP 1
## 833 BP 1
## 834 BP 1
## 835 BP 1
## 836 BP 1
## 837 BP 1
## 838 BP 1
## 839 BP 1
## 840 BP 1
## 841 BP 1
## 842 BP 1
## 843 BP 1
## 844 BP 1
## 845 BP 1
## 846 BP 1
## 847 BP 1
## 848 BP 1
## 849 BP 1
## 850 BP 1
## 851 BP 1
## 852 BP 1
## 853 BP 1
## 854 BP 1
## 855 BP 1
## 856 BP 1
## 857 BP 1
## 858 BP 1
## 859 BP 1
## 860 BP 1
## 861 BP 1
## 862 BP 1
## 863 BP 1
## 864 BP 1
## 865 BP 1
## 866 BP 1
## 867 BP 1
## 868 BP 1
## 869 BP 1
## 870 BP 1
## 871 BP 1
## 872 BP 1
## 873 BP 1
## 874 BP 1
## 875 BP 1
## 876 BP 1
## 877 BP 1
## 878 BP 1
## 879 BP 1
## 880 BP 1
## 881 BP 1
## 882 BP 1
## 883 BP 1
## 884 BP 1
## 885 BP 1
## 886 BP 1
## 887 BP 1
## 888 BP 1
## 889 BP 1
## 890 BP 1
## 891 BP 1
## 892 BP 1
## 893 BP 1
## 894 BP 1
## 895 BP 1
## 896 BP 1
## 897 BP 1
## 898 BP 1
## 899 BP 1
## 900 BP 1
## 901 BP 1
## 902 BP 1
## 903 BP 1
## 904 BP 1
## 905 BP 1
## 906 BP 1
## 907 BP 1
## 908 BP 1
## 909 BP 1
## 910 BP 1
## 911 BP 1
## 912 BP 1
## 913 BP 1
## 914 BP 1
## 915 BP 1
## 916 BP 1
## 917 BP 1
## 918 BP 1
## 919 BP 1
## 920 BP 1
## 921 BP 1
## 922 BP 1
## 923 BP 1
## 924 BP 1
## 925 BP 1
## 926 BP 1
## 927 BP 1
## 928 BP 1
## 929 BP 1
## 930 BP 1
## 931 BP 1
## 932 BP 1
## 933 BP 1
## 934 BP 1
## 935 BP 1
## 936 BP 1
## 937 BP 1
## 938 BP 1
## 939 BP 1
## 940 BP 1
## 941 BP 1
## 942 BP 1
## 943 BP 1
## 944 BP 1
## 945 BP 1
## 946 BP 1
## 947 BP 1
## 948 BP 1
## 949 BP 1
## 950 BP 1
## 951 BP 1
## 952 BP 1
## 953 BP 1
## 954 BP 1
## 955 BP 1
## 956 BP 1
## 957 BP 1
## 958 BP 1
## 959 BP 1
## 960 BP 1
## 961 BP 1
## 962 BP 1
## 963 BP 1
## 964 BP 1
## 965 BP 1
## 966 BP 1
## 967 BP 1
## 968 BP 1
## 969 BP 1
## 970 BP 1
## 971 BP 1
## 972 BP 1
## 973 BP 1
## 974 BP 1
## 975 BP 1
## 976 BP 1
## 977 BP 1
## 978 BP 1
## 979 BP 1
## 980 BP 1
## 981 BP 1
## 982 BP 1
## 983 BP 1
## 984 BP 1
## 985 BP 1
## 986 BP 1
## 987 BP 1
## 988 BP 1
## 989 BP 1
## 990 BP 1
## 991 BP 1
## 992 BP 1
## 993 BP 1
## 994 BP 1
## 995 BP 1
## 996 BP 1
## 997 BP 1
## 998 BP 1
## 999 BP 1
## 1000 BP 1
## 1001 BP 1
## 1002 BP 1
## 1003 BP 1
## 1004 BP 1
## 1005 BP 1
## 1006 BP 1
## 1007 BP 1
## 1008 BP 1
## 1009 BP 1
## 1010 BP 1
## 1011 BP 1
## 1012 BP 1
## 1013 BP 1
## 1014 BP 1
## 1015 BP 1
## 1016 BP 1
## 1017 BP 1
## 1018 BP 1
## 1019 BP 1
## 1020 BP 1
## 1021 BP 1
## 1022 BP 1
## 1023 BP 1
## 1024 BP 1
## 1025 BP 1
## 1026 BP 1
## 1027 BP 1
## 1028 BP 1
## 1029 BP 1
## 1030 BP 1
## 1031 BP 1
## 1032 BP 1
## 1033 BP 1
## 1034 BP 1
## 1035 BP 1
## 1036 BP 1
## 1037 BP 1
## 1038 BP 1
## 1039 BP 1
## 1040 BP 1
## 1041 BP 1
## 1042 BP 1
## 1043 BP 1
## 1044 BP 1
## 1045 BP 1
## 1046 BP 1
## 1047 BP 1
## 1048 BP 1
## 1049 BP 1
## 1050 BP 1
## 1051 BP 1
## 1052 BP 1
## 1053 BP 1
## 1054 BP 1
## 1055 BP 1
## 1056 BP 1
## 1057 BP 1
## 1058 BP 1
## 1059 BP 1
## 1060 BP 1
## 1061 BP 1
## 1062 BP 1
## 1063 BP 1
## 1064 BP 1
## 1065 BP 1
## 1066 BP 1
## 1067 BP 1
## 1068 BP 1
## 1069 BP 1
## 1070 BP 1
## 1071 BP 1
## 1072 BP 1
## 1073 BP 1
## 1074 BP 1
## 1075 BP 1
## 1076 BP 1
## 1077 BP 1
## 1078 BP 1
## 1079 BP 1
## 1080 BP 1
## 1081 BP 1
## 1082 BP 1
## 1083 BP 1
library(rrvgo)
#Reduce/collapse GO term set with the rrvgo package
simMatrix <- calculateSimMatrix(go_results$GOterm,
orgdb="org.Ce.eg.db", #c. elegans database
ont="BP",
method="Rel")
## preparing gene to GO mapping data...
## preparing IC data...
#calculate similarity
scores <- setNames(-log(go_results$bh_adjust), go_results$GOterm)
reducedTerms <- reduceSimMatrix(simMatrix,
scores,
threshold=0.7,
orgdb="org.Ce.eg.db")
reducedTerms
## go cluster parent score size
## GO:1901160 GO:1901160 91 GO:1901160 0 0
## GO:1901135 GO:1901135 90 GO:1901135 0 3
## GO:0098657 GO:0098657 89 GO:0098657 0 0
## GO:0042430 GO:0042430 88 GO:0042430 0 0
## GO:0042537 GO:0042537 81 GO:0042537 0 0
## GO:0006790 GO:0006790 80 GO:0006790 0 9
## GO:0006749 GO:0006749 79 GO:0006749 0 69
## GO:0006575 GO:0006575 78 GO:0006575 0 0
## GO:0007568 GO:0007568 76 GO:0007568 0 19
## GO:0030097 GO:0030097 74 GO:0030097 0 0
## GO:0002376 GO:0002376 72 GO:0002376 0 24
## GO:0008283 GO:0008283 67 GO:0008283 0 1
## GO:0009987 GO:0009987 19 GO:0009987 0 0
## GO:0018149 GO:0018149 45 GO:0018149 0 4
## GO:0031099 GO:0031099 49 GO:0031099 0 0
## GO:1901360 GO:1901360 11 GO:1901360 0 0
## GO:0043687 GO:0043687 45 GO:0018149 0 1
## GO:0010467 GO:0010467 11 GO:1901360 0 2
## GO:0006725 GO:0006725 11 GO:1901360 0 1
## GO:0046903 GO:0046903 22 GO:0046903 0 2
## GO:0019216 GO:0019216 73 GO:0019216 0 7
## GO:0046685 GO:0046685 65 GO:0046685 0 3
## GO:0022411 GO:0022411 21 GO:0022411 0 0
## GO:0032501 GO:0032501 33 GO:0032501 0 2
## GO:0051481 GO:0051481 5 GO:0051481 0 1
## GO:0044260 GO:0044260 26 GO:0044260 0 12
## GO:0008202 GO:0008202 73 GO:0019216 0 19
## GO:0034641 GO:0034641 11 GO:1901360 0 0
## GO:0034599 GO:0034599 39 GO:0034599 0 7
## GO:0065007 GO:0065007 17 GO:0065007 0 0
## GO:0042490 GO:0042490 30 GO:0042490 0 1
## GO:0098661 GO:0098661 22 GO:0046903 0 0
## GO:0016259 GO:0016259 1 GO:0016259 0 0
## GO:0007204 GO:0007204 5 GO:0051481 0 2
## GO:0006338 GO:0006338 21 GO:0022411 0 59
## GO:0001101 GO:0001101 65 GO:0046685 0 0
## GO:0006897 GO:0006897 22 GO:0046903 0 109
## GO:0044238 GO:0044238 11 GO:1901360 0 93
## GO:0015701 GO:0015701 46 GO:0015701 0 9
## GO:0048859 GO:0048859 35 GO:0048859 0 1
## GO:0006807 GO:0006807 11 GO:1901360 0 20
## GO:0015698 GO:0015698 22 GO:0046903 0 6
## GO:0050789 GO:0050789 17 GO:0065007 0 0
## GO:0044703 GO:0044703 57 GO:0044703 0 0
## GO:0006979 GO:0006979 39 GO:0034599 0 80
## GO:0043171 GO:0043171 40 GO:0043171 0 19
## GO:0071702 GO:0071702 46 GO:0015701 0 9
## GO:0050794 GO:0050794 17 GO:0065007 0 0
## GO:0046483 GO:0046483 12 GO:0046483 0 0
## GO:0043170 GO:0043170 11 GO:1901360 0 4
## GO:1901615 GO:1901615 86 GO:1901615 0 1
## GO:0018958 GO:0018958 86 GO:1901615 0 0
## GO:0006139 GO:0006139 12 GO:0046483 0 24
## GO:0001763 GO:0001763 35 GO:0048859 0 0
## GO:0006325 GO:0006325 21 GO:0022411 0 83
## GO:0003002 GO:0003002 33 GO:0032501 0 0
## GO:0006629 GO:0006629 73 GO:0019216 0 235
## GO:0061138 GO:0061138 35 GO:0048859 0 1
## GO:0050953 GO:0050953 47 GO:0050953 0 2
## GO:0044237 GO:0044237 11 GO:1901360 0 12
## GO:0007389 GO:0007389 33 GO:0032501 0 5
## GO:0008152 GO:0008152 11 GO:1901360 0 100
## GO:0097435 GO:0097435 21 GO:0022411 0 0
## GO:0050905 GO:0050905 47 GO:0050953 0 1
## GO:0071896 GO:0071896 6 GO:0071896 0 0
## GO:0007599 GO:0007599 5 GO:0051481 0 1
## GO:0000305 GO:0000305 43 GO:0000305 0 0
## GO:0006767 GO:0006767 1 GO:0016259 0 0
## GO:0006766 GO:0006766 1 GO:0016259 0 0
## GO:0071704 GO:0071704 11 GO:1901360 0 99
## GO:0062014 GO:0062014 1 GO:0016259 0 0
## GO:0007626 GO:0007626 24 GO:0007626 0 22
## GO:0030865 GO:0030865 21 GO:0022411 0 5
## GO:0042063 GO:0042063 30 GO:0042490 0 0
## GO:1901564 GO:1901564 10 GO:1901564 0 5
## GO:0072521 GO:0072521 12 GO:0046483 0 1
## GO:0033013 GO:0033013 2 GO:0033013 0 0
## GO:0009235 GO:0009235 2 GO:0033013 0 3
## GO:0030866 GO:0030866 21 GO:0022411 0 20
## GO:0007631 GO:0007631 24 GO:0007626 0 12
## GO:0007017 GO:0007017 77 GO:0007017 0 44
## GO:0000226 GO:0000226 77 GO:0007017 0 58
## GO:0034097 GO:0034097 43 GO:0000305 0 0
## GO:0050878 GO:0050878 5 GO:0051481 0 0
## GO:0051276 GO:0051276 21 GO:0022411 0 10
## GO:0051604 GO:0051604 10 GO:1901564 0 4
## GO:0050896 GO:0050896 64 GO:0050896 0 38
## GO:0016192 GO:0016192 22 GO:0046903 0 135
## GO:0000302 GO:0000302 43 GO:0000305 0 9
## GO:0001568 GO:0001568 30 GO:0042490 0 0
## GO:0001944 GO:0001944 30 GO:0042490 0 0
## GO:0031268 GO:0031268 61 GO:0031268 0 2
## GO:0070509 GO:0070509 28 GO:0070509 0 2
## GO:0007164 GO:0007164 35 GO:0048859 0 0
## GO:0090175 GO:0090175 35 GO:0048859 0 0
## GO:0097306 GO:0097306 43 GO:0000305 0 0
## GO:0051649 GO:0051649 22 GO:0046903 0 0
## GO:0010565 GO:0010565 1 GO:0016259 0 0
## GO:0035150 GO:0035150 5 GO:0051481 0 10
## GO:0098732 GO:0098732 45 GO:0018149 0 0
## GO:0007419 GO:0007419 30 GO:0042490 0 16
## GO:0046688 GO:0046688 65 GO:0046685 0 7
## GO:0097581 GO:0097581 61 GO:0031268 0 0
## GO:0071345 GO:0071345 43 GO:0000305 0 0
## GO:0019221 GO:0019221 43 GO:0000305 0 2
## GO:0051641 GO:0051641 22 GO:0046903 0 2
## GO:0007584 GO:0007584 58 GO:0007584 0 1
## GO:0008210 GO:0008210 5 GO:0051481 0 2
## GO:0042133 GO:0042133 5 GO:0051481 0 0
## GO:0006476 GO:0006476 45 GO:0018149 0 5
## GO:0042060 GO:0042060 39 GO:0034599 0 1
## GO:0006508 GO:0006508 10 GO:1901564 0 394
## GO:0016570 GO:0016570 45 GO:0018149 0 5
## GO:2000113 GO:2000113 26 GO:0044260 0 0
## GO:0046686 GO:0046686 65 GO:0046685 0 11
## GO:0097164 GO:0097164 87 GO:0097164 0 0
## GO:0042428 GO:0042428 87 GO:0097164 0 0
## GO:0009415 GO:0009415 65 GO:0046685 0 0
## GO:0048514 GO:0048514 30 GO:0042490 0 0
## GO:0007507 GO:0007507 30 GO:0042490 0 2
## GO:0008038 GO:0008038 31 GO:0008038 0 0
## GO:0008037 GO:0008037 31 GO:0008038 0 0
## GO:0071695 GO:0071695 66 GO:0071695 0 0
## GO:0021700 GO:0021700 66 GO:0071695 0 0
## GO:0007605 GO:0007605 47 GO:0050953 0 4
## GO:0019538 GO:0019538 10 GO:1901564 0 18
## GO:0001736 GO:0001736 35 GO:0048859 0 1
## GO:0035601 GO:0035601 45 GO:0018149 0 0
## GO:0051716 GO:0051716 64 GO:0050896 0 0
## GO:0106030 GO:0106030 30 GO:0042490 0 0
## GO:0007266 GO:0007266 14 GO:0007266 0 13
## GO:0015711 GO:0015711 46 GO:0015701 0 0
## GO:0007413 GO:0007413 30 GO:0042490 0 10
## GO:0062012 GO:0062012 1 GO:0016259 0 0
## GO:0060998 GO:0060998 61 GO:0031268 0 0
## GO:0060996 GO:0060996 61 GO:0031268 0 0
## GO:0050817 GO:0050817 63 GO:0050817 0 0
## GO:0007596 GO:0007596 63 GO:0050817 0 1
## GO:0035329 GO:0035329 14 GO:0007266 0 6
## GO:0009409 GO:0009409 41 GO:0009409 0 4
## GO:0016486 GO:0016486 5 GO:0051481 0 1
## GO:0072359 GO:0072359 30 GO:0042490 0 0
## GO:0048732 GO:0048732 38 GO:0048732 0 0
## GO:0007154 GO:0007154 56 GO:0007154 0 17
## GO:0070372 GO:0070372 14 GO:0007266 0 0
## GO:0048563 GO:0048563 48 GO:0048563 0 2
## GO:0051341 GO:0051341 71 GO:0051341 0 0
## GO:0007610 GO:0007610 24 GO:0007626 0 18
## GO:0007417 GO:0007417 30 GO:0042490 0 10
## GO:0006950 GO:0006950 64 GO:0050896 0 16
## GO:1901654 GO:1901654 43 GO:0000305 0 0
## GO:2000112 GO:2000112 26 GO:0044260 0 0
## GO:0051262 GO:0051262 55 GO:0051262 0 1
## GO:1901655 GO:1901655 43 GO:0000305 0 0
## GO:0008209 GO:0008209 5 GO:0051481 0 2
## GO:0098754 GO:0098754 65 GO:0046685 0 0
## GO:0010171 GO:0010171 35 GO:0048859 0 22
## GO:1901700 GO:1901700 43 GO:0000305 0 0
## GO:0033135 GO:0033135 23 GO:0033135 0 0
## GO:0033554 GO:0033554 64 GO:0050896 0 2
## GO:0097305 GO:0097305 43 GO:0000305 0 1
## GO:0051014 GO:0051014 54 GO:0051014 0 8
## GO:0060537 GO:0060537 36 GO:0060537 0 1
## GO:0016485 GO:0016485 10 GO:1901564 0 55
## GO:0031269 GO:0031269 61 GO:0031268 0 0
## GO:0002028 GO:0002028 28 GO:0070509 0 2
## GO:0009636 GO:0009636 65 GO:0046685 0 10
## GO:0071840 GO:0071840 21 GO:0022411 0 1
## GO:0055123 GO:0055123 30 GO:0042490 0 0
## GO:0023052 GO:0023052 27 GO:0023052 0 2
## GO:0051179 GO:0051179 22 GO:0046903 0 9
## GO:0043603 GO:0043603 40 GO:0043171 0 0
## GO:0046068 GO:0046068 1 GO:0016259 0 0
## GO:0051963 GO:0051963 5 GO:0051481 0 1
## GO:0016575 GO:0016575 45 GO:0018149 0 25
## GO:0048678 GO:0048678 39 GO:0034599 0 5
## GO:1902305 GO:1902305 28 GO:0070509 0 0
## GO:0007015 GO:0007015 21 GO:0022411 0 38
## GO:0033138 GO:0033138 23 GO:0033135 0 2
## GO:0018205 GO:0018205 45 GO:0018149 0 1
## GO:1902414 GO:1902414 6 GO:0071896 0 0
## GO:0006518 GO:0006518 40 GO:0043171 0 9
## GO:0072524 GO:0072524 12 GO:0046483 0 0
## GO:0010769 GO:0010769 20 GO:0010769 0 0
## GO:0009611 GO:0009611 39 GO:0034599 0 5
## GO:0048565 GO:0048565 30 GO:0042490 0 2
## GO:0031400 GO:0031400 23 GO:0033135 0 0
## GO:0043412 GO:0043412 45 GO:0018149 0 4
## GO:0016043 GO:0016043 21 GO:0022411 0 11
## GO:0007265 GO:0007265 14 GO:0007266 0 21
## GO:0071689 GO:0071689 35 GO:0048859 0 8
## GO:0001505 GO:0001505 5 GO:0051481 0 2
## GO:0009069 GO:0009069 1 GO:0016259 0 1
## GO:0046847 GO:0046847 61 GO:0031268 0 1
## GO:0006821 GO:0006821 28 GO:0070509 0 52
## GO:0007165 GO:0007165 27 GO:0023052 0 501
## GO:0010647 GO:0010647 14 GO:0007266 0 0
## GO:0050807 GO:0050807 5 GO:0051481 0 15
## GO:0061458 GO:0061458 30 GO:0042490 0 0
## GO:0048608 GO:0048608 30 GO:0042490 0 0
## GO:0050849 GO:0050849 14 GO:0007266 0 1
## GO:0090257 GO:0090257 47 GO:0050953 0 0
## GO:0051234 GO:0051234 22 GO:0046903 0 1
## GO:2000479 GO:2000479 71 GO:0051341 0 0
## GO:0050803 GO:0050803 5 GO:0051481 0 7
## GO:0043949 GO:0043949 14 GO:0007266 0 0
## GO:0007264 GO:0007264 14 GO:0007266 0 33
## GO:0006820 GO:0006820 28 GO:0070509 0 17
## GO:0009187 GO:0009187 1 GO:0016259 0 0
## GO:0006810 GO:0006810 22 GO:0046903 0 10
## GO:0018193 GO:0018193 45 GO:0018149 0 1
## GO:0030032 GO:0030032 61 GO:0031268 0 2
## GO:0009792 GO:0009792 33 GO:0032501 0 327
## GO:0014070 GO:0014070 65 GO:0046685 0 1
## GO:0036211 GO:0036211 45 GO:0018149 0 13
## GO:0010038 GO:0010038 65 GO:0046685 0 17
## GO:0006826 GO:0006826 28 GO:0070509 0 3
## GO:0008361 GO:0008361 5 GO:0051481 0 8
## GO:0007010 GO:0007010 21 GO:0022411 0 29
## GO:0051130 GO:0051130 8 GO:0051130 0 1
## GO:0035434 GO:0035434 28 GO:0070509 0 10
## GO:0050848 GO:0050848 14 GO:0007266 0 0
## GO:1902806 GO:1902806 62 GO:1902806 0 4
## GO:0007169 GO:0007169 27 GO:0023052 0 44
## GO:1901701 GO:1901701 43 GO:0000305 0 0
## GO:0042445 GO:0042445 5 GO:0051481 0 0
## GO:0046660 GO:0046660 57 GO:0044703 0 2
## GO:1990778 GO:1990778 6 GO:0071896 0 0
## GO:0071496 GO:0071496 58 GO:0007584 0 0
## GO:0001704 GO:0001704 33 GO:0032501 0 2
## GO:0048568 GO:0048568 38 GO:0048732 0 4
## GO:0010817 GO:0010817 5 GO:0051481 0 0
## GO:0006475 GO:0006475 45 GO:0018149 0 0
## GO:0010035 GO:0010035 65 GO:0046685 0 10
## GO:0007275 GO:0007275 49 GO:0031099 0 53
## GO:0050954 GO:0050954 47 GO:0050953 0 4
## GO:0006996 GO:0006996 21 GO:0022411 0 17
## GO:0098656 GO:0098656 28 GO:0070509 0 12
## GO:0034728 GO:0034728 55 GO:0051262 0 2
## GO:0046545 GO:0046545 57 GO:0044703 0 0
## GO:0008585 GO:0008585 57 GO:0044703 0 5
## GO:0072659 GO:0072659 6 GO:0071896 0 14
## GO:0006825 GO:0006825 28 GO:0070509 0 14
## GO:0098869 GO:0098869 65 GO:0046685 0 44
## GO:0070252 GO:0070252 54 GO:0051014 0 0
## GO:0006473 GO:0006473 45 GO:0018149 0 7
## GO:0048468 GO:0048468 49 GO:0031099 0 9
## GO:0043951 GO:0043951 14 GO:0007266 0 2
## GO:0032502 GO:0032502 49 GO:0031099 0 37
## GO:0030317 GO:0030317 51 GO:0030317 0 1
## GO:1990748 GO:1990748 65 GO:0046685 0 0
## GO:0043543 GO:0043543 45 GO:0018149 0 0
## GO:0044057 GO:0044057 47 GO:0050953 0 3
## GO:0006163 GO:0006163 12 GO:0046483 0 2
## GO:0097237 GO:0097237 65 GO:0046685 0 6
## GO:0098703 GO:0098703 28 GO:0070509 0 14
## GO:0071248 GO:0071248 65 GO:0046685 0 4
## GO:0035556 GO:0035556 14 GO:0007266 0 160
## GO:0032535 GO:0032535 5 GO:0051481 0 0
## GO:0009886 GO:0009886 48 GO:0048563 0 2
## GO:0007369 GO:0007369 33 GO:0032501 0 26
## GO:0071241 GO:0071241 65 GO:0046685 0 0
## GO:0098739 GO:0098739 29 GO:0098739 0 0
## GO:0042074 GO:0042074 51 GO:0030317 0 7
## GO:0010648 GO:0010648 14 GO:0007266 0 0
## GO:0090066 GO:0090066 5 GO:0051481 0 0
## GO:1902476 GO:1902476 28 GO:0070509 0 96
## GO:0060323 GO:0060323 75 GO:0060323 0 1
## GO:0048167 GO:0048167 56 GO:0007154 0 3
## GO:0010646 GO:0010646 14 GO:0007266 0 1
## GO:0035331 GO:0035331 14 GO:0007266 0 1
## GO:0072657 GO:0072657 6 GO:0071896 0 3
## GO:0050770 GO:0050770 20 GO:0010769 0 5
## GO:0048856 GO:0048856 49 GO:0031099 0 248
## GO:1901698 GO:1901698 65 GO:0046685 0 0
## GO:0035332 GO:0035332 14 GO:0007266 0 2
## GO:0070925 GO:0070925 4 GO:0070925 0 0
## GO:0009612 GO:0009612 41 GO:0009409 0 20
## GO:0106070 GO:0106070 13 GO:0106070 0 0
## GO:0090162 GO:0090162 16 GO:0090162 0 2
## GO:0046496 GO:0046496 12 GO:0046483 0 1
## GO:0071867 GO:0071867 65 GO:0046685 0 0
## GO:0010623 GO:0010623 44 GO:0010623 0 21
## GO:2000027 GO:2000027 38 GO:0048732 0 0
## GO:0022604 GO:0022604 20 GO:0010769 0 6
## GO:0030154 GO:0030154 49 GO:0031099 0 288
## GO:0048869 GO:0048869 49 GO:0031099 0 0
## GO:0048522 GO:0048522 17 GO:0065007 0 0
## GO:0035330 GO:0035330 14 GO:0007266 0 0
## GO:0019362 GO:0019362 12 GO:0046483 0 0
## GO:0007167 GO:0007167 27 GO:0023052 0 0
## GO:0048569 GO:0048569 38 GO:0048732 0 0
## GO:0097722 GO:0097722 51 GO:0030317 0 0
## GO:0097553 GO:0097553 28 GO:0070509 0 0
## GO:0048598 GO:0048598 33 GO:0032501 0 43
## GO:0045664 GO:0045664 20 GO:0010769 0 15
## GO:0051173 GO:0051173 17 GO:0065007 0 0
## GO:0048232 GO:0048232 57 GO:0044703 0 0
## GO:0006811 GO:0006811 28 GO:0070509 0 441
## GO:0042221 GO:0042221 65 GO:0046685 0 3
## GO:0051128 GO:0051128 8 GO:0051130 0 6
## GO:1905330 GO:1905330 36 GO:0060537 0 0
## GO:0009790 GO:0009790 33 GO:0032501 0 63
## GO:0051384 GO:0051384 43 GO:0000305 0 0
## GO:0031960 GO:0031960 43 GO:0000305 0 0
## GO:0009968 GO:0009968 14 GO:0007266 0 14
## GO:0048518 GO:0048518 17 GO:0065007 0 0
## GO:0030048 GO:0030048 54 GO:0051014 0 0
## GO:0051490 GO:0051490 8 GO:0051130 0 1
## GO:0014902 GO:0014902 53 GO:0014902 0 0
## GO:0060485 GO:0060485 36 GO:0060537 0 0
## GO:0048545 GO:0048545 43 GO:0000305 0 0
## GO:1901605 GO:1901605 1 GO:0016259 0 0
## GO:0071407 GO:0071407 65 GO:0046685 0 0
## GO:0043010 GO:0043010 38 GO:0048732 0 0
## GO:0031032 GO:0031032 54 GO:0051014 0 9
## GO:0033993 GO:0033993 43 GO:0000305 0 0
## GO:0051259 GO:0051259 55 GO:0051262 0 2
## GO:0031401 GO:0031401 23 GO:0033135 0 0
## GO:0051489 GO:0051489 61 GO:0031268 0 3
## GO:0040011 GO:0040011 50 GO:0040011 0 107
## GO:0016358 GO:0016358 61 GO:0031268 0 9
## GO:0007166 GO:0007166 27 GO:0023052 0 10
## GO:0010604 GO:0010604 17 GO:0065007 0 0
## GO:0018394 GO:0018394 45 GO:0018149 0 0
## GO:0031399 GO:0031399 23 GO:0033135 0 0
## GO:0098655 GO:0098655 29 GO:0098739 0 45
## GO:0090251 GO:0090251 36 GO:0060537 0 1
## GO:0065008 GO:0065008 5 GO:0051481 0 5
## GO:0018393 GO:0018393 45 GO:0018149 0 1
## GO:0071824 GO:0071824 55 GO:0051262 0 0
## GO:0048646 GO:0048646 35 GO:0048859 0 0
## GO:0051247 GO:0051247 23 GO:0033135 0 0
## GO:0006793 GO:0006793 42 GO:0006793 0 0
## GO:0031334 GO:0031334 4 GO:0070925 0 2
## GO:0071385 GO:0071385 43 GO:0000305 0 0
## GO:0071384 GO:0071384 43 GO:0000305 0 0
## GO:0048562 GO:0048562 38 GO:0048732 0 0
## GO:0006796 GO:0006796 42 GO:0006793 0 5
## GO:0106072 GO:0106072 13 GO:0106070 0 1
## GO:0071396 GO:0071396 43 GO:0000305 0 0
## GO:0033036 GO:0033036 6 GO:0071896 0 6
## GO:0009893 GO:0009893 17 GO:0065007 0 0
## GO:0071869 GO:0071869 65 GO:0046685 0 0
## GO:1902600 GO:1902600 29 GO:0098739 0 75
## GO:0000041 GO:0000041 28 GO:0070509 0 3
## GO:0040017 GO:0040017 50 GO:0040011 0 62
## GO:0010033 GO:0010033 65 GO:0046685 0 7
## GO:0071383 GO:0071383 43 GO:0000305 0 0
## GO:0009117 GO:0009117 1 GO:0016259 0 5
## GO:0006753 GO:0006753 1 GO:0016259 0 2
## GO:0007420 GO:0007420 75 GO:0060323 0 6
## GO:0034446 GO:0034446 37 GO:0034446 0 4
## GO:0001654 GO:0001654 38 GO:0048732 0 1
## GO:0032228 GO:0032228 56 GO:0007154 0 9
## GO:2001223 GO:2001223 51 GO:0030317 0 0
## GO:0060322 GO:0060322 75 GO:0060323 0 0
## GO:0031325 GO:0031325 17 GO:0065007 0 0
## GO:0044085 GO:0044085 4 GO:0070925 0 0
## GO:0006739 GO:0006739 12 GO:0046483 0 4
## GO:0009266 GO:0009266 41 GO:0009409 0 6
## GO:0055093 GO:0055093 41 GO:0009409 0 3
## GO:0036296 GO:0036296 41 GO:0009409 0 0
## GO:0071453 GO:0071453 41 GO:0009409 0 0
## GO:0006520 GO:0006520 1 GO:0016259 0 20
## GO:0055086 GO:0055086 1 GO:0016259 0 4
## GO:0051093 GO:0051093 20 GO:0010769 0 3
## GO:0019953 GO:0019953 57 GO:0044703 0 6
## GO:0070887 GO:0070887 65 GO:0046685 0 0
## GO:0010243 GO:0010243 65 GO:0046685 0 0
## GO:1902850 GO:1902850 62 GO:1902806 0 0
## GO:0003008 GO:0003008 47 GO:0050953 0 0
## GO:0034220 GO:0034220 29 GO:0098739 0 210
## GO:0009895 GO:0009895 34 GO:0009895 0 0
## GO:0007411 GO:0007411 58 GO:0007584 0 73
## GO:0097485 GO:0097485 58 GO:0007584 0 0
## GO:0010927 GO:0010927 35 GO:0048859 0 0
## GO:0006814 GO:0006814 28 GO:0070509 0 65
## GO:0001667 GO:0001667 51 GO:0030317 0 0
## GO:0045744 GO:0045744 13 GO:0106070 0 0
## GO:0009605 GO:0009605 58 GO:0007584 0 9
## GO:0035725 GO:0035725 28 GO:0070509 0 70
## GO:1901699 GO:1901699 65 GO:0046685 0 0
## GO:0031330 GO:0031330 34 GO:0009895 0 0
## GO:0055085 GO:0055085 29 GO:0098739 0 494
## GO:0030239 GO:0030239 35 GO:0048859 0 6
## GO:0080134 GO:0080134 15 GO:0080134 0 0
## GO:0022607 GO:0022607 4 GO:0070925 0 0
## GO:0051241 GO:0051241 18 GO:0051241 0 0
## GO:0060538 GO:0060538 53 GO:0014902 0 0
## GO:0045937 GO:0045937 23 GO:0033135 0 0
## GO:0010562 GO:0010562 23 GO:0033135 0 0
## GO:0009791 GO:0009791 48 GO:0048563 0 35
## GO:0002119 GO:0002119 48 GO:0048563 0 228
## GO:0043408 GO:0043408 14 GO:0007266 0 9
## GO:0006816 GO:0006816 28 GO:0070509 0 41
## GO:0042327 GO:0042327 23 GO:0033135 0 2
## GO:0044089 GO:0044089 4 GO:0070925 0 0
## GO:0002164 GO:0002164 48 GO:0048563 0 9
## GO:0044281 GO:0044281 1 GO:0016259 0 3
## GO:0051301 GO:0051301 52 GO:0051301 0 162
## GO:0048731 GO:0048731 30 GO:0042490 0 12
## GO:0042325 GO:0042325 23 GO:0033135 0 1
## GO:0048592 GO:0048592 38 GO:0048732 0 0
## GO:0071868 GO:0071868 65 GO:0046685 0 0
## GO:0007157 GO:0007157 37 GO:0034446 0 3
## GO:0050877 GO:0050877 47 GO:0050953 0 103
## GO:0061564 GO:0061564 30 GO:0042490 0 3
## GO:0009889 GO:0009889 23 GO:0033135 0 0
## GO:0006935 GO:0006935 58 GO:0007584 0 81
## GO:0070588 GO:0070588 28 GO:0070509 0 38
## GO:0042330 GO:0042330 58 GO:0007584 0 1
## GO:0007600 GO:0007600 47 GO:0050953 0 1
## GO:0007271 GO:0007271 56 GO:0007154 0 28
## GO:0099587 GO:0099587 29 GO:0098739 0 0
## GO:0051246 GO:0051246 23 GO:0033135 0 1
## GO:0048513 GO:0048513 38 GO:0048732 0 0
## GO:0010468 GO:0010468 23 GO:0033135 0 101
## GO:0043933 GO:0043933 55 GO:0051262 0 0
## GO:0035295 GO:0035295 32 GO:0035295 0 1
## GO:0048814 GO:0048814 61 GO:0031268 0 15
## GO:0070727 GO:0070727 6 GO:0071896 0 0
## GO:0048593 GO:0048593 38 GO:0048732 0 0
## GO:0008104 GO:0008104 6 GO:0071896 0 76
## GO:0051174 GO:0051174 23 GO:0033135 0 0
## GO:0019220 GO:0019220 23 GO:0033135 0 0
## GO:0050773 GO:0050773 61 GO:0031268 0 0
## GO:0065003 GO:0065003 55 GO:0051262 0 5
## GO:0120033 GO:0120033 8 GO:0051130 0 0
## GO:0010556 GO:0010556 23 GO:0033135 0 0
## GO:0048585 GO:0048585 15 GO:0080134 0 0
## GO:0043436 GO:0043436 1 GO:0016259 0 0
## GO:0019752 GO:0019752 1 GO:0016259 0 13
## GO:0006082 GO:0006082 1 GO:0016259 0 39
## GO:0048609 GO:0048609 57 GO:0044703 0 9
## GO:0032504 GO:0032504 57 GO:0044703 0 10
## GO:0045137 GO:0045137 57 GO:0044703 0 0
## GO:0008406 GO:0008406 57 GO:0044703 0 60
## GO:0006357 GO:0006357 23 GO:0033135 0 596
## GO:0048584 GO:0048584 15 GO:0080134 0 0
## GO:0022603 GO:0022603 20 GO:0010769 0 0
## GO:0031175 GO:0031175 30 GO:0042490 0 10
## GO:0098659 GO:0098659 29 GO:0098739 0 0
## GO:0031667 GO:0031667 58 GO:0007584 0 0
## GO:0035148 GO:0035148 32 GO:0035295 0 2
## GO:0060491 GO:0060491 61 GO:0031268 0 0
## GO:0030030 GO:0030030 61 GO:0031268 0 31
## GO:0007283 GO:0007283 57 GO:0044703 0 76
## GO:0009991 GO:0009991 58 GO:0007584 0 0
## GO:0019222 GO:0019222 23 GO:0033135 0 1
## GO:0008544 GO:0008544 36 GO:0060537 0 9
## GO:0072175 GO:0072175 32 GO:0035295 0 0
## GO:0051094 GO:0051094 20 GO:0010769 0 1
## GO:0007399 GO:0007399 30 GO:0042490 0 116
## GO:0048666 GO:0048666 30 GO:0042490 0 27
## GO:0051240 GO:0051240 18 GO:0051241 0 0
## GO:2000146 GO:2000146 50 GO:0040011 0 0
## GO:0030336 GO:0030336 50 GO:0040011 0 9
## GO:0000003 GO:0000003 57 GO:0044703 0 109
## GO:0008277 GO:0008277 13 GO:0106070 0 9
## GO:0060255 GO:0060255 23 GO:0033135 0 7
## GO:0120032 GO:0120032 61 GO:0031268 0 0
## GO:0030036 GO:0030036 54 GO:0051014 0 34
## GO:0120036 GO:0120036 61 GO:0031268 0 1
## GO:0051235 GO:0051235 59 GO:0051235 0 0
## GO:0016573 GO:0016573 45 GO:0018149 0 30
## GO:0030182 GO:0030182 30 GO:0042490 0 45
## GO:0030029 GO:0030029 54 GO:0051014 0 1
## GO:0009887 GO:0009887 38 GO:0048732 0 14
## GO:0030031 GO:0030031 61 GO:0031268 0 7
## GO:0071417 GO:0071417 65 GO:0046685 0 0
## GO:0022008 GO:0022008 30 GO:0042490 0 5
## GO:0048699 GO:0048699 30 GO:0042490 0 6
## GO:0007423 GO:0007423 38 GO:0048732 0 3
## GO:0006812 GO:0006812 28 GO:0070509 0 39
## GO:0009628 GO:0009628 41 GO:0009409 0 0
## GO:0060562 GO:0060562 32 GO:0035295 0 9
## GO:0034769 GO:0034769 70 GO:0034769 0 6
## GO:0009653 GO:0009653 35 GO:0048859 0 38
## GO:0051651 GO:0051651 59 GO:0051235 0 0
## GO:0045185 GO:0045185 59 GO:0051235 0 3
## GO:0043254 GO:0043254 4 GO:0070925 0 0
## GO:0042395 GO:0042395 68 GO:0042395 0 15
## GO:0031589 GO:0031589 37 GO:0034446 0 0
## GO:0022414 GO:0022414 57 GO:0044703 0 19
## GO:0000278 GO:0000278 62 GO:1902806 0 54
## GO:0120031 GO:0120031 61 GO:0031268 0 0
## GO:0042303 GO:0042303 68 GO:0042395 0 4
## GO:0018996 GO:0018996 68 GO:0042395 0 91
## GO:0007276 GO:0007276 57 GO:0044703 0 19
## GO:1902667 GO:1902667 15 GO:0080134 0 15
## GO:0031344 GO:0031344 61 GO:0031268 0 6
## GO:1902533 GO:1902533 13 GO:0106070 0 0
## GO:0022404 GO:0022404 68 GO:0042395 0 2
## GO:0023057 GO:0023057 13 GO:0106070 0 0
## GO:0040012 GO:0040012 50 GO:0040011 0 51
## GO:0048667 GO:0048667 35 GO:0048859 0 0
## GO:0010721 GO:0010721 20 GO:0010769 0 0
## GO:0071310 GO:0071310 65 GO:0046685 0 0
## GO:0000904 GO:0000904 35 GO:0048859 0 0
## GO:0080090 GO:0080090 23 GO:0033135 0 5
## GO:0071870 GO:0071870 65 GO:0046685 0 0
## GO:0098662 GO:0098662 29 GO:0098739 0 4
## GO:0031669 GO:0031669 58 GO:0007584 0 0
## GO:0051171 GO:0051171 23 GO:0033135 0 5
## GO:0000902 GO:0000902 35 GO:0048859 0 12
## GO:0051239 GO:0051239 18 GO:0051241 0 9
## GO:0045596 GO:0045596 20 GO:0010769 0 3
## GO:0043087 GO:0043087 71 GO:0051341 0 19
## GO:0010942 GO:0010942 44 GO:0010623 0 0
## GO:0051928 GO:0051928 69 GO:0051928 0 0
## GO:0120035 GO:0120035 61 GO:0031268 0 0
## GO:1901987 GO:1901987 62 GO:1902806 0 0
## GO:0031668 GO:0031668 58 GO:0007584 0 1
## GO:0098660 GO:0098660 29 GO:0098739 0 0
## GO:0051056 GO:0051056 14 GO:0007266 0 5
## GO:0044087 GO:0044087 4 GO:0070925 0 6
## GO:0045454 GO:0045454 7 GO:0045454 0 16
## GO:0023056 GO:0023056 13 GO:0106070 0 0
## GO:0001738 GO:0001738 36 GO:0060537 0 1
## GO:0030001 GO:0030001 28 GO:0070509 0 20
## GO:0010975 GO:0010975 61 GO:0031268 0 2
## GO:0040013 GO:0040013 50 GO:0040011 0 10
## GO:0007548 GO:0007548 57 GO:0044703 0 40
## GO:0031323 GO:0031323 23 GO:0033135 0 0
## GO:0007049 GO:0007049 62 GO:1902806 0 190
## GO:0051129 GO:0051129 8 GO:0051130 0 0
## GO:0010720 GO:0010720 20 GO:0010769 0 0
## GO:0000281 GO:0000281 52 GO:0051301 0 41
## GO:0050793 GO:0050793 20 GO:0010769 0 8
## GO:0031326 GO:0031326 23 GO:0033135 0 0
## GO:0035239 GO:0035239 32 GO:0035295 0 0
## GO:0032990 GO:0032990 35 GO:0048859 0 0
## GO:1902531 GO:1902531 13 GO:0106070 0 1
## GO:0003006 GO:0003006 57 GO:0044703 0 1
## GO:0051726 GO:0051726 62 GO:1902806 0 35
## GO:0045859 GO:0045859 23 GO:0033135 0 2
## GO:0032989 GO:0032989 35 GO:0048859 0 0
## GO:0009967 GO:0009967 13 GO:0106070 0 0
## GO:0071495 GO:0071495 85 GO:0071495 0 0
## GO:0009719 GO:0009719 85 GO:0071495 0 0
## GO:0032870 GO:0032870 85 GO:0071495 0 2
## GO:0070830 GO:0070830 3 GO:0070830 0 2
## GO:0009725 GO:0009725 85 GO:0071495 0 1
## GO:2001222 GO:2001222 51 GO:0030317 0 1
## GO:0044092 GO:0044092 71 GO:0051341 0 0
## GO:0019637 GO:0019637 42 GO:0006793 0 1
## GO:0032507 GO:0032507 59 GO:0051235 0 0
## GO:0060284 GO:0060284 20 GO:0010769 0 1
## GO:0051252 GO:0051252 23 GO:0033135 0 1
## GO:0019219 GO:0019219 23 GO:0033135 0 0
## GO:0009150 GO:0009150 42 GO:0006793 0 1
## GO:0003383 GO:0003383 36 GO:0060537 0 0
## GO:0003382 GO:0003382 36 GO:0060537 0 0
## GO:0045597 GO:0045597 20 GO:0010769 0 1
## GO:0014866 GO:0014866 53 GO:0014902 0 0
## GO:0050920 GO:0050920 15 GO:0080134 0 19
## GO:1902532 GO:1902532 14 GO:0007266 0 0
## GO:0001934 GO:0001934 23 GO:0033135 0 20
## GO:0090596 GO:0090596 38 GO:0048732 0 0
## GO:0003384 GO:0003384 36 GO:0060537 0 2
## GO:0003381 GO:0003381 36 GO:0060537 0 0
## GO:0030100 GO:0030100 69 GO:0051928 0 7
## GO:0010977 GO:0010977 8 GO:0051130 0 1
## GO:0034762 GO:0034762 69 GO:0051928 0 0
## GO:0051924 GO:0051924 69 GO:0051928 0 2
## GO:0045807 GO:0045807 69 GO:0051928 0 6
## GO:0023051 GO:0023051 13 GO:0106070 0 2
## GO:0009259 GO:0009259 42 GO:0006793 0 0
## GO:1903047 GO:1903047 62 GO:1902806 0 0
## GO:0043086 GO:0043086 71 GO:0051341 0 22
## GO:0019693 GO:0019693 42 GO:0006793 0 3
## GO:2001224 GO:2001224 51 GO:0030317 0 0
## GO:0044248 GO:0044248 34 GO:0009895 0 2
## GO:2001141 GO:2001141 23 GO:0033135 0 0
## GO:1903506 GO:1903506 23 GO:0033135 0 0
## GO:0043062 GO:0043062 70 GO:0034769 0 1
## GO:0031345 GO:0031345 8 GO:0051130 0 1
## GO:0009896 GO:0009896 34 GO:0009895 0 0
## GO:0071711 GO:0071711 70 GO:0034769 0 4
## GO:0030198 GO:0030198 70 GO:0034769 0 27
## GO:0006355 GO:0006355 23 GO:0033135 0 561
## GO:0001666 GO:0001666 41 GO:0009409 0 34
## GO:0043297 GO:0043297 3 GO:0070830 0 0
## GO:0051603 GO:0051603 34 GO:0009895 0 53
## GO:0061640 GO:0061640 52 GO:0051301 0 3
## GO:0000910 GO:0000910 52 GO:0051301 0 0
## GO:0007498 GO:0007498 36 GO:0060537 0 2
## GO:0022402 GO:0022402 62 GO:1902806 0 0
## GO:0036293 GO:0036293 41 GO:0009409 0 0
## GO:0009056 GO:0009056 34 GO:0009895 0 0
## GO:0016331 GO:0016331 36 GO:0060537 0 15
## GO:1901565 GO:1901565 34 GO:0009895 0 2
## GO:0032101 GO:0032101 15 GO:0080134 0 0
## GO:0010564 GO:0010564 62 GO:1902806 0 2
## GO:0044265 GO:0044265 34 GO:0009895 0 0
## GO:0007409 GO:0007409 35 GO:0048859 0 11
## GO:0051480 GO:0051480 7 GO:0045454 0 6
## GO:0001932 GO:0001932 23 GO:0033135 0 2
## GO:0007155 GO:0007155 37 GO:0034446 0 58
## GO:0048583 GO:0048583 15 GO:0080134 0 3
## GO:0009966 GO:0009966 13 GO:0106070 0 12
## GO:0061245 GO:0061245 16 GO:0090162 0 0
## GO:0045197 GO:0045197 16 GO:0090162 0 8
## GO:0035088 GO:0035088 16 GO:0090162 0 0
## GO:0045595 GO:0045595 20 GO:0010769 0 9
## GO:0040010 GO:0040010 9 GO:0040010 0 28
## GO:0051640 GO:0051640 60 GO:0051640 0 4
## GO:0007156 GO:0007156 37 GO:0034446 0 21
## GO:0032879 GO:0032879 69 GO:0051928 0 0
## GO:0030335 GO:0030335 51 GO:0030317 0 6
## GO:0048332 GO:0048332 36 GO:0060537 0 0
## GO:0030163 GO:0030163 34 GO:0009895 0 26
## GO:1901575 GO:1901575 34 GO:0009895 0 0
## GO:0120039 GO:0120039 35 GO:0048859 0 0
## GO:0048812 GO:0048812 35 GO:0048859 0 15
## GO:2000147 GO:2000147 51 GO:0030317 0 2
## GO:0040009 GO:0040009 9 GO:0040010 0 5
## GO:0048858 GO:0048858 35 GO:0048859 0 12
## GO:0060627 GO:0060627 69 GO:0051928 0 1
## GO:0010941 GO:0010941 44 GO:0010623 0 1
## GO:0031329 GO:0031329 34 GO:0009895 0 0
## GO:0009057 GO:0009057 34 GO:0009895 0 0
## GO:1904396 GO:1904396 3 GO:0070830 0 0
## GO:0050906 GO:0050906 84 GO:0050906 0 4
## GO:0042744 GO:0042744 82 GO:0042744 0 11
## GO:0070482 GO:0070482 41 GO:0009409 0 22
## GO:0009894 GO:0009894 34 GO:0009895 0 0
## GO:0043270 GO:0043270 69 GO:0051928 0 0
## GO:0051606 GO:0051606 84 GO:0050906 0 0
## GO:0001707 GO:0001707 36 GO:0060537 0 0
## GO:0048519 GO:0048519 25 GO:0048519 0 0
## GO:0051656 GO:0051656 60 GO:0051640 0 0
## GO:0006915 GO:0006915 44 GO:0010623 0 70
## GO:0071900 GO:0071900 71 GO:0051341 0 1
## GO:0045732 GO:0045732 34 GO:0009895 0 11
## GO:0048870 GO:0048870 51 GO:0030317 0 3
## GO:0098742 GO:0098742 37 GO:0034446 0 0
## GO:0071902 GO:0071902 71 GO:0051341 0 9
## GO:0016477 GO:0016477 51 GO:0030317 0 57
## GO:0043547 GO:0043547 71 GO:0051341 0 32
## GO:0098609 GO:0098609 37 GO:0034446 0 32
## GO:0007517 GO:0007517 53 GO:0014902 0 20
## GO:0009582 GO:0009582 84 GO:0050906 0 0
## GO:0009581 GO:0009581 84 GO:0050906 0 0
## GO:0007528 GO:0007528 3 GO:0070830 0 8
## GO:0051336 GO:0051336 71 GO:0051341 0 0
## GO:0042743 GO:0042743 82 GO:0042744 0 2
## GO:1904062 GO:1904062 69 GO:0051928 0 0
## GO:0000132 GO:0000132 16 GO:0090162 0 62
## GO:0002064 GO:0002064 36 GO:0060537 0 9
## GO:0009913 GO:0009913 36 GO:0060537 0 1
## GO:0006879 GO:0006879 7 GO:0045454 0 11
## GO:0051050 GO:0051050 69 GO:0051928 0 0
## GO:0008219 GO:0008219 44 GO:0010623 0 19
## GO:0045216 GO:0045216 3 GO:0070830 0 7
## GO:0099177 GO:0099177 56 GO:0007154 0 0
## GO:0050804 GO:0050804 56 GO:0007154 0 15
## GO:2000026 GO:2000026 18 GO:0051241 0 0
## GO:0042176 GO:0042176 34 GO:0009895 0 7
## GO:0012501 GO:0012501 44 GO:0010623 0 40
## GO:0007267 GO:0007267 56 GO:0007154 0 15
## GO:0048729 GO:0048729 36 GO:0060537 0 2
## GO:0051345 GO:0051345 71 GO:0051341 0 1
## GO:0009888 GO:0009888 36 GO:0060537 0 10
## GO:0051294 GO:0051294 16 GO:0090162 0 2
## GO:0048523 GO:0048523 25 GO:0048519 0 0
## GO:0010959 GO:0010959 69 GO:0051928 0 0
## GO:0051653 GO:0051653 60 GO:0051640 0 3
## GO:0007163 GO:0007163 16 GO:0090162 0 27
## GO:0007043 GO:0007043 3 GO:0070830 0 4
## GO:0055072 GO:0055072 7 GO:0045454 0 13
## GO:0040001 GO:0040001 60 GO:0051640 0 20
## GO:0050769 GO:0050769 18 GO:0051241 0 1
## GO:2000145 GO:2000145 51 GO:0030317 0 0
## GO:0051961 GO:0051961 18 GO:0051241 0 0
## GO:0030010 GO:0030010 16 GO:0090162 0 13
## GO:0030334 GO:0030334 51 GO:0030317 0 65
## GO:0065009 GO:0065009 71 GO:0051341 0 0
## GO:0050768 GO:0050768 18 GO:0051241 0 0
## GO:0010629 GO:0010629 25 GO:0048519 0 62
## GO:0072593 GO:0072593 82 GO:0042744 0 2
## GO:0030855 GO:0030855 36 GO:0060537 0 0
## GO:0008582 GO:0008582 3 GO:0070830 0 15
## GO:0051049 GO:0051049 69 GO:0051928 0 2
## GO:0044093 GO:0044093 71 GO:0051341 0 0
## GO:0050974 GO:0050974 84 GO:0050906 0 1
## GO:0050982 GO:0050982 84 GO:0050906 0 3
## GO:0050808 GO:0050808 3 GO:0070830 0 15
## GO:0051293 GO:0051293 60 GO:0051640 0 2
## GO:0034330 GO:0034330 3 GO:0070830 0 0
## GO:2000378 GO:2000378 82 GO:0042744 0 0
## GO:0051248 GO:0051248 25 GO:0048519 0 0
## GO:0043549 GO:0043549 71 GO:0051341 0 0
## GO:0045860 GO:0045860 71 GO:0051341 0 7
## GO:0050767 GO:0050767 18 GO:0051241 0 9
## GO:0051338 GO:0051338 71 GO:0051341 0 1
## GO:0050790 GO:0050790 71 GO:0051341 0 143
## GO:0034329 GO:0034329 3 GO:0070830 0 0
## GO:0051962 GO:0051962 18 GO:0051241 0 0
## GO:1903426 GO:1903426 82 GO:0042744 0 1
## GO:0043085 GO:0043085 71 GO:0051341 0 2
## GO:1903427 GO:1903427 82 GO:0042744 0 3
## GO:0099536 GO:0099536 56 GO:0007154 0 4
## GO:0051960 GO:0051960 18 GO:0051241 0 0
## GO:0099537 GO:0099537 56 GO:0007154 0 0
## GO:0098916 GO:0098916 56 GO:0007154 0 0
## GO:0007268 GO:0007268 56 GO:0007154 0 145
## GO:0043269 GO:0043269 69 GO:0051928 0 0
## GO:0060429 GO:0060429 36 GO:0060537 0 1
## GO:0061061 GO:0061061 53 GO:0014902 0 4
## GO:0002009 GO:0002009 36 GO:0060537 0 22
## GO:2000377 GO:2000377 82 GO:0042744 0 3
## GO:0006885 GO:0006885 7 GO:0045454 0 12
## GO:0034765 GO:0034765 69 GO:0051928 0 31
## GO:0033674 GO:0033674 71 GO:0051341 0 31
## GO:0055001 GO:0055001 53 GO:0014902 0 4
## GO:0051347 GO:0051347 71 GO:0051341 0 0
## GO:0045763 GO:0045763 83 GO:0045763 0 0
## GO:0033239 GO:0033239 83 GO:0045763 0 0
## GO:0045927 GO:0045927 9 GO:0040010 0 1
## GO:0051146 GO:0051146 53 GO:0014902 0 1
## GO:0051453 GO:0051453 7 GO:0045454 0 19
## GO:0042692 GO:0042692 53 GO:0014902 0 4
## GO:0030641 GO:0030641 7 GO:0045454 0 2
## GO:0055002 GO:0055002 53 GO:0014902 0 4
## GO:0033238 GO:0033238 83 GO:0045763 0 0
## GO:0006521 GO:0006521 83 GO:0045763 0 0
## GO:0000820 GO:0000820 83 GO:0045763 0 0
## GO:0055074 GO:0055074 7 GO:0045454 0 2
## GO:0009890 GO:0009890 25 GO:0048519 0 1
## GO:0010558 GO:0010558 25 GO:0048519 0 0
## GO:0009892 GO:0009892 25 GO:0048519 0 0
## GO:0010605 GO:0010605 25 GO:0048519 0 5
## GO:0048841 GO:0048841 9 GO:0040010 0 9
## GO:0051172 GO:0051172 25 GO:0048519 0 0
## GO:1902284 GO:1902284 9 GO:0040010 0 0
## GO:0048846 GO:0048846 9 GO:0040010 0 14
## GO:0006874 GO:0006874 7 GO:0045454 0 24
## GO:0042592 GO:0042592 7 GO:0045454 0 1
## GO:0060560 GO:0060560 9 GO:0040010 0 0
## GO:0098771 GO:0098771 7 GO:0045454 0 0
## GO:0031324 GO:0031324 25 GO:0048519 0 0
## GO:0051253 GO:0051253 25 GO:0048519 0 0
## GO:0000122 GO:0000122 25 GO:0048519 0 139
## GO:0061387 GO:0061387 9 GO:0040010 0 0
## GO:0045934 GO:0045934 25 GO:0048519 0 0
## GO:0040007 GO:0040007 9 GO:0040010 0 0
## GO:0019725 GO:0019725 7 GO:0045454 0 2
## GO:0040008 GO:0040008 9 GO:0040010 0 1
## GO:0048589 GO:0048589 9 GO:0040010 0 5
## GO:0048638 GO:0048638 9 GO:0040010 0 0
## GO:0048878 GO:0048878 7 GO:0045454 0 0
## GO:0031327 GO:0031327 25 GO:0048519 0 0
## GO:0001558 GO:0001558 9 GO:0040010 0 2
## GO:0055082 GO:0055082 7 GO:0045454 0 0
## GO:0050801 GO:0050801 7 GO:0045454 0 3
## GO:0055080 GO:0055080 7 GO:0045454 0 2
## GO:0016049 GO:0016049 9 GO:0040010 0 0
## GO:0048588 GO:0048588 9 GO:0040010 0 0
## GO:0048675 GO:0048675 9 GO:0040010 0 8
## GO:0030516 GO:0030516 9 GO:0040010 0 11
## GO:1903507 GO:1903507 25 GO:0048519 0 0
## GO:1902679 GO:1902679 25 GO:0048519 0 0
## GO:0045892 GO:0045892 25 GO:0048519 0 51
## GO:0006873 GO:0006873 7 GO:0045454 0 0
## GO:1990138 GO:1990138 9 GO:0040010 0 1
## GO:0030003 GO:0030003 7 GO:0045454 0 0
## term
## GO:1901160 primary amino compound metabolic process
## GO:1901135 carbohydrate derivative metabolic process
## GO:0098657 import into cell
## GO:0042430 indole-containing compound metabolic process
## GO:0042537 benzene-containing compound metabolic process
## GO:0006790 sulfur compound metabolic process
## GO:0006749 glutathione metabolic process
## GO:0006575 cellular modified amino acid metabolic process
## GO:0007568 aging
## GO:0030097 hemopoiesis
## GO:0002376 immune system process
## GO:0008283 cell population proliferation
## GO:0009987 cellular process
## GO:0018149 peptide cross-linking
## GO:0031099 regeneration
## GO:1901360 organic cyclic compound metabolic process
## GO:0043687 post-translational protein modification
## GO:0010467 gene expression
## GO:0006725 cellular aromatic compound metabolic process
## GO:0046903 secretion
## GO:0019216 regulation of lipid metabolic process
## GO:0046685 response to arsenic-containing substance
## GO:0022411 cellular component disassembly
## GO:0032501 multicellular organismal process
## GO:0051481 negative regulation of cytosolic calcium ion concentration
## GO:0044260 cellular macromolecule metabolic process
## GO:0008202 steroid metabolic process
## GO:0034641 cellular nitrogen compound metabolic process
## GO:0034599 cellular response to oxidative stress
## GO:0065007 biological regulation
## GO:0042490 mechanoreceptor differentiation
## GO:0098661 inorganic anion transmembrane transport
## GO:0016259 selenocysteine metabolic process
## GO:0007204 positive regulation of cytosolic calcium ion concentration
## GO:0006338 chromatin remodeling
## GO:0001101 response to acid chemical
## GO:0006897 endocytosis
## GO:0044238 primary metabolic process
## GO:0015701 bicarbonate transport
## GO:0048859 formation of anatomical boundary
## GO:0006807 nitrogen compound metabolic process
## GO:0015698 inorganic anion transport
## GO:0050789 regulation of biological process
## GO:0044703 multi-organism reproductive process
## GO:0006979 response to oxidative stress
## GO:0043171 peptide catabolic process
## GO:0071702 organic substance transport
## GO:0050794 regulation of cellular process
## GO:0046483 heterocycle metabolic process
## GO:0043170 macromolecule metabolic process
## GO:1901615 organic hydroxy compound metabolic process
## GO:0018958 phenol-containing compound metabolic process
## GO:0006139 nucleobase-containing compound metabolic process
## GO:0001763 morphogenesis of a branching structure
## GO:0006325 chromatin organization
## GO:0003002 regionalization
## GO:0006629 lipid metabolic process
## GO:0061138 morphogenesis of a branching epithelium
## GO:0050953 sensory perception of light stimulus
## GO:0044237 cellular metabolic process
## GO:0007389 pattern specification process
## GO:0008152 metabolic process
## GO:0097435 supramolecular fiber organization
## GO:0050905 neuromuscular process
## GO:0071896 protein localization to adherens junction
## GO:0007599 hemostasis
## GO:0000305 response to oxygen radical
## GO:0006767 water-soluble vitamin metabolic process
## GO:0006766 vitamin metabolic process
## GO:0071704 organic substance metabolic process
## GO:0062014 negative regulation of small molecule metabolic process
## GO:0007626 locomotory behavior
## GO:0030865 cortical cytoskeleton organization
## GO:0042063 gliogenesis
## GO:1901564 organonitrogen compound metabolic process
## GO:0072521 purine-containing compound metabolic process
## GO:0033013 tetrapyrrole metabolic process
## GO:0009235 cobalamin metabolic process
## GO:0030866 cortical actin cytoskeleton organization
## GO:0007631 feeding behavior
## GO:0007017 microtubule-based process
## GO:0000226 microtubule cytoskeleton organization
## GO:0034097 response to cytokine
## GO:0050878 regulation of body fluid levels
## GO:0051276 chromosome organization
## GO:0051604 protein maturation
## GO:0050896 response to stimulus
## GO:0016192 vesicle-mediated transport
## GO:0000302 response to reactive oxygen species
## GO:0001568 blood vessel development
## GO:0001944 vasculature development
## GO:0031268 pseudopodium organization
## GO:0070509 calcium ion import
## GO:0007164 establishment of tissue polarity
## GO:0090175 regulation of establishment of planar polarity
## GO:0097306 cellular response to alcohol
## GO:0051649 establishment of localization in cell
## GO:0010565 regulation of cellular ketone metabolic process
## GO:0035150 regulation of tube size
## GO:0098732 macromolecule deacylation
## GO:0007419 ventral cord development
## GO:0046688 response to copper ion
## GO:0097581 lamellipodium organization
## GO:0071345 cellular response to cytokine stimulus
## GO:0019221 cytokine-mediated signaling pathway
## GO:0051641 cellular localization
## GO:0007584 response to nutrient
## GO:0008210 estrogen metabolic process
## GO:0042133 neurotransmitter metabolic process
## GO:0006476 protein deacetylation
## GO:0042060 wound healing
## GO:0006508 proteolysis
## GO:0016570 histone modification
## GO:2000113 negative regulation of cellular macromolecule biosynthetic process
## GO:0046686 response to cadmium ion
## GO:0097164 ammonium ion metabolic process
## GO:0042428 serotonin metabolic process
## GO:0009415 response to water
## GO:0048514 blood vessel morphogenesis
## GO:0007507 heart development
## GO:0008038 neuron recognition
## GO:0008037 cell recognition
## GO:0071695 anatomical structure maturation
## GO:0021700 developmental maturation
## GO:0007605 sensory perception of sound
## GO:0019538 protein metabolic process
## GO:0001736 establishment of planar polarity
## GO:0035601 protein deacylation
## GO:0051716 cellular response to stimulus
## GO:0106030 neuron projection fasciculation
## GO:0007266 Rho protein signal transduction
## GO:0015711 organic anion transport
## GO:0007413 axonal fasciculation
## GO:0062012 regulation of small molecule metabolic process
## GO:0060998 regulation of dendritic spine development
## GO:0060996 dendritic spine development
## GO:0050817 coagulation
## GO:0007596 blood coagulation
## GO:0035329 hippo signaling
## GO:0009409 response to cold
## GO:0016486 peptide hormone processing
## GO:0072359 circulatory system development
## GO:0048732 gland development
## GO:0007154 cell communication
## GO:0070372 regulation of ERK1 and ERK2 cascade
## GO:0048563 post-embryonic animal organ morphogenesis
## GO:0051341 regulation of oxidoreductase activity
## GO:0007610 behavior
## GO:0007417 central nervous system development
## GO:0006950 response to stress
## GO:1901654 response to ketone
## GO:2000112 regulation of cellular macromolecule biosynthetic process
## GO:0051262 protein tetramerization
## GO:1901655 cellular response to ketone
## GO:0008209 androgen metabolic process
## GO:0098754 detoxification
## GO:0010171 body morphogenesis
## GO:1901700 response to oxygen-containing compound
## GO:0033135 regulation of peptidyl-serine phosphorylation
## GO:0033554 cellular response to stress
## GO:0097305 response to alcohol
## GO:0051014 actin filament severing
## GO:0060537 muscle tissue development
## GO:0016485 protein processing
## GO:0031269 pseudopodium assembly
## GO:0002028 regulation of sodium ion transport
## GO:0009636 response to toxic substance
## GO:0071840 cellular component organization or biogenesis
## GO:0055123 digestive system development
## GO:0023052 signaling
## GO:0051179 localization
## GO:0043603 amide metabolic process
## GO:0046068 cGMP metabolic process
## GO:0051963 regulation of synapse assembly
## GO:0016575 histone deacetylation
## GO:0048678 response to axon injury
## GO:1902305 regulation of sodium ion transmembrane transport
## GO:0007015 actin filament organization
## GO:0033138 positive regulation of peptidyl-serine phosphorylation
## GO:0018205 peptidyl-lysine modification
## GO:1902414 protein localization to cell junction
## GO:0006518 peptide metabolic process
## GO:0072524 pyridine-containing compound metabolic process
## GO:0010769 regulation of cell morphogenesis involved in differentiation
## GO:0009611 response to wounding
## GO:0048565 digestive tract development
## GO:0031400 negative regulation of protein modification process
## GO:0043412 macromolecule modification
## GO:0016043 cellular component organization
## GO:0007265 Ras protein signal transduction
## GO:0071689 muscle thin filament assembly
## GO:0001505 regulation of neurotransmitter levels
## GO:0009069 serine family amino acid metabolic process
## GO:0046847 filopodium assembly
## GO:0006821 chloride transport
## GO:0007165 signal transduction
## GO:0010647 positive regulation of cell communication
## GO:0050807 regulation of synapse organization
## GO:0061458 reproductive system development
## GO:0048608 reproductive structure development
## GO:0050849 negative regulation of calcium-mediated signaling
## GO:0090257 regulation of muscle system process
## GO:0051234 establishment of localization
## GO:2000479 regulation of cAMP-dependent protein kinase activity
## GO:0050803 regulation of synapse structure or activity
## GO:0043949 regulation of cAMP-mediated signaling
## GO:0007264 small GTPase mediated signal transduction
## GO:0006820 monoatomic anion transport
## GO:0009187 cyclic nucleotide metabolic process
## GO:0006810 transport
## GO:0018193 peptidyl-amino acid modification
## GO:0030032 lamellipodium assembly
## GO:0009792 embryo development ending in birth or egg hatching
## GO:0014070 response to organic cyclic compound
## GO:0036211 protein modification process
## GO:0010038 response to metal ion
## GO:0006826 iron ion transport
## GO:0008361 regulation of cell size
## GO:0007010 cytoskeleton organization
## GO:0051130 positive regulation of cellular component organization
## GO:0035434 copper ion transmembrane transport
## GO:0050848 regulation of calcium-mediated signaling
## GO:1902806 regulation of cell cycle G1/S phase transition
## GO:0007169 transmembrane receptor protein tyrosine kinase signaling pathway
## GO:1901701 cellular response to oxygen-containing compound
## GO:0042445 hormone metabolic process
## GO:0046660 female sex differentiation
## GO:1990778 protein localization to cell periphery
## GO:0071496 cellular response to external stimulus
## GO:0001704 formation of primary germ layer
## GO:0048568 embryonic organ development
## GO:0010817 regulation of hormone levels
## GO:0006475 internal protein amino acid acetylation
## GO:0010035 response to inorganic substance
## GO:0007275 multicellular organism development
## GO:0050954 sensory perception of mechanical stimulus
## GO:0006996 organelle organization
## GO:0098656 monoatomic anion transmembrane transport
## GO:0034728 nucleosome organization
## GO:0046545 development of primary female sexual characteristics
## GO:0008585 female gonad development
## GO:0072659 protein localization to plasma membrane
## GO:0006825 copper ion transport
## GO:0098869 cellular oxidant detoxification
## GO:0070252 actin-mediated cell contraction
## GO:0006473 protein acetylation
## GO:0048468 cell development
## GO:0043951 negative regulation of cAMP-mediated signaling
## GO:0032502 developmental process
## GO:0030317 flagellated sperm motility
## GO:1990748 cellular detoxification
## GO:0043543 protein acylation
## GO:0044057 regulation of system process
## GO:0006163 purine nucleotide metabolic process
## GO:0097237 cellular response to toxic substance
## GO:0098703 calcium ion import across plasma membrane
## GO:0071248 cellular response to metal ion
## GO:0035556 intracellular signal transduction
## GO:0032535 regulation of cellular component size
## GO:0009886 post-embryonic animal morphogenesis
## GO:0007369 gastrulation
## GO:0071241 cellular response to inorganic substance
## GO:0098739 import across plasma membrane
## GO:0042074 cell migration involved in gastrulation
## GO:0010648 negative regulation of cell communication
## GO:0090066 regulation of anatomical structure size
## GO:1902476 chloride transmembrane transport
## GO:0060323 head morphogenesis
## GO:0048167 regulation of synaptic plasticity
## GO:0010646 regulation of cell communication
## GO:0035331 negative regulation of hippo signaling
## GO:0072657 protein localization to membrane
## GO:0050770 regulation of axonogenesis
## GO:0048856 anatomical structure development
## GO:1901698 response to nitrogen compound
## GO:0035332 positive regulation of hippo signaling
## GO:0070925 organelle assembly
## GO:0009612 response to mechanical stimulus
## GO:0106070 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## GO:0090162 establishment of epithelial cell polarity
## GO:0046496 nicotinamide nucleotide metabolic process
## GO:0071867 response to monoamine
## GO:0010623 programmed cell death involved in cell development
## GO:2000027 regulation of animal organ morphogenesis
## GO:0022604 regulation of cell morphogenesis
## GO:0030154 cell differentiation
## GO:0048869 cellular developmental process
## GO:0048522 positive regulation of cellular process
## GO:0035330 regulation of hippo signaling
## GO:0019362 pyridine nucleotide metabolic process
## GO:0007167 enzyme-linked receptor protein signaling pathway
## GO:0048569 post-embryonic animal organ development
## GO:0097722 sperm motility
## GO:0097553 calcium ion transmembrane import into cytosol
## GO:0048598 embryonic morphogenesis
## GO:0045664 regulation of neuron differentiation
## GO:0051173 positive regulation of nitrogen compound metabolic process
## GO:0048232 male gamete generation
## GO:0006811 monoatomic ion transport
## GO:0042221 response to chemical
## GO:0051128 regulation of cellular component organization
## GO:1905330 regulation of morphogenesis of an epithelium
## GO:0009790 embryo development
## GO:0051384 response to glucocorticoid
## GO:0031960 response to corticosteroid
## GO:0009968 negative regulation of signal transduction
## GO:0048518 positive regulation of biological process
## GO:0030048 actin filament-based movement
## GO:0051490 negative regulation of filopodium assembly
## GO:0014902 myotube differentiation
## GO:0060485 mesenchyme development
## GO:0048545 response to steroid hormone
## GO:1901605 alpha-amino acid metabolic process
## GO:0071407 cellular response to organic cyclic compound
## GO:0043010 camera-type eye development
## GO:0031032 actomyosin structure organization
## GO:0033993 response to lipid
## GO:0051259 protein complex oligomerization
## GO:0031401 positive regulation of protein modification process
## GO:0051489 regulation of filopodium assembly
## GO:0040011 locomotion
## GO:0016358 dendrite development
## GO:0007166 cell surface receptor signaling pathway
## GO:0010604 positive regulation of macromolecule metabolic process
## GO:0018394 peptidyl-lysine acetylation
## GO:0031399 regulation of protein modification process
## GO:0098655 monoatomic cation transmembrane transport
## GO:0090251 protein localization involved in establishment of planar polarity
## GO:0065008 regulation of biological quality
## GO:0018393 internal peptidyl-lysine acetylation
## GO:0071824 protein-DNA complex subunit organization
## GO:0048646 anatomical structure formation involved in morphogenesis
## GO:0051247 positive regulation of protein metabolic process
## GO:0006793 phosphorus metabolic process
## GO:0031334 positive regulation of protein-containing complex assembly
## GO:0071385 cellular response to glucocorticoid stimulus
## GO:0071384 cellular response to corticosteroid stimulus
## GO:0048562 embryonic organ morphogenesis
## GO:0006796 phosphate-containing compound metabolic process
## GO:0106072 negative regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## GO:0071396 cellular response to lipid
## GO:0033036 macromolecule localization
## GO:0009893 positive regulation of metabolic process
## GO:0071869 response to catecholamine
## GO:1902600 proton transmembrane transport
## GO:0000041 transition metal ion transport
## GO:0040017 positive regulation of locomotion
## GO:0010033 response to organic substance
## GO:0071383 cellular response to steroid hormone stimulus
## GO:0009117 nucleotide metabolic process
## GO:0006753 nucleoside phosphate metabolic process
## GO:0007420 brain development
## GO:0034446 substrate adhesion-dependent cell spreading
## GO:0001654 eye development
## GO:0032228 regulation of synaptic transmission, GABAergic
## GO:2001223 negative regulation of neuron migration
## GO:0060322 head development
## GO:0031325 positive regulation of cellular metabolic process
## GO:0044085 cellular component biogenesis
## GO:0006739 NADP metabolic process
## GO:0009266 response to temperature stimulus
## GO:0055093 response to hyperoxia
## GO:0036296 response to increased oxygen levels
## GO:0071453 cellular response to oxygen levels
## GO:0006520 amino acid metabolic process
## GO:0055086 nucleobase-containing small molecule metabolic process
## GO:0051093 negative regulation of developmental process
## GO:0019953 sexual reproduction
## GO:0070887 cellular response to chemical stimulus
## GO:0010243 response to organonitrogen compound
## GO:1902850 microtubule cytoskeleton organization involved in mitosis
## GO:0003008 system process
## GO:0034220 monoatomic ion transmembrane transport
## GO:0009895 negative regulation of catabolic process
## GO:0007411 axon guidance
## GO:0097485 neuron projection guidance
## GO:0010927 cellular component assembly involved in morphogenesis
## GO:0006814 sodium ion transport
## GO:0001667 ameboidal-type cell migration
## GO:0045744 negative regulation of G protein-coupled receptor signaling pathway
## GO:0009605 response to external stimulus
## GO:0035725 sodium ion transmembrane transport
## GO:1901699 cellular response to nitrogen compound
## GO:0031330 negative regulation of cellular catabolic process
## GO:0055085 transmembrane transport
## GO:0030239 myofibril assembly
## GO:0080134 regulation of response to stress
## GO:0022607 cellular component assembly
## GO:0051241 negative regulation of multicellular organismal process
## GO:0060538 skeletal muscle organ development
## GO:0045937 positive regulation of phosphate metabolic process
## GO:0010562 positive regulation of phosphorus metabolic process
## GO:0009791 post-embryonic development
## GO:0002119 nematode larval development
## GO:0043408 regulation of MAPK cascade
## GO:0006816 calcium ion transport
## GO:0042327 positive regulation of phosphorylation
## GO:0044089 positive regulation of cellular component biogenesis
## GO:0002164 larval development
## GO:0044281 small molecule metabolic process
## GO:0051301 cell division
## GO:0048731 system development
## GO:0042325 regulation of phosphorylation
## GO:0048592 eye morphogenesis
## GO:0071868 cellular response to monoamine stimulus
## GO:0007157 heterophilic cell-cell adhesion via plasma membrane cell adhesion molecules
## GO:0050877 nervous system process
## GO:0061564 axon development
## GO:0009889 regulation of biosynthetic process
## GO:0006935 chemotaxis
## GO:0070588 calcium ion transmembrane transport
## GO:0042330 taxis
## GO:0007600 sensory perception
## GO:0007271 synaptic transmission, cholinergic
## GO:0099587 inorganic ion import across plasma membrane
## GO:0051246 regulation of protein metabolic process
## GO:0048513 animal organ development
## GO:0010468 regulation of gene expression
## GO:0043933 protein-containing complex organization
## GO:0035295 tube development
## GO:0048814 regulation of dendrite morphogenesis
## GO:0070727 cellular macromolecule localization
## GO:0048593 camera-type eye morphogenesis
## GO:0008104 protein localization
## GO:0051174 regulation of phosphorus metabolic process
## GO:0019220 regulation of phosphate metabolic process
## GO:0050773 regulation of dendrite development
## GO:0065003 protein-containing complex assembly
## GO:0120033 negative regulation of plasma membrane bounded cell projection assembly
## GO:0010556 regulation of macromolecule biosynthetic process
## GO:0048585 negative regulation of response to stimulus
## GO:0043436 oxoacid metabolic process
## GO:0019752 carboxylic acid metabolic process
## GO:0006082 organic acid metabolic process
## GO:0048609 multicellular organismal reproductive process
## GO:0032504 multicellular organism reproduction
## GO:0045137 development of primary sexual characteristics
## GO:0008406 gonad development
## GO:0006357 regulation of transcription by RNA polymerase II
## GO:0048584 positive regulation of response to stimulus
## GO:0022603 regulation of anatomical structure morphogenesis
## GO:0031175 neuron projection development
## GO:0098659 inorganic cation import across plasma membrane
## GO:0031667 response to nutrient levels
## GO:0035148 tube formation
## GO:0060491 regulation of cell projection assembly
## GO:0030030 cell projection organization
## GO:0007283 spermatogenesis
## GO:0009991 response to extracellular stimulus
## GO:0019222 regulation of metabolic process
## GO:0008544 epidermis development
## GO:0072175 epithelial tube formation
## GO:0051094 positive regulation of developmental process
## GO:0007399 nervous system development
## GO:0048666 neuron development
## GO:0051240 positive regulation of multicellular organismal process
## GO:2000146 negative regulation of cell motility
## GO:0030336 negative regulation of cell migration
## GO:0000003 reproduction
## GO:0008277 regulation of G protein-coupled receptor signaling pathway
## GO:0060255 regulation of macromolecule metabolic process
## GO:0120032 regulation of plasma membrane bounded cell projection assembly
## GO:0030036 actin cytoskeleton organization
## GO:0120036 plasma membrane bounded cell projection organization
## GO:0051235 maintenance of location
## GO:0016573 histone acetylation
## GO:0030182 neuron differentiation
## GO:0030029 actin filament-based process
## GO:0009887 animal organ morphogenesis
## GO:0030031 cell projection assembly
## GO:0071417 cellular response to organonitrogen compound
## GO:0022008 neurogenesis
## GO:0048699 generation of neurons
## GO:0007423 sensory organ development
## GO:0006812 monoatomic cation transport
## GO:0009628 response to abiotic stimulus
## GO:0060562 epithelial tube morphogenesis
## GO:0034769 basement membrane disassembly
## GO:0009653 anatomical structure morphogenesis
## GO:0051651 maintenance of location in cell
## GO:0045185 maintenance of protein location
## GO:0043254 regulation of protein-containing complex assembly
## GO:0042395 ecdysis, collagen and cuticulin-based cuticle
## GO:0031589 cell-substrate adhesion
## GO:0022414 reproductive process
## GO:0000278 mitotic cell cycle
## GO:0120031 plasma membrane bounded cell projection assembly
## GO:0042303 molting cycle
## GO:0018996 molting cycle, collagen and cuticulin-based cuticle
## GO:0007276 gamete generation
## GO:1902667 regulation of axon guidance
## GO:0031344 regulation of cell projection organization
## GO:1902533 positive regulation of intracellular signal transduction
## GO:0022404 molting cycle process
## GO:0023057 negative regulation of signaling
## GO:0040012 regulation of locomotion
## GO:0048667 cell morphogenesis involved in neuron differentiation
## GO:0010721 negative regulation of cell development
## GO:0071310 cellular response to organic substance
## GO:0000904 cell morphogenesis involved in differentiation
## GO:0080090 regulation of primary metabolic process
## GO:0071870 cellular response to catecholamine stimulus
## GO:0098662 inorganic cation transmembrane transport
## GO:0031669 cellular response to nutrient levels
## GO:0051171 regulation of nitrogen compound metabolic process
## GO:0000902 cell morphogenesis
## GO:0051239 regulation of multicellular organismal process
## GO:0045596 negative regulation of cell differentiation
## GO:0043087 regulation of GTPase activity
## GO:0010942 positive regulation of cell death
## GO:0051928 positive regulation of calcium ion transport
## GO:0120035 regulation of plasma membrane bounded cell projection organization
## GO:1901987 regulation of cell cycle phase transition
## GO:0031668 cellular response to extracellular stimulus
## GO:0098660 inorganic ion transmembrane transport
## GO:0051056 regulation of small GTPase mediated signal transduction
## GO:0044087 regulation of cellular component biogenesis
## GO:0045454 cell redox homeostasis
## GO:0023056 positive regulation of signaling
## GO:0001738 morphogenesis of a polarized epithelium
## GO:0030001 metal ion transport
## GO:0010975 regulation of neuron projection development
## GO:0040013 negative regulation of locomotion
## GO:0007548 sex differentiation
## GO:0031323 regulation of cellular metabolic process
## GO:0007049 cell cycle
## GO:0051129 negative regulation of cellular component organization
## GO:0010720 positive regulation of cell development
## GO:0000281 mitotic cytokinesis
## GO:0050793 regulation of developmental process
## GO:0031326 regulation of cellular biosynthetic process
## GO:0035239 tube morphogenesis
## GO:0032990 cell part morphogenesis
## GO:1902531 regulation of intracellular signal transduction
## GO:0003006 developmental process involved in reproduction
## GO:0051726 regulation of cell cycle
## GO:0045859 regulation of protein kinase activity
## GO:0032989 cellular component morphogenesis
## GO:0009967 positive regulation of signal transduction
## GO:0071495 cellular response to endogenous stimulus
## GO:0009719 response to endogenous stimulus
## GO:0032870 cellular response to hormone stimulus
## GO:0070830 bicellular tight junction assembly
## GO:0009725 response to hormone
## GO:2001222 regulation of neuron migration
## GO:0044092 negative regulation of molecular function
## GO:0019637 organophosphate metabolic process
## GO:0032507 maintenance of protein location in cell
## GO:0060284 regulation of cell development
## GO:0051252 regulation of RNA metabolic process
## GO:0019219 regulation of nucleobase-containing compound metabolic process
## GO:0009150 purine ribonucleotide metabolic process
## GO:0003383 apical constriction
## GO:0003382 epithelial cell morphogenesis
## GO:0045597 positive regulation of cell differentiation
## GO:0014866 skeletal myofibril assembly
## GO:0050920 regulation of chemotaxis
## GO:1902532 negative regulation of intracellular signal transduction
## GO:0001934 positive regulation of protein phosphorylation
## GO:0090596 sensory organ morphogenesis
## GO:0003384 apical constriction involved in gastrulation
## GO:0003381 epithelial cell morphogenesis involved in gastrulation
## GO:0030100 regulation of endocytosis
## GO:0010977 negative regulation of neuron projection development
## GO:0034762 regulation of transmembrane transport
## GO:0051924 regulation of calcium ion transport
## GO:0045807 positive regulation of endocytosis
## GO:0023051 regulation of signaling
## GO:0009259 ribonucleotide metabolic process
## GO:1903047 mitotic cell cycle process
## GO:0043086 negative regulation of catalytic activity
## GO:0019693 ribose phosphate metabolic process
## GO:2001224 positive regulation of neuron migration
## GO:0044248 cellular catabolic process
## GO:2001141 regulation of RNA biosynthetic process
## GO:1903506 regulation of nucleic acid-templated transcription
## GO:0043062 extracellular structure organization
## GO:0031345 negative regulation of cell projection organization
## GO:0009896 positive regulation of catabolic process
## GO:0071711 basement membrane organization
## GO:0030198 extracellular matrix organization
## GO:0006355 regulation of DNA-templated transcription
## GO:0001666 response to hypoxia
## GO:0043297 apical junction assembly
## GO:0051603 proteolysis involved in protein catabolic process
## GO:0061640 cytoskeleton-dependent cytokinesis
## GO:0000910 cytokinesis
## GO:0007498 mesoderm development
## GO:0022402 cell cycle process
## GO:0036293 response to decreased oxygen levels
## GO:0009056 catabolic process
## GO:0016331 morphogenesis of embryonic epithelium
## GO:1901565 organonitrogen compound catabolic process
## GO:0032101 regulation of response to external stimulus
## GO:0010564 regulation of cell cycle process
## GO:0044265 cellular macromolecule catabolic process
## GO:0007409 axonogenesis
## GO:0051480 regulation of cytosolic calcium ion concentration
## GO:0001932 regulation of protein phosphorylation
## GO:0007155 cell adhesion
## GO:0048583 regulation of response to stimulus
## GO:0009966 regulation of signal transduction
## GO:0061245 establishment or maintenance of bipolar cell polarity
## GO:0045197 establishment or maintenance of epithelial cell apical/basal polarity
## GO:0035088 establishment or maintenance of apical/basal cell polarity
## GO:0045595 regulation of cell differentiation
## GO:0040010 positive regulation of growth rate
## GO:0051640 organelle localization
## GO:0007156 homophilic cell adhesion via plasma membrane adhesion molecules
## GO:0032879 regulation of localization
## GO:0030335 positive regulation of cell migration
## GO:0048332 mesoderm morphogenesis
## GO:0030163 protein catabolic process
## GO:1901575 organic substance catabolic process
## GO:0120039 plasma membrane bounded cell projection morphogenesis
## GO:0048812 neuron projection morphogenesis
## GO:2000147 positive regulation of cell motility
## GO:0040009 regulation of growth rate
## GO:0048858 cell projection morphogenesis
## GO:0060627 regulation of vesicle-mediated transport
## GO:0010941 regulation of cell death
## GO:0031329 regulation of cellular catabolic process
## GO:0009057 macromolecule catabolic process
## GO:1904396 regulation of neuromuscular junction development
## GO:0050906 detection of stimulus involved in sensory perception
## GO:0042744 hydrogen peroxide catabolic process
## GO:0070482 response to oxygen levels
## GO:0009894 regulation of catabolic process
## GO:0043270 positive regulation of monoatomic ion transport
## GO:0051606 detection of stimulus
## GO:0001707 mesoderm formation
## GO:0048519 negative regulation of biological process
## GO:0051656 establishment of organelle localization
## GO:0006915 apoptotic process
## GO:0071900 regulation of protein serine/threonine kinase activity
## GO:0045732 positive regulation of protein catabolic process
## GO:0048870 cell motility
## GO:0098742 cell-cell adhesion via plasma-membrane adhesion molecules
## GO:0071902 positive regulation of protein serine/threonine kinase activity
## GO:0016477 cell migration
## GO:0043547 positive regulation of GTPase activity
## GO:0098609 cell-cell adhesion
## GO:0007517 muscle organ development
## GO:0009582 detection of abiotic stimulus
## GO:0009581 detection of external stimulus
## GO:0007528 neuromuscular junction development
## GO:0051336 regulation of hydrolase activity
## GO:0042743 hydrogen peroxide metabolic process
## GO:1904062 regulation of monoatomic cation transmembrane transport
## GO:0000132 establishment of mitotic spindle orientation
## GO:0002064 epithelial cell development
## GO:0009913 epidermal cell differentiation
## GO:0006879 intracellular iron ion homeostasis
## GO:0051050 positive regulation of transport
## GO:0008219 cell death
## GO:0045216 cell-cell junction organization
## GO:0099177 regulation of trans-synaptic signaling
## GO:0050804 modulation of chemical synaptic transmission
## GO:2000026 regulation of multicellular organismal development
## GO:0042176 regulation of protein catabolic process
## GO:0012501 programmed cell death
## GO:0007267 cell-cell signaling
## GO:0048729 tissue morphogenesis
## GO:0051345 positive regulation of hydrolase activity
## GO:0009888 tissue development
## GO:0051294 establishment of spindle orientation
## GO:0048523 negative regulation of cellular process
## GO:0010959 regulation of metal ion transport
## GO:0051653 spindle localization
## GO:0007163 establishment or maintenance of cell polarity
## GO:0007043 cell-cell junction assembly
## GO:0055072 iron ion homeostasis
## GO:0040001 establishment of mitotic spindle localization
## GO:0050769 positive regulation of neurogenesis
## GO:2000145 regulation of cell motility
## GO:0051961 negative regulation of nervous system development
## GO:0030010 establishment of cell polarity
## GO:0030334 regulation of cell migration
## GO:0065009 regulation of molecular function
## GO:0050768 negative regulation of neurogenesis
## GO:0010629 negative regulation of gene expression
## GO:0072593 reactive oxygen species metabolic process
## GO:0030855 epithelial cell differentiation
## GO:0008582 regulation of synaptic assembly at neuromuscular junction
## GO:0051049 regulation of transport
## GO:0044093 positive regulation of molecular function
## GO:0050974 detection of mechanical stimulus involved in sensory perception
## GO:0050982 detection of mechanical stimulus
## GO:0050808 synapse organization
## GO:0051293 establishment of spindle localization
## GO:0034330 cell junction organization
## GO:2000378 negative regulation of reactive oxygen species metabolic process
## GO:0051248 negative regulation of protein metabolic process
## GO:0043549 regulation of kinase activity
## GO:0045860 positive regulation of protein kinase activity
## GO:0050767 regulation of neurogenesis
## GO:0051338 regulation of transferase activity
## GO:0050790 regulation of catalytic activity
## GO:0034329 cell junction assembly
## GO:0051962 positive regulation of nervous system development
## GO:1903426 regulation of reactive oxygen species biosynthetic process
## GO:0043085 positive regulation of catalytic activity
## GO:1903427 negative regulation of reactive oxygen species biosynthetic process
## GO:0099536 synaptic signaling
## GO:0051960 regulation of nervous system development
## GO:0099537 trans-synaptic signaling
## GO:0098916 anterograde trans-synaptic signaling
## GO:0007268 chemical synaptic transmission
## GO:0043269 regulation of monoatomic ion transport
## GO:0060429 epithelium development
## GO:0061061 muscle structure development
## GO:0002009 morphogenesis of an epithelium
## GO:2000377 regulation of reactive oxygen species metabolic process
## GO:0006885 regulation of pH
## GO:0034765 regulation of monoatomic ion transmembrane transport
## GO:0033674 positive regulation of kinase activity
## GO:0055001 muscle cell development
## GO:0051347 positive regulation of transferase activity
## GO:0045763 negative regulation of cellular amino acid metabolic process
## GO:0033239 negative regulation of amine metabolic process
## GO:0045927 positive regulation of growth
## GO:0051146 striated muscle cell differentiation
## GO:0051453 regulation of intracellular pH
## GO:0042692 muscle cell differentiation
## GO:0030641 regulation of cellular pH
## GO:0055002 striated muscle cell development
## GO:0033238 regulation of amine metabolic process
## GO:0006521 regulation of cellular amino acid metabolic process
## GO:0000820 regulation of glutamine family amino acid metabolic process
## GO:0055074 calcium ion homeostasis
## GO:0009890 negative regulation of biosynthetic process
## GO:0010558 negative regulation of macromolecule biosynthetic process
## GO:0009892 negative regulation of metabolic process
## GO:0010605 negative regulation of macromolecule metabolic process
## GO:0048841 regulation of axon extension involved in axon guidance
## GO:0051172 negative regulation of nitrogen compound metabolic process
## GO:1902284 neuron projection extension involved in neuron projection guidance
## GO:0048846 axon extension involved in axon guidance
## GO:0006874 intracellular calcium ion homeostasis
## GO:0042592 homeostatic process
## GO:0060560 developmental growth involved in morphogenesis
## GO:0098771 inorganic ion homeostasis
## GO:0031324 negative regulation of cellular metabolic process
## GO:0051253 negative regulation of RNA metabolic process
## GO:0000122 negative regulation of transcription by RNA polymerase II
## GO:0061387 regulation of extent of cell growth
## GO:0045934 negative regulation of nucleobase-containing compound metabolic process
## GO:0040007 growth
## GO:0019725 cellular homeostasis
## GO:0040008 regulation of growth
## GO:0048589 developmental growth
## GO:0048638 regulation of developmental growth
## GO:0048878 chemical homeostasis
## GO:0031327 negative regulation of cellular biosynthetic process
## GO:0001558 regulation of cell growth
## GO:0055082 intracellular chemical homeostasis
## GO:0050801 monoatomic ion homeostasis
## GO:0055080 monoatomic cation homeostasis
## GO:0016049 cell growth
## GO:0048588 developmental cell growth
## GO:0048675 axon extension
## GO:0030516 regulation of axon extension
## GO:1903507 negative regulation of nucleic acid-templated transcription
## GO:1902679 negative regulation of RNA biosynthetic process
## GO:0045892 negative regulation of DNA-templated transcription
## GO:0006873 intracellular monoatomic ion homeostasis
## GO:1990138 neuron projection extension
## GO:0030003 intracellular monoatomic cation homeostasis
## parentTerm
## GO:1901160 primary amino compound metabolic process
## GO:1901135 carbohydrate derivative metabolic process
## GO:0098657 import into cell
## GO:0042430 indole-containing compound metabolic process
## GO:0042537 benzene-containing compound metabolic process
## GO:0006790 sulfur compound metabolic process
## GO:0006749 glutathione metabolic process
## GO:0006575 cellular modified amino acid metabolic process
## GO:0007568 aging
## GO:0030097 hemopoiesis
## GO:0002376 immune system process
## GO:0008283 cell population proliferation
## GO:0009987 cellular process
## GO:0018149 peptide cross-linking
## GO:0031099 regeneration
## GO:1901360 organic cyclic compound metabolic process
## GO:0043687 peptide cross-linking
## GO:0010467 organic cyclic compound metabolic process
## GO:0006725 organic cyclic compound metabolic process
## GO:0046903 secretion
## GO:0019216 regulation of lipid metabolic process
## GO:0046685 response to arsenic-containing substance
## GO:0022411 cellular component disassembly
## GO:0032501 multicellular organismal process
## GO:0051481 negative regulation of cytosolic calcium ion concentration
## GO:0044260 cellular macromolecule metabolic process
## GO:0008202 regulation of lipid metabolic process
## GO:0034641 organic cyclic compound metabolic process
## GO:0034599 cellular response to oxidative stress
## GO:0065007 biological regulation
## GO:0042490 mechanoreceptor differentiation
## GO:0098661 secretion
## GO:0016259 selenocysteine metabolic process
## GO:0007204 negative regulation of cytosolic calcium ion concentration
## GO:0006338 cellular component disassembly
## GO:0001101 response to arsenic-containing substance
## GO:0006897 secretion
## GO:0044238 organic cyclic compound metabolic process
## GO:0015701 bicarbonate transport
## GO:0048859 formation of anatomical boundary
## GO:0006807 organic cyclic compound metabolic process
## GO:0015698 secretion
## GO:0050789 biological regulation
## GO:0044703 multi-organism reproductive process
## GO:0006979 cellular response to oxidative stress
## GO:0043171 peptide catabolic process
## GO:0071702 bicarbonate transport
## GO:0050794 biological regulation
## GO:0046483 heterocycle metabolic process
## GO:0043170 organic cyclic compound metabolic process
## GO:1901615 organic hydroxy compound metabolic process
## GO:0018958 organic hydroxy compound metabolic process
## GO:0006139 heterocycle metabolic process
## GO:0001763 formation of anatomical boundary
## GO:0006325 cellular component disassembly
## GO:0003002 multicellular organismal process
## GO:0006629 regulation of lipid metabolic process
## GO:0061138 formation of anatomical boundary
## GO:0050953 sensory perception of light stimulus
## GO:0044237 organic cyclic compound metabolic process
## GO:0007389 multicellular organismal process
## GO:0008152 organic cyclic compound metabolic process
## GO:0097435 cellular component disassembly
## GO:0050905 sensory perception of light stimulus
## GO:0071896 protein localization to adherens junction
## GO:0007599 negative regulation of cytosolic calcium ion concentration
## GO:0000305 response to oxygen radical
## GO:0006767 selenocysteine metabolic process
## GO:0006766 selenocysteine metabolic process
## GO:0071704 organic cyclic compound metabolic process
## GO:0062014 selenocysteine metabolic process
## GO:0007626 locomotory behavior
## GO:0030865 cellular component disassembly
## GO:0042063 mechanoreceptor differentiation
## GO:1901564 organonitrogen compound metabolic process
## GO:0072521 heterocycle metabolic process
## GO:0033013 tetrapyrrole metabolic process
## GO:0009235 tetrapyrrole metabolic process
## GO:0030866 cellular component disassembly
## GO:0007631 locomotory behavior
## GO:0007017 microtubule-based process
## GO:0000226 microtubule-based process
## GO:0034097 response to oxygen radical
## GO:0050878 negative regulation of cytosolic calcium ion concentration
## GO:0051276 cellular component disassembly
## GO:0051604 organonitrogen compound metabolic process
## GO:0050896 response to stimulus
## GO:0016192 secretion
## GO:0000302 response to oxygen radical
## GO:0001568 mechanoreceptor differentiation
## GO:0001944 mechanoreceptor differentiation
## GO:0031268 pseudopodium organization
## GO:0070509 calcium ion import
## GO:0007164 formation of anatomical boundary
## GO:0090175 formation of anatomical boundary
## GO:0097306 response to oxygen radical
## GO:0051649 secretion
## GO:0010565 selenocysteine metabolic process
## GO:0035150 negative regulation of cytosolic calcium ion concentration
## GO:0098732 peptide cross-linking
## GO:0007419 mechanoreceptor differentiation
## GO:0046688 response to arsenic-containing substance
## GO:0097581 pseudopodium organization
## GO:0071345 response to oxygen radical
## GO:0019221 response to oxygen radical
## GO:0051641 secretion
## GO:0007584 response to nutrient
## GO:0008210 negative regulation of cytosolic calcium ion concentration
## GO:0042133 negative regulation of cytosolic calcium ion concentration
## GO:0006476 peptide cross-linking
## GO:0042060 cellular response to oxidative stress
## GO:0006508 organonitrogen compound metabolic process
## GO:0016570 peptide cross-linking
## GO:2000113 cellular macromolecule metabolic process
## GO:0046686 response to arsenic-containing substance
## GO:0097164 ammonium ion metabolic process
## GO:0042428 ammonium ion metabolic process
## GO:0009415 response to arsenic-containing substance
## GO:0048514 mechanoreceptor differentiation
## GO:0007507 mechanoreceptor differentiation
## GO:0008038 neuron recognition
## GO:0008037 neuron recognition
## GO:0071695 anatomical structure maturation
## GO:0021700 anatomical structure maturation
## GO:0007605 sensory perception of light stimulus
## GO:0019538 organonitrogen compound metabolic process
## GO:0001736 formation of anatomical boundary
## GO:0035601 peptide cross-linking
## GO:0051716 response to stimulus
## GO:0106030 mechanoreceptor differentiation
## GO:0007266 Rho protein signal transduction
## GO:0015711 bicarbonate transport
## GO:0007413 mechanoreceptor differentiation
## GO:0062012 selenocysteine metabolic process
## GO:0060998 pseudopodium organization
## GO:0060996 pseudopodium organization
## GO:0050817 coagulation
## GO:0007596 coagulation
## GO:0035329 Rho protein signal transduction
## GO:0009409 response to cold
## GO:0016486 negative regulation of cytosolic calcium ion concentration
## GO:0072359 mechanoreceptor differentiation
## GO:0048732 gland development
## GO:0007154 cell communication
## GO:0070372 Rho protein signal transduction
## GO:0048563 post-embryonic animal organ morphogenesis
## GO:0051341 regulation of oxidoreductase activity
## GO:0007610 locomotory behavior
## GO:0007417 mechanoreceptor differentiation
## GO:0006950 response to stimulus
## GO:1901654 response to oxygen radical
## GO:2000112 cellular macromolecule metabolic process
## GO:0051262 protein tetramerization
## GO:1901655 response to oxygen radical
## GO:0008209 negative regulation of cytosolic calcium ion concentration
## GO:0098754 response to arsenic-containing substance
## GO:0010171 formation of anatomical boundary
## GO:1901700 response to oxygen radical
## GO:0033135 regulation of peptidyl-serine phosphorylation
## GO:0033554 response to stimulus
## GO:0097305 response to oxygen radical
## GO:0051014 actin filament severing
## GO:0060537 muscle tissue development
## GO:0016485 organonitrogen compound metabolic process
## GO:0031269 pseudopodium organization
## GO:0002028 calcium ion import
## GO:0009636 response to arsenic-containing substance
## GO:0071840 cellular component disassembly
## GO:0055123 mechanoreceptor differentiation
## GO:0023052 signaling
## GO:0051179 secretion
## GO:0043603 peptide catabolic process
## GO:0046068 selenocysteine metabolic process
## GO:0051963 negative regulation of cytosolic calcium ion concentration
## GO:0016575 peptide cross-linking
## GO:0048678 cellular response to oxidative stress
## GO:1902305 calcium ion import
## GO:0007015 cellular component disassembly
## GO:0033138 regulation of peptidyl-serine phosphorylation
## GO:0018205 peptide cross-linking
## GO:1902414 protein localization to adherens junction
## GO:0006518 peptide catabolic process
## GO:0072524 heterocycle metabolic process
## GO:0010769 regulation of cell morphogenesis involved in differentiation
## GO:0009611 cellular response to oxidative stress
## GO:0048565 mechanoreceptor differentiation
## GO:0031400 regulation of peptidyl-serine phosphorylation
## GO:0043412 peptide cross-linking
## GO:0016043 cellular component disassembly
## GO:0007265 Rho protein signal transduction
## GO:0071689 formation of anatomical boundary
## GO:0001505 negative regulation of cytosolic calcium ion concentration
## GO:0009069 selenocysteine metabolic process
## GO:0046847 pseudopodium organization
## GO:0006821 calcium ion import
## GO:0007165 signaling
## GO:0010647 Rho protein signal transduction
## GO:0050807 negative regulation of cytosolic calcium ion concentration
## GO:0061458 mechanoreceptor differentiation
## GO:0048608 mechanoreceptor differentiation
## GO:0050849 Rho protein signal transduction
## GO:0090257 sensory perception of light stimulus
## GO:0051234 secretion
## GO:2000479 regulation of oxidoreductase activity
## GO:0050803 negative regulation of cytosolic calcium ion concentration
## GO:0043949 Rho protein signal transduction
## GO:0007264 Rho protein signal transduction
## GO:0006820 calcium ion import
## GO:0009187 selenocysteine metabolic process
## GO:0006810 secretion
## GO:0018193 peptide cross-linking
## GO:0030032 pseudopodium organization
## GO:0009792 multicellular organismal process
## GO:0014070 response to arsenic-containing substance
## GO:0036211 peptide cross-linking
## GO:0010038 response to arsenic-containing substance
## GO:0006826 calcium ion import
## GO:0008361 negative regulation of cytosolic calcium ion concentration
## GO:0007010 cellular component disassembly
## GO:0051130 positive regulation of cellular component organization
## GO:0035434 calcium ion import
## GO:0050848 Rho protein signal transduction
## GO:1902806 regulation of cell cycle G1/S phase transition
## GO:0007169 signaling
## GO:1901701 response to oxygen radical
## GO:0042445 negative regulation of cytosolic calcium ion concentration
## GO:0046660 multi-organism reproductive process
## GO:1990778 protein localization to adherens junction
## GO:0071496 response to nutrient
## GO:0001704 multicellular organismal process
## GO:0048568 gland development
## GO:0010817 negative regulation of cytosolic calcium ion concentration
## GO:0006475 peptide cross-linking
## GO:0010035 response to arsenic-containing substance
## GO:0007275 regeneration
## GO:0050954 sensory perception of light stimulus
## GO:0006996 cellular component disassembly
## GO:0098656 calcium ion import
## GO:0034728 protein tetramerization
## GO:0046545 multi-organism reproductive process
## GO:0008585 multi-organism reproductive process
## GO:0072659 protein localization to adherens junction
## GO:0006825 calcium ion import
## GO:0098869 response to arsenic-containing substance
## GO:0070252 actin filament severing
## GO:0006473 peptide cross-linking
## GO:0048468 regeneration
## GO:0043951 Rho protein signal transduction
## GO:0032502 regeneration
## GO:0030317 flagellated sperm motility
## GO:1990748 response to arsenic-containing substance
## GO:0043543 peptide cross-linking
## GO:0044057 sensory perception of light stimulus
## GO:0006163 heterocycle metabolic process
## GO:0097237 response to arsenic-containing substance
## GO:0098703 calcium ion import
## GO:0071248 response to arsenic-containing substance
## GO:0035556 Rho protein signal transduction
## GO:0032535 negative regulation of cytosolic calcium ion concentration
## GO:0009886 post-embryonic animal organ morphogenesis
## GO:0007369 multicellular organismal process
## GO:0071241 response to arsenic-containing substance
## GO:0098739 import across plasma membrane
## GO:0042074 flagellated sperm motility
## GO:0010648 Rho protein signal transduction
## GO:0090066 negative regulation of cytosolic calcium ion concentration
## GO:1902476 calcium ion import
## GO:0060323 head morphogenesis
## GO:0048167 cell communication
## GO:0010646 Rho protein signal transduction
## GO:0035331 Rho protein signal transduction
## GO:0072657 protein localization to adherens junction
## GO:0050770 regulation of cell morphogenesis involved in differentiation
## GO:0048856 regeneration
## GO:1901698 response to arsenic-containing substance
## GO:0035332 Rho protein signal transduction
## GO:0070925 organelle assembly
## GO:0009612 response to cold
## GO:0106070 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## GO:0090162 establishment of epithelial cell polarity
## GO:0046496 heterocycle metabolic process
## GO:0071867 response to arsenic-containing substance
## GO:0010623 programmed cell death involved in cell development
## GO:2000027 gland development
## GO:0022604 regulation of cell morphogenesis involved in differentiation
## GO:0030154 regeneration
## GO:0048869 regeneration
## GO:0048522 biological regulation
## GO:0035330 Rho protein signal transduction
## GO:0019362 heterocycle metabolic process
## GO:0007167 signaling
## GO:0048569 gland development
## GO:0097722 flagellated sperm motility
## GO:0097553 calcium ion import
## GO:0048598 multicellular organismal process
## GO:0045664 regulation of cell morphogenesis involved in differentiation
## GO:0051173 biological regulation
## GO:0048232 multi-organism reproductive process
## GO:0006811 calcium ion import
## GO:0042221 response to arsenic-containing substance
## GO:0051128 positive regulation of cellular component organization
## GO:1905330 muscle tissue development
## GO:0009790 multicellular organismal process
## GO:0051384 response to oxygen radical
## GO:0031960 response to oxygen radical
## GO:0009968 Rho protein signal transduction
## GO:0048518 biological regulation
## GO:0030048 actin filament severing
## GO:0051490 positive regulation of cellular component organization
## GO:0014902 myotube differentiation
## GO:0060485 muscle tissue development
## GO:0048545 response to oxygen radical
## GO:1901605 selenocysteine metabolic process
## GO:0071407 response to arsenic-containing substance
## GO:0043010 gland development
## GO:0031032 actin filament severing
## GO:0033993 response to oxygen radical
## GO:0051259 protein tetramerization
## GO:0031401 regulation of peptidyl-serine phosphorylation
## GO:0051489 pseudopodium organization
## GO:0040011 locomotion
## GO:0016358 pseudopodium organization
## GO:0007166 signaling
## GO:0010604 biological regulation
## GO:0018394 peptide cross-linking
## GO:0031399 regulation of peptidyl-serine phosphorylation
## GO:0098655 import across plasma membrane
## GO:0090251 muscle tissue development
## GO:0065008 negative regulation of cytosolic calcium ion concentration
## GO:0018393 peptide cross-linking
## GO:0071824 protein tetramerization
## GO:0048646 formation of anatomical boundary
## GO:0051247 regulation of peptidyl-serine phosphorylation
## GO:0006793 phosphorus metabolic process
## GO:0031334 organelle assembly
## GO:0071385 response to oxygen radical
## GO:0071384 response to oxygen radical
## GO:0048562 gland development
## GO:0006796 phosphorus metabolic process
## GO:0106072 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## GO:0071396 response to oxygen radical
## GO:0033036 protein localization to adherens junction
## GO:0009893 biological regulation
## GO:0071869 response to arsenic-containing substance
## GO:1902600 import across plasma membrane
## GO:0000041 calcium ion import
## GO:0040017 locomotion
## GO:0010033 response to arsenic-containing substance
## GO:0071383 response to oxygen radical
## GO:0009117 selenocysteine metabolic process
## GO:0006753 selenocysteine metabolic process
## GO:0007420 head morphogenesis
## GO:0034446 substrate adhesion-dependent cell spreading
## GO:0001654 gland development
## GO:0032228 cell communication
## GO:2001223 flagellated sperm motility
## GO:0060322 head morphogenesis
## GO:0031325 biological regulation
## GO:0044085 organelle assembly
## GO:0006739 heterocycle metabolic process
## GO:0009266 response to cold
## GO:0055093 response to cold
## GO:0036296 response to cold
## GO:0071453 response to cold
## GO:0006520 selenocysteine metabolic process
## GO:0055086 selenocysteine metabolic process
## GO:0051093 regulation of cell morphogenesis involved in differentiation
## GO:0019953 multi-organism reproductive process
## GO:0070887 response to arsenic-containing substance
## GO:0010243 response to arsenic-containing substance
## GO:1902850 regulation of cell cycle G1/S phase transition
## GO:0003008 sensory perception of light stimulus
## GO:0034220 import across plasma membrane
## GO:0009895 negative regulation of catabolic process
## GO:0007411 response to nutrient
## GO:0097485 response to nutrient
## GO:0010927 formation of anatomical boundary
## GO:0006814 calcium ion import
## GO:0001667 flagellated sperm motility
## GO:0045744 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## GO:0009605 response to nutrient
## GO:0035725 calcium ion import
## GO:1901699 response to arsenic-containing substance
## GO:0031330 negative regulation of catabolic process
## GO:0055085 import across plasma membrane
## GO:0030239 formation of anatomical boundary
## GO:0080134 regulation of response to stress
## GO:0022607 organelle assembly
## GO:0051241 negative regulation of multicellular organismal process
## GO:0060538 myotube differentiation
## GO:0045937 regulation of peptidyl-serine phosphorylation
## GO:0010562 regulation of peptidyl-serine phosphorylation
## GO:0009791 post-embryonic animal organ morphogenesis
## GO:0002119 post-embryonic animal organ morphogenesis
## GO:0043408 Rho protein signal transduction
## GO:0006816 calcium ion import
## GO:0042327 regulation of peptidyl-serine phosphorylation
## GO:0044089 organelle assembly
## GO:0002164 post-embryonic animal organ morphogenesis
## GO:0044281 selenocysteine metabolic process
## GO:0051301 cell division
## GO:0048731 mechanoreceptor differentiation
## GO:0042325 regulation of peptidyl-serine phosphorylation
## GO:0048592 gland development
## GO:0071868 response to arsenic-containing substance
## GO:0007157 substrate adhesion-dependent cell spreading
## GO:0050877 sensory perception of light stimulus
## GO:0061564 mechanoreceptor differentiation
## GO:0009889 regulation of peptidyl-serine phosphorylation
## GO:0006935 response to nutrient
## GO:0070588 calcium ion import
## GO:0042330 response to nutrient
## GO:0007600 sensory perception of light stimulus
## GO:0007271 cell communication
## GO:0099587 import across plasma membrane
## GO:0051246 regulation of peptidyl-serine phosphorylation
## GO:0048513 gland development
## GO:0010468 regulation of peptidyl-serine phosphorylation
## GO:0043933 protein tetramerization
## GO:0035295 tube development
## GO:0048814 pseudopodium organization
## GO:0070727 protein localization to adherens junction
## GO:0048593 gland development
## GO:0008104 protein localization to adherens junction
## GO:0051174 regulation of peptidyl-serine phosphorylation
## GO:0019220 regulation of peptidyl-serine phosphorylation
## GO:0050773 pseudopodium organization
## GO:0065003 protein tetramerization
## GO:0120033 positive regulation of cellular component organization
## GO:0010556 regulation of peptidyl-serine phosphorylation
## GO:0048585 regulation of response to stress
## GO:0043436 selenocysteine metabolic process
## GO:0019752 selenocysteine metabolic process
## GO:0006082 selenocysteine metabolic process
## GO:0048609 multi-organism reproductive process
## GO:0032504 multi-organism reproductive process
## GO:0045137 multi-organism reproductive process
## GO:0008406 multi-organism reproductive process
## GO:0006357 regulation of peptidyl-serine phosphorylation
## GO:0048584 regulation of response to stress
## GO:0022603 regulation of cell morphogenesis involved in differentiation
## GO:0031175 mechanoreceptor differentiation
## GO:0098659 import across plasma membrane
## GO:0031667 response to nutrient
## GO:0035148 tube development
## GO:0060491 pseudopodium organization
## GO:0030030 pseudopodium organization
## GO:0007283 multi-organism reproductive process
## GO:0009991 response to nutrient
## GO:0019222 regulation of peptidyl-serine phosphorylation
## GO:0008544 muscle tissue development
## GO:0072175 tube development
## GO:0051094 regulation of cell morphogenesis involved in differentiation
## GO:0007399 mechanoreceptor differentiation
## GO:0048666 mechanoreceptor differentiation
## GO:0051240 negative regulation of multicellular organismal process
## GO:2000146 locomotion
## GO:0030336 locomotion
## GO:0000003 multi-organism reproductive process
## GO:0008277 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## GO:0060255 regulation of peptidyl-serine phosphorylation
## GO:0120032 pseudopodium organization
## GO:0030036 actin filament severing
## GO:0120036 pseudopodium organization
## GO:0051235 maintenance of location
## GO:0016573 peptide cross-linking
## GO:0030182 mechanoreceptor differentiation
## GO:0030029 actin filament severing
## GO:0009887 gland development
## GO:0030031 pseudopodium organization
## GO:0071417 response to arsenic-containing substance
## GO:0022008 mechanoreceptor differentiation
## GO:0048699 mechanoreceptor differentiation
## GO:0007423 gland development
## GO:0006812 calcium ion import
## GO:0009628 response to cold
## GO:0060562 tube development
## GO:0034769 basement membrane disassembly
## GO:0009653 formation of anatomical boundary
## GO:0051651 maintenance of location
## GO:0045185 maintenance of location
## GO:0043254 organelle assembly
## GO:0042395 ecdysis, collagen and cuticulin-based cuticle
## GO:0031589 substrate adhesion-dependent cell spreading
## GO:0022414 multi-organism reproductive process
## GO:0000278 regulation of cell cycle G1/S phase transition
## GO:0120031 pseudopodium organization
## GO:0042303 ecdysis, collagen and cuticulin-based cuticle
## GO:0018996 ecdysis, collagen and cuticulin-based cuticle
## GO:0007276 multi-organism reproductive process
## GO:1902667 regulation of response to stress
## GO:0031344 pseudopodium organization
## GO:1902533 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## GO:0022404 ecdysis, collagen and cuticulin-based cuticle
## GO:0023057 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## GO:0040012 locomotion
## GO:0048667 formation of anatomical boundary
## GO:0010721 regulation of cell morphogenesis involved in differentiation
## GO:0071310 response to arsenic-containing substance
## GO:0000904 formation of anatomical boundary
## GO:0080090 regulation of peptidyl-serine phosphorylation
## GO:0071870 response to arsenic-containing substance
## GO:0098662 import across plasma membrane
## GO:0031669 response to nutrient
## GO:0051171 regulation of peptidyl-serine phosphorylation
## GO:0000902 formation of anatomical boundary
## GO:0051239 negative regulation of multicellular organismal process
## GO:0045596 regulation of cell morphogenesis involved in differentiation
## GO:0043087 regulation of oxidoreductase activity
## GO:0010942 programmed cell death involved in cell development
## GO:0051928 positive regulation of calcium ion transport
## GO:0120035 pseudopodium organization
## GO:1901987 regulation of cell cycle G1/S phase transition
## GO:0031668 response to nutrient
## GO:0098660 import across plasma membrane
## GO:0051056 Rho protein signal transduction
## GO:0044087 organelle assembly
## GO:0045454 cell redox homeostasis
## GO:0023056 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## GO:0001738 muscle tissue development
## GO:0030001 calcium ion import
## GO:0010975 pseudopodium organization
## GO:0040013 locomotion
## GO:0007548 multi-organism reproductive process
## GO:0031323 regulation of peptidyl-serine phosphorylation
## GO:0007049 regulation of cell cycle G1/S phase transition
## GO:0051129 positive regulation of cellular component organization
## GO:0010720 regulation of cell morphogenesis involved in differentiation
## GO:0000281 cell division
## GO:0050793 regulation of cell morphogenesis involved in differentiation
## GO:0031326 regulation of peptidyl-serine phosphorylation
## GO:0035239 tube development
## GO:0032990 formation of anatomical boundary
## GO:1902531 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## GO:0003006 multi-organism reproductive process
## GO:0051726 regulation of cell cycle G1/S phase transition
## GO:0045859 regulation of peptidyl-serine phosphorylation
## GO:0032989 formation of anatomical boundary
## GO:0009967 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## GO:0071495 cellular response to endogenous stimulus
## GO:0009719 cellular response to endogenous stimulus
## GO:0032870 cellular response to endogenous stimulus
## GO:0070830 bicellular tight junction assembly
## GO:0009725 cellular response to endogenous stimulus
## GO:2001222 flagellated sperm motility
## GO:0044092 regulation of oxidoreductase activity
## GO:0019637 phosphorus metabolic process
## GO:0032507 maintenance of location
## GO:0060284 regulation of cell morphogenesis involved in differentiation
## GO:0051252 regulation of peptidyl-serine phosphorylation
## GO:0019219 regulation of peptidyl-serine phosphorylation
## GO:0009150 phosphorus metabolic process
## GO:0003383 muscle tissue development
## GO:0003382 muscle tissue development
## GO:0045597 regulation of cell morphogenesis involved in differentiation
## GO:0014866 myotube differentiation
## GO:0050920 regulation of response to stress
## GO:1902532 Rho protein signal transduction
## GO:0001934 regulation of peptidyl-serine phosphorylation
## GO:0090596 gland development
## GO:0003384 muscle tissue development
## GO:0003381 muscle tissue development
## GO:0030100 positive regulation of calcium ion transport
## GO:0010977 positive regulation of cellular component organization
## GO:0034762 positive regulation of calcium ion transport
## GO:0051924 positive regulation of calcium ion transport
## GO:0045807 positive regulation of calcium ion transport
## GO:0023051 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## GO:0009259 phosphorus metabolic process
## GO:1903047 regulation of cell cycle G1/S phase transition
## GO:0043086 regulation of oxidoreductase activity
## GO:0019693 phosphorus metabolic process
## GO:2001224 flagellated sperm motility
## GO:0044248 negative regulation of catabolic process
## GO:2001141 regulation of peptidyl-serine phosphorylation
## GO:1903506 regulation of peptidyl-serine phosphorylation
## GO:0043062 basement membrane disassembly
## GO:0031345 positive regulation of cellular component organization
## GO:0009896 negative regulation of catabolic process
## GO:0071711 basement membrane disassembly
## GO:0030198 basement membrane disassembly
## GO:0006355 regulation of peptidyl-serine phosphorylation
## GO:0001666 response to cold
## GO:0043297 bicellular tight junction assembly
## GO:0051603 negative regulation of catabolic process
## GO:0061640 cell division
## GO:0000910 cell division
## GO:0007498 muscle tissue development
## GO:0022402 regulation of cell cycle G1/S phase transition
## GO:0036293 response to cold
## GO:0009056 negative regulation of catabolic process
## GO:0016331 muscle tissue development
## GO:1901565 negative regulation of catabolic process
## GO:0032101 regulation of response to stress
## GO:0010564 regulation of cell cycle G1/S phase transition
## GO:0044265 negative regulation of catabolic process
## GO:0007409 formation of anatomical boundary
## GO:0051480 cell redox homeostasis
## GO:0001932 regulation of peptidyl-serine phosphorylation
## GO:0007155 substrate adhesion-dependent cell spreading
## GO:0048583 regulation of response to stress
## GO:0009966 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## GO:0061245 establishment of epithelial cell polarity
## GO:0045197 establishment of epithelial cell polarity
## GO:0035088 establishment of epithelial cell polarity
## GO:0045595 regulation of cell morphogenesis involved in differentiation
## GO:0040010 positive regulation of growth rate
## GO:0051640 organelle localization
## GO:0007156 substrate adhesion-dependent cell spreading
## GO:0032879 positive regulation of calcium ion transport
## GO:0030335 flagellated sperm motility
## GO:0048332 muscle tissue development
## GO:0030163 negative regulation of catabolic process
## GO:1901575 negative regulation of catabolic process
## GO:0120039 formation of anatomical boundary
## GO:0048812 formation of anatomical boundary
## GO:2000147 flagellated sperm motility
## GO:0040009 positive regulation of growth rate
## GO:0048858 formation of anatomical boundary
## GO:0060627 positive regulation of calcium ion transport
## GO:0010941 programmed cell death involved in cell development
## GO:0031329 negative regulation of catabolic process
## GO:0009057 negative regulation of catabolic process
## GO:1904396 bicellular tight junction assembly
## GO:0050906 detection of stimulus involved in sensory perception
## GO:0042744 hydrogen peroxide catabolic process
## GO:0070482 response to cold
## GO:0009894 negative regulation of catabolic process
## GO:0043270 positive regulation of calcium ion transport
## GO:0051606 detection of stimulus involved in sensory perception
## GO:0001707 muscle tissue development
## GO:0048519 negative regulation of biological process
## GO:0051656 organelle localization
## GO:0006915 programmed cell death involved in cell development
## GO:0071900 regulation of oxidoreductase activity
## GO:0045732 negative regulation of catabolic process
## GO:0048870 flagellated sperm motility
## GO:0098742 substrate adhesion-dependent cell spreading
## GO:0071902 regulation of oxidoreductase activity
## GO:0016477 flagellated sperm motility
## GO:0043547 regulation of oxidoreductase activity
## GO:0098609 substrate adhesion-dependent cell spreading
## GO:0007517 myotube differentiation
## GO:0009582 detection of stimulus involved in sensory perception
## GO:0009581 detection of stimulus involved in sensory perception
## GO:0007528 bicellular tight junction assembly
## GO:0051336 regulation of oxidoreductase activity
## GO:0042743 hydrogen peroxide catabolic process
## GO:1904062 positive regulation of calcium ion transport
## GO:0000132 establishment of epithelial cell polarity
## GO:0002064 muscle tissue development
## GO:0009913 muscle tissue development
## GO:0006879 cell redox homeostasis
## GO:0051050 positive regulation of calcium ion transport
## GO:0008219 programmed cell death involved in cell development
## GO:0045216 bicellular tight junction assembly
## GO:0099177 cell communication
## GO:0050804 cell communication
## GO:2000026 negative regulation of multicellular organismal process
## GO:0042176 negative regulation of catabolic process
## GO:0012501 programmed cell death involved in cell development
## GO:0007267 cell communication
## GO:0048729 muscle tissue development
## GO:0051345 regulation of oxidoreductase activity
## GO:0009888 muscle tissue development
## GO:0051294 establishment of epithelial cell polarity
## GO:0048523 negative regulation of biological process
## GO:0010959 positive regulation of calcium ion transport
## GO:0051653 organelle localization
## GO:0007163 establishment of epithelial cell polarity
## GO:0007043 bicellular tight junction assembly
## GO:0055072 cell redox homeostasis
## GO:0040001 organelle localization
## GO:0050769 negative regulation of multicellular organismal process
## GO:2000145 flagellated sperm motility
## GO:0051961 negative regulation of multicellular organismal process
## GO:0030010 establishment of epithelial cell polarity
## GO:0030334 flagellated sperm motility
## GO:0065009 regulation of oxidoreductase activity
## GO:0050768 negative regulation of multicellular organismal process
## GO:0010629 negative regulation of biological process
## GO:0072593 hydrogen peroxide catabolic process
## GO:0030855 muscle tissue development
## GO:0008582 bicellular tight junction assembly
## GO:0051049 positive regulation of calcium ion transport
## GO:0044093 regulation of oxidoreductase activity
## GO:0050974 detection of stimulus involved in sensory perception
## GO:0050982 detection of stimulus involved in sensory perception
## GO:0050808 bicellular tight junction assembly
## GO:0051293 organelle localization
## GO:0034330 bicellular tight junction assembly
## GO:2000378 hydrogen peroxide catabolic process
## GO:0051248 negative regulation of biological process
## GO:0043549 regulation of oxidoreductase activity
## GO:0045860 regulation of oxidoreductase activity
## GO:0050767 negative regulation of multicellular organismal process
## GO:0051338 regulation of oxidoreductase activity
## GO:0050790 regulation of oxidoreductase activity
## GO:0034329 bicellular tight junction assembly
## GO:0051962 negative regulation of multicellular organismal process
## GO:1903426 hydrogen peroxide catabolic process
## GO:0043085 regulation of oxidoreductase activity
## GO:1903427 hydrogen peroxide catabolic process
## GO:0099536 cell communication
## GO:0051960 negative regulation of multicellular organismal process
## GO:0099537 cell communication
## GO:0098916 cell communication
## GO:0007268 cell communication
## GO:0043269 positive regulation of calcium ion transport
## GO:0060429 muscle tissue development
## GO:0061061 myotube differentiation
## GO:0002009 muscle tissue development
## GO:2000377 hydrogen peroxide catabolic process
## GO:0006885 cell redox homeostasis
## GO:0034765 positive regulation of calcium ion transport
## GO:0033674 regulation of oxidoreductase activity
## GO:0055001 myotube differentiation
## GO:0051347 regulation of oxidoreductase activity
## GO:0045763 negative regulation of cellular amino acid metabolic process
## GO:0033239 negative regulation of cellular amino acid metabolic process
## GO:0045927 positive regulation of growth rate
## GO:0051146 myotube differentiation
## GO:0051453 cell redox homeostasis
## GO:0042692 myotube differentiation
## GO:0030641 cell redox homeostasis
## GO:0055002 myotube differentiation
## GO:0033238 negative regulation of cellular amino acid metabolic process
## GO:0006521 negative regulation of cellular amino acid metabolic process
## GO:0000820 negative regulation of cellular amino acid metabolic process
## GO:0055074 cell redox homeostasis
## GO:0009890 negative regulation of biological process
## GO:0010558 negative regulation of biological process
## GO:0009892 negative regulation of biological process
## GO:0010605 negative regulation of biological process
## GO:0048841 positive regulation of growth rate
## GO:0051172 negative regulation of biological process
## GO:1902284 positive regulation of growth rate
## GO:0048846 positive regulation of growth rate
## GO:0006874 cell redox homeostasis
## GO:0042592 cell redox homeostasis
## GO:0060560 positive regulation of growth rate
## GO:0098771 cell redox homeostasis
## GO:0031324 negative regulation of biological process
## GO:0051253 negative regulation of biological process
## GO:0000122 negative regulation of biological process
## GO:0061387 positive regulation of growth rate
## GO:0045934 negative regulation of biological process
## GO:0040007 positive regulation of growth rate
## GO:0019725 cell redox homeostasis
## GO:0040008 positive regulation of growth rate
## GO:0048589 positive regulation of growth rate
## GO:0048638 positive regulation of growth rate
## GO:0048878 cell redox homeostasis
## GO:0031327 negative regulation of biological process
## GO:0001558 positive regulation of growth rate
## GO:0055082 cell redox homeostasis
## GO:0050801 cell redox homeostasis
## GO:0055080 cell redox homeostasis
## GO:0016049 positive regulation of growth rate
## GO:0048588 positive regulation of growth rate
## GO:0048675 positive regulation of growth rate
## GO:0030516 positive regulation of growth rate
## GO:1903507 negative regulation of biological process
## GO:1902679 negative regulation of biological process
## GO:0045892 negative regulation of biological process
## GO:0006873 cell redox homeostasis
## GO:1990138 positive regulation of growth rate
## GO:0030003 cell redox homeostasis
## termUniqueness termUniquenessWithinCluster termDispensability
## GO:1901160 0.9618047 1.0000000 0.000
## GO:1901135 0.9590404 1.0000000 0.000
## GO:0098657 0.9689427 1.0000000 0.000
## GO:0042430 0.9439870 1.0000000 0.000
## GO:0042537 0.9569701 1.0000000 0.000
## GO:0006790 0.9534063 1.0000000 0.000
## GO:0006749 0.9710221 1.0000000 0.000
## GO:0006575 0.9480247 1.0000000 0.000
## GO:0007568 0.9432760 1.0000000 0.000
## GO:0030097 0.9252500 1.0000000 0.000
## GO:0002376 1.0000000 1.0000000 0.000
## GO:0008283 0.9868255 1.0000000 0.000
## GO:0009987 0.9737279 1.0000000 0.000
## GO:0018149 0.9597682 0.6712941 0.000
## GO:0031099 0.9321406 0.6560000 0.000
## GO:1901360 0.9399648 0.6462000 0.000
## GO:0043687 0.9561549 0.6439412 0.304
## GO:0010467 0.9423737 0.6436000 0.366
## GO:0006725 0.9230169 0.6351000 0.319
## GO:0046903 0.9671432 0.6223000 0.000
## GO:0019216 0.9070846 0.6216667 0.000
## GO:0046685 0.9544154 0.6213571 0.000
## GO:0022411 0.9399076 0.6136667 0.000
## GO:0032501 0.9398698 0.6136250 0.000
## GO:0051481 0.9521003 0.6134211 0.000
## GO:0044260 0.9288776 0.6100000 0.000
## GO:0008202 0.9599935 0.6053333 0.500
## GO:0034641 0.9178451 0.6027000 0.328
## GO:0034599 0.9273268 0.6024000 0.000
## GO:0065007 0.9098893 0.5965556 0.000
## GO:0042490 0.9113398 0.5938696 0.000
## GO:0098661 0.9473932 0.5933000 0.334
## GO:0016259 0.9508607 0.5891111 0.000
## GO:0007204 0.9487409 0.5886316 0.360
## GO:0006338 0.9418763 0.5873333 0.367
## GO:0001101 0.9516797 0.5844286 0.347
## GO:0006897 0.9650000 0.5843000 0.360
## GO:0044238 0.9446185 0.5819000 0.398
## GO:0015701 0.9730625 0.5786667 0.000
## GO:0048859 0.9327500 0.5765238 0.000
## GO:0006807 0.9399479 0.5765000 0.383
## GO:0015698 0.9659583 0.5762000 0.349
## GO:0050789 0.9031680 0.5704444 0.700
## GO:0044703 0.9894974 0.5698750 0.000
## GO:0006979 0.9547448 0.5682000 0.851
## GO:0043171 0.9422721 0.5673333 0.000
## GO:0071702 0.9578281 0.5670000 0.534
## GO:0050794 0.8793529 0.5668889 0.641
## GO:0046483 0.9232031 0.5668750 0.000
## GO:0043170 0.9388281 0.5666000 0.445
## GO:1901615 0.9670898 0.5665000 0.000
## GO:0018958 0.9515729 0.5665000 0.867
## GO:0006139 0.9132174 0.5647500 0.859
## GO:0001763 0.9225846 0.5625714 0.330
## GO:0006325 0.9384310 0.5619167 0.392
## GO:0003002 0.9104102 0.5607500 0.412
## GO:0006629 0.9565208 0.5603333 0.635
## GO:0061138 0.9167669 0.5596190 0.313
## GO:0050953 0.9661250 0.5594444 0.000
## GO:0044237 0.9237422 0.5553000 0.388
## GO:0007389 0.9086159 0.5533750 0.425
## GO:0008152 0.9490677 0.5525000 0.425
## GO:0097435 0.9357500 0.5521667 0.403
## GO:0050905 0.9640625 0.5497778 0.409
## GO:0071896 0.9655729 0.5478750 0.000
## GO:0007599 0.9455143 0.5476316 0.370
## GO:0000305 0.9415312 0.5472632 0.000
## GO:0006767 0.9645026 0.5460000 0.319
## GO:0006766 0.9645026 0.5460000 0.319
## GO:0071704 0.9441289 0.5450000 0.486
## GO:0062014 0.8955299 0.5430556 0.306
## GO:0007626 0.9596276 0.5426667 0.000
## GO:0030865 0.9424896 0.5424167 0.333
## GO:0042063 0.8990820 0.5418261 0.399
## GO:1901564 0.9300885 0.5418000 0.000
## GO:0072521 0.9267604 0.5378750 0.522
## GO:0033013 0.9480352 0.5370000 0.000
## GO:0009235 0.9440794 0.5370000 0.926
## GO:0030866 0.9376289 0.5364167 0.328
## GO:0007631 0.9586289 0.5350000 0.623
## GO:0007017 0.9771888 0.5325000 0.000
## GO:0000226 0.9268359 0.5325000 0.935
## GO:0034097 0.9486302 0.5304211 0.345
## GO:0050878 0.9430404 0.5293684 0.383
## GO:0051276 0.9334245 0.5290833 0.418
## GO:0051604 0.9462943 0.5280000 0.448
## GO:0050896 0.9414831 0.5240000 0.000
## GO:0016192 0.9607201 0.5195000 0.415
## GO:0000302 0.9399089 0.5194737 0.928
## GO:0001568 0.9250456 0.5190000 0.305
## GO:0001944 0.9250456 0.5190000 0.305
## GO:0031268 0.9429062 0.5189500 0.000
## GO:0070509 0.9669115 0.5189500 0.000
## GO:0007164 0.9260937 0.5188095 0.338
## GO:0090175 0.8646758 0.5187143 0.330
## GO:0097306 0.9395339 0.5184737 0.554
## GO:0051649 0.9414232 0.5173000 0.416
## GO:0010565 0.8879714 0.5156667 0.321
## GO:0035150 0.9423919 0.5149474 0.383
## GO:0098732 0.9577422 0.5147059 0.315
## GO:0007419 0.9048893 0.5144783 0.382
## GO:0046688 0.9475833 0.5138214 0.358
## GO:0097581 0.9420456 0.5122000 0.427
## GO:0071345 0.9339245 0.5118947 0.345
## GO:0019221 0.8841237 0.5118947 0.345
## GO:0051641 0.9406146 0.5113000 0.410
## GO:0007584 0.9543073 0.5110000 0.000
## GO:0008210 0.9288750 0.5101053 0.353
## GO:0042133 0.9179557 0.5097895 0.406
## GO:0006476 0.9501836 0.5095882 0.323
## GO:0042060 0.9628073 0.5086000 0.348
## GO:0006508 0.9367396 0.5082000 0.610
## GO:0016570 0.9433125 0.5081765 0.362
## GO:2000113 0.8625937 0.5080000 0.555
## GO:0046686 0.9468490 0.5070714 0.362
## GO:0097164 0.9706445 0.5070000 0.000
## GO:0042428 0.9432734 0.5070000 0.986
## GO:0009415 0.9424518 0.5067143 0.309
## GO:0048514 0.9130326 0.5057826 0.305
## GO:0007507 0.9168555 0.5056522 0.315
## GO:0008038 0.8834206 0.5055000 0.000
## GO:0008037 0.9853711 0.5055000 0.989
## GO:0071695 0.9303190 0.5050000 0.000
## GO:0021700 0.9367604 0.5050000 0.990
## GO:0007605 0.9637760 0.5046667 0.451
## GO:0019538 0.9262070 0.5038000 0.801
## GO:0001736 0.9148164 0.5037619 0.338
## GO:0035601 0.9492891 0.5034118 0.328
## GO:0051716 0.9190599 0.5032500 0.727
## GO:0106030 0.8626094 0.5026522 0.425
## GO:0007266 0.8900469 0.5023500 0.000
## GO:0015711 0.9641641 0.5016667 0.730
## GO:0007413 0.8606107 0.5013043 0.425
## GO:0062012 0.9013424 0.5009444 0.328
## GO:0060998 0.8482565 0.5001500 0.392
## GO:0060996 0.8802083 0.5001500 0.392
## GO:0050817 0.9677409 0.5000000 0.000
## GO:0007596 0.8911771 0.5000000 1.000
## GO:0035329 0.8970208 0.4995500 0.501
## GO:0009409 0.9613568 0.4993000 0.000
## GO:0016486 0.9177253 0.4990526 0.360
## GO:0072359 0.9202031 0.4982174 0.322
## GO:0048732 0.9297813 0.4969231 0.000
## GO:0007154 0.9537891 0.4960909 0.000
## GO:0070372 0.9017044 0.4945500 0.440
## GO:0048563 0.9145234 0.4938000 0.000
## GO:0051341 0.9489284 0.4932105 0.000
## GO:0007610 0.9504635 0.4930000 0.749
## GO:0007417 0.9055781 0.4914783 0.399
## GO:0006950 0.9442930 0.4897500 0.628
## GO:1901654 0.9476289 0.4892632 0.607
## GO:2000112 0.8735742 0.4880000 0.615
## GO:0051262 0.9481445 0.4863333 0.000
## GO:1901655 0.9337591 0.4851579 0.607
## GO:0008209 0.9244635 0.4844211 0.370
## GO:0098754 0.9440625 0.4827500 0.383
## GO:0010171 0.9119987 0.4823810 0.395
## GO:1901700 0.9363984 0.4820000 0.792
## GO:0033135 0.8898034 0.4811935 0.000
## GO:0033554 0.9259492 0.4795000 0.549
## GO:0097305 0.9457018 0.4773684 0.630
## GO:0051014 0.9800247 0.4770000 0.000
## GO:0060537 0.9375794 0.4767143 0.000
## GO:0016485 0.9468177 0.4750000 0.432
## GO:0031269 0.9386992 0.4730500 0.964
## GO:0002028 0.9129844 0.4730500 0.436
## GO:0009636 0.9426823 0.4728571 0.392
## GO:0071840 0.9203060 0.4727500 0.523
## GO:0055123 0.9000482 0.4723478 0.392
## GO:0023052 0.9722318 0.4710000 0.000
## GO:0051179 0.9567656 0.4705000 0.475
## GO:0043603 0.9558490 0.4703333 0.637
## GO:0046068 0.9203086 0.4691667 0.343
## GO:0051963 0.7916862 0.4687895 0.417
## GO:0016575 0.9497578 0.4672941 0.320
## GO:0048678 0.9583112 0.4654000 0.391
## GO:1902305 0.8993919 0.4642500 0.425
## GO:0007015 0.9282135 0.4637500 0.380
## GO:0033138 0.8794648 0.4635161 1.000
## GO:0018205 0.9424740 0.4634706 0.359
## GO:1902414 0.9580156 0.4631250 0.832
## GO:0006518 0.9446094 0.4623333 0.661
## GO:0072524 0.9381536 0.4607500 0.412
## GO:0010769 0.8569492 0.4603571 0.000
## GO:0009611 0.9575404 0.4594000 0.398
## GO:0048565 0.8963633 0.4591304 0.392
## GO:0031400 0.8680716 0.4584839 0.637
## GO:0043412 0.9387005 0.4578235 0.422
## GO:0016043 0.9183255 0.4575833 0.541
## GO:0007265 0.8779661 0.4572000 0.900
## GO:0071689 0.8559948 0.4564762 0.545
## GO:0001505 0.9317031 0.4561579 0.445
## GO:0009069 0.9336562 0.4549444 0.755
## GO:0046847 0.9347839 0.4540000 0.427
## GO:0006821 0.9581185 0.4529000 0.388
## GO:0007165 0.8335612 0.4528000 0.881
## GO:0010647 0.8822292 0.4524000 0.335
## GO:0050807 0.8661979 0.4513158 0.429
## GO:0061458 0.8944453 0.4508261 0.406
## GO:0048608 0.8859232 0.4508261 0.406
## GO:0050849 0.8864805 0.4495500 0.440
## GO:0090257 0.9022227 0.4492222 0.443
## GO:0051234 0.9548203 0.4491000 0.505
## GO:2000479 0.8887357 0.4488421 0.412
## GO:0050803 0.9328203 0.4488421 0.432
## GO:0043949 0.8967122 0.4475000 0.457
## GO:0007264 0.8743958 0.4468500 0.870
## GO:0006820 0.9591628 0.4467500 0.393
## GO:0009187 0.9242891 0.4464444 0.354
## GO:0006810 0.9544232 0.4464000 0.513
## GO:0018193 0.9358906 0.4458235 0.391
## GO:0030032 0.9350195 0.4450500 0.427
## GO:0009792 0.9003607 0.4443750 0.464
## GO:0014070 0.9363776 0.4433571 0.387
## GO:0036211 0.9263880 0.4432353 0.437
## GO:0010038 0.9397201 0.4420714 0.404
## GO:0006826 0.9622865 0.4420000 0.463
## GO:0008361 0.8887904 0.4416842 0.432
## GO:0007010 0.9249310 0.4405000 0.446
## GO:0051130 0.8519049 0.4404286 0.000
## GO:0035434 0.9499635 0.4386500 0.443
## GO:0050848 0.8940677 0.4375000 0.468
## GO:1902806 0.9254583 0.4374444 0.000
## GO:0007169 0.8804609 0.4372000 0.524
## GO:1901701 0.9172057 0.4370526 0.773
## GO:0042445 0.9261745 0.4354737 0.401
## GO:0046660 0.9174062 0.4349375 0.377
## GO:1990778 0.9553424 0.4347500 0.426
## GO:0071496 0.9562031 0.4344545 0.371
## GO:0001704 0.8907422 0.4343750 0.392
## GO:0048568 0.9072773 0.4343077 0.565
## GO:0010817 0.9381094 0.4336842 0.404
## GO:0006475 0.9464154 0.4332941 0.335
## GO:0010035 0.9382630 0.4327857 0.413
## GO:0007275 0.8779388 0.4324286 0.437
## GO:0050954 0.9576263 0.4314444 0.512
## GO:0006996 0.9203333 0.4314167 0.505
## GO:0098656 0.9449076 0.4313500 0.381
## GO:0034728 0.9458229 0.4313333 0.494
## GO:0046545 0.9192839 0.4308750 0.367
## GO:0008585 0.9031810 0.4308750 0.367
## GO:0072659 0.9581055 0.4296250 0.403
## GO:0006825 0.9617240 0.4288000 0.466
## GO:0098869 0.9262318 0.4287500 0.376
## GO:0070252 0.9790508 0.4286667 0.530
## GO:0006473 0.9452956 0.4270588 0.341
## GO:0048468 0.8731914 0.4265714 0.384
## GO:0043951 0.8814935 0.4265000 0.457
## GO:0032502 0.9046979 0.4262857 0.408
## GO:0030317 0.9643919 0.4259231 0.000
## GO:1990748 0.9257786 0.4256429 0.378
## GO:0043543 0.9442969 0.4254706 0.347
## GO:0044057 0.8970404 0.4253333 0.461
## GO:0006163 0.9076029 0.4246250 0.516
## GO:0097237 0.9253125 0.4235357 0.380
## GO:0098703 0.9451458 0.4220000 0.640
## GO:0071248 0.9264857 0.4205000 0.370
## GO:0035556 0.8539766 0.4202500 0.693
## GO:0032535 0.8839141 0.4201053 0.446
## GO:0009886 0.9064766 0.4194000 0.853
## GO:0007369 0.8906484 0.4193750 0.410
## GO:0071241 0.9257747 0.4190357 0.374
## GO:0098739 0.9539518 0.4190000 0.000
## GO:0042074 0.8935690 0.4182308 0.528
## GO:0010648 0.8762044 0.4180500 0.336
## GO:0090066 0.9289036 0.4180000 0.448
## GO:1902476 0.9424792 0.4179500 0.378
## GO:0060323 0.9330469 0.4163333 0.000
## GO:0048167 0.9068255 0.4150000 0.381
## GO:0010646 0.8880938 0.4139500 0.365
## GO:0035331 0.8855508 0.4138500 0.440
## GO:0072657 0.9522826 0.4137500 0.448
## GO:0050770 0.7799102 0.4135714 0.698
## GO:0048856 0.8965625 0.4110000 0.449
## GO:1901698 0.9378112 0.4095000 0.414
## GO:0035332 0.8842396 0.4094000 0.457
## GO:0070925 0.9236029 0.4082857 0.000
## GO:0009612 0.9468073 0.4075000 0.570
## GO:0106070 0.9027565 0.4072727 0.000
## GO:0090162 0.9840534 0.4071250 0.000
## GO:0046496 0.9226406 0.4062500 0.395
## GO:0071867 0.9377135 0.4060714 0.383
## GO:0010623 0.9042500 0.4056667 0.000
## GO:2000027 0.8515755 0.4054615 0.563
## GO:0022604 0.8559857 0.4050714 0.902
## GO:0030154 0.8783477 0.4042857 0.365
## GO:0048869 0.8784180 0.4040000 0.365
## GO:0048522 0.8807461 0.4036667 0.414
## GO:0035330 0.8931862 0.4036500 0.468
## GO:0019362 0.9217370 0.4031250 0.402
## GO:0007167 0.8723346 0.4030000 0.576
## GO:0048569 0.9141940 0.4030000 0.633
## GO:0097722 0.9678177 0.4025385 0.960
## GO:0097553 0.9456120 0.4024000 0.658
## GO:0048598 0.8845247 0.4013750 0.452
## GO:0045664 0.8397565 0.4013571 0.460
## GO:0051173 0.8612904 0.4013333 0.348
## GO:0048232 0.9495130 0.4012500 0.436
## GO:0006811 0.9506380 0.4004000 0.461
## GO:0042221 0.9276029 0.4001071 0.495
## GO:0051128 0.8545052 0.3992857 0.863
## GO:1905330 0.8811810 0.3990476 0.476
## GO:0009790 0.8914727 0.3987500 0.536
## GO:0051384 0.9432943 0.3983684 0.331
## GO:0031960 0.9432943 0.3983684 0.331
## GO:0009968 0.8379818 0.3975000 0.361
## GO:0048518 0.8994883 0.3974444 0.453
## GO:0030048 0.9779401 0.3971667 0.564
## GO:0051490 0.8793333 0.3964286 0.496
## GO:0014902 0.9254010 0.3954444 0.000
## GO:0060485 0.9193490 0.3948571 0.542
## GO:0048545 0.9424049 0.3944737 0.337
## GO:1901605 0.9244596 0.3944444 0.636
## GO:0071407 0.9193906 0.3943214 0.384
## GO:0043010 0.9202760 0.3940769 0.445
## GO:0031032 0.9319232 0.3940000 0.637
## GO:0033993 0.9457435 0.3938947 0.341
## GO:0051259 0.9362174 0.3935000 0.816
## GO:0031401 0.8657552 0.3924194 0.659
## GO:0051489 0.8859128 0.3922500 0.422
## GO:0040011 0.9799141 0.3913333 0.000
## GO:0016358 0.8446406 0.3906500 0.489
## GO:0007166 0.8596979 0.3900000 0.664
## GO:0010604 0.8610182 0.3896667 0.359
## GO:0018394 0.9449466 0.3889412 0.335
## GO:0031399 0.8714974 0.3882258 0.692
## GO:0098655 0.9348242 0.3875556 0.537
## GO:0090251 0.8920143 0.3872857 0.476
## GO:0065008 0.9182969 0.3865789 0.506
## GO:0018393 0.9448932 0.3865294 0.335
## GO:0071824 0.9417070 0.3860000 0.534
## GO:0048646 0.9019180 0.3844286 0.657
## GO:0051247 0.8610768 0.3844194 0.536
## GO:0006793 0.9242839 0.3836667 0.000
## GO:0031334 0.8740729 0.3832857 0.562
## GO:0071385 0.9295508 0.3831579 0.331
## GO:0071384 0.9295508 0.3831579 0.331
## GO:0048562 0.8941393 0.3829231 0.556
## GO:0006796 0.9242969 0.3828333 0.928
## GO:0106072 0.8879909 0.3826364 1.000
## GO:0071396 0.9321888 0.3825789 0.337
## GO:0033036 0.9596484 0.3821250 0.482
## GO:0009893 0.8654740 0.3821111 0.366
## GO:0071869 0.9325443 0.3816786 0.380
## GO:1902600 0.9434753 0.3813333 0.460
## GO:0000041 0.9576888 0.3804000 0.506
## GO:0040017 0.9080117 0.3800000 0.793
## GO:0010033 0.9282318 0.3791429 0.450
## GO:0071383 0.9284102 0.3788947 0.337
## GO:0009117 0.9119049 0.3788333 0.392
## GO:0006753 0.9117695 0.3782222 0.392
## GO:0007420 0.9067448 0.3780000 0.873
## GO:0034446 0.9837721 0.3777143 0.000
## GO:0001654 0.9170182 0.3776154 0.463
## GO:0032228 0.9117552 0.3769091 0.415
## GO:2001223 0.8365169 0.3765385 0.504
## GO:0060322 0.9382643 0.3763333 0.878
## GO:0031325 0.8455833 0.3763333 0.350
## GO:0044085 0.9211497 0.3752857 0.825
## GO:0006739 0.9271029 0.3747500 0.359
## GO:0009266 0.9528542 0.3745000 0.751
## GO:0055093 0.9603164 0.3740000 0.462
## GO:0036296 0.9625990 0.3740000 0.462
## GO:0071453 0.9299362 0.3736000 0.488
## GO:0006520 0.9205313 0.3731111 0.584
## GO:0055086 0.9195299 0.3729444 0.398
## GO:0051093 0.8482331 0.3729286 0.529
## GO:0019953 0.9849245 0.3717500 0.479
## GO:0070887 0.9110443 0.3711071 0.452
## GO:0010243 0.9326042 0.3706429 0.414
## GO:1902850 0.9226263 0.3702222 0.523
## GO:0003008 0.9460651 0.3701111 0.531
## GO:0034220 0.9345651 0.3697778 0.564
## GO:0009895 0.8898190 0.3695333 0.000
## GO:0007411 0.7371562 0.3694545 0.421
## GO:0097485 0.7375990 0.3691818 0.422
## GO:0010927 0.8506354 0.3690000 0.615
## GO:0006814 0.9563099 0.3688500 0.520
## GO:0001667 0.9761589 0.3688462 0.572
## GO:0045744 0.8804023 0.3680909 0.807
## GO:0009605 0.9417253 0.3674545 0.467
## GO:0035725 0.9415573 0.3669500 0.502
## GO:1901699 0.9200677 0.3667857 0.399
## GO:0031330 0.8713945 0.3660000 0.992
## GO:0055085 0.9375443 0.3657778 0.604
## GO:0030239 0.8311094 0.3641429 0.615
## GO:0080134 0.8897188 0.3638571 0.000
## GO:0022607 0.9197409 0.3635714 0.869
## GO:0051241 0.8781536 0.3628000 0.000
## GO:0060538 0.9299570 0.3627778 0.564
## GO:0045937 0.8571719 0.3623548 0.655
## GO:0010562 0.8572057 0.3623548 0.655
## GO:0009791 0.8946185 0.3622000 0.562
## GO:0002119 0.8956289 0.3622000 0.558
## GO:0043408 0.8715365 0.3621500 0.561
## GO:0006816 0.9550911 0.3621000 0.731
## GO:0042327 0.8577682 0.3617742 0.679
## GO:0044089 0.8722031 0.3617143 0.579
## GO:0002164 0.8954766 0.3616000 0.558
## GO:0044281 0.9462318 0.3612222 0.428
## GO:0051301 0.9817604 0.3610000 0.000
## GO:0048731 0.8740326 0.3609565 0.464
## GO:0042325 0.8659336 0.3604194 0.701
## GO:0048592 0.9111406 0.3595385 0.445
## GO:0071868 0.9178906 0.3593571 0.380
## GO:0007157 0.9840924 0.3590000 0.597
## GO:0050877 0.9467826 0.3590000 0.554
## GO:0061564 0.8143828 0.3589565 0.530
## GO:0009889 0.8682057 0.3578387 0.349
## GO:0006935 0.9178724 0.3578182 0.431
## GO:0070588 0.9404701 0.3576000 0.707
## GO:0042330 0.9340065 0.3572727 0.432
## GO:0007600 0.9485391 0.3570000 0.604
## GO:0007271 0.9622995 0.3569091 0.491
## GO:0099587 0.9510456 0.3568889 0.992
## GO:0051246 0.8622565 0.3566452 0.577
## GO:0048513 0.9060091 0.3565385 0.688
## GO:0010468 0.8584297 0.3563226 0.366
## GO:0043933 0.9309076 0.3556667 0.610
## GO:0035295 0.9081302 0.3554000 0.000
## GO:0048814 0.7886458 0.3551500 0.469
## GO:0070727 0.9424779 0.3545000 0.513
## GO:0048593 0.9110547 0.3544615 0.445
## GO:0008104 0.9424792 0.3542500 0.513
## GO:0051174 0.8638411 0.3537742 0.683
## GO:0019220 0.8638047 0.3537742 0.683
## GO:0050773 0.7995260 0.3537000 0.470
## GO:0065003 0.9236432 0.3531667 0.628
## GO:0120033 0.8691680 0.3527143 0.544
## GO:0010556 0.8620638 0.3526452 0.357
## GO:0048585 0.8698034 0.3517143 0.752
## GO:0043436 0.9280143 0.3512222 0.508
## GO:0019752 0.9280286 0.3512222 0.509
## GO:0006082 0.9277435 0.3511111 0.504
## GO:0048609 0.9428893 0.3505000 0.490
## GO:0032504 0.9410195 0.3495000 0.494
## GO:0045137 0.9004557 0.3493125 0.446
## GO:0008406 0.8805143 0.3493125 0.446
## GO:0006357 0.8407708 0.3490000 0.382
## GO:0048584 0.8740234 0.3488571 0.756
## GO:0022603 0.8412461 0.3487143 0.774
## GO:0031175 0.8113086 0.3486957 0.537
## GO:0098659 0.9507266 0.3481111 0.992
## GO:0031667 0.9524518 0.3478182 0.730
## GO:0035148 0.9132747 0.3478000 0.767
## GO:0060491 0.8718763 0.3475000 0.458
## GO:0030030 0.9140169 0.3475000 0.582
## GO:0007283 0.9155078 0.3473125 0.433
## GO:0009991 0.9523372 0.3471818 0.727
## GO:0019222 0.8625690 0.3471613 0.364
## GO:0008544 0.9215000 0.3468095 0.569
## GO:0072175 0.9099792 0.3466000 0.701
## GO:0051094 0.8415990 0.3463571 0.566
## GO:0007399 0.8741042 0.3459565 0.495
## GO:0048666 0.8528568 0.3453913 0.540
## GO:0051240 0.8736029 0.3443000 0.727
## GO:2000146 0.8968424 0.3441667 0.633
## GO:0030336 0.8967656 0.3441667 0.633
## GO:0000003 0.9841029 0.3439375 0.532
## GO:0008277 0.8860208 0.3434545 0.867
## GO:0060255 0.8564909 0.3432258 0.371
## GO:0120032 0.8715299 0.3423000 0.468
## GO:0030036 0.9244427 0.3418333 0.701
## GO:0120036 0.9140286 0.3417500 0.590
## GO:0051235 0.9697279 0.3417500 0.000
## GO:0016573 0.9441966 0.3414706 0.334
## GO:0030182 0.8547214 0.3412609 0.546
## GO:0030029 0.9734622 0.3410000 0.706
## GO:0009887 0.8963893 0.3410000 0.629
## GO:0030031 0.9166875 0.3402500 0.520
## GO:0071417 0.9137826 0.3402500 0.399
## GO:0022008 0.8532643 0.3398696 0.524
## GO:0048699 0.8534492 0.3397391 0.527
## GO:0007423 0.9228841 0.3396923 0.561
## GO:0006812 0.9506458 0.3390500 0.549
## GO:0009628 0.9479336 0.3388000 0.637
## GO:0060562 0.8987253 0.3380000 0.817
## GO:0034769 0.9517773 0.3377500 0.000
## GO:0009653 0.8876471 0.3373333 0.472
## GO:0051651 0.9574831 0.3370000 0.918
## GO:0045185 0.9583138 0.3370000 0.869
## GO:0043254 0.8719557 0.3370000 0.651
## GO:0042395 0.9633021 0.3360000 0.000
## GO:0031589 0.9823945 0.3357143 0.923
## GO:0022414 0.9838880 0.3356875 0.543
## GO:0000278 0.9701471 0.3348889 0.511
## GO:0120031 0.9164818 0.3348000 0.529
## GO:0042303 0.9568659 0.3347500 0.830
## GO:0018996 0.9570156 0.3345000 0.834
## GO:0007276 0.9428477 0.3344375 0.487
## GO:1902667 0.7114010 0.3341429 0.670
## GO:0031344 0.8576719 0.3340000 0.527
## GO:1902533 0.8529583 0.3339091 0.527
## GO:0022404 0.9629844 0.3337500 0.992
## GO:0023057 0.8940299 0.3336364 0.528
## GO:0040012 0.9158398 0.3333333 0.894
## GO:0048667 0.8440716 0.3333333 0.436
## GO:0010721 0.8295977 0.3332857 0.474
## GO:0071310 0.9094115 0.3323571 0.439
## GO:0000904 0.8665990 0.3323333 0.437
## GO:0080090 0.8612474 0.3321290 0.400
## GO:0071870 0.9134362 0.3320714 0.380
## GO:0098662 0.9420195 0.3315556 0.534
## GO:0031669 0.9324622 0.3313636 0.689
## GO:0051171 0.8578685 0.3313226 0.402
## GO:0000902 0.8922240 0.3306667 0.441
## GO:0051239 0.8808424 0.3300000 0.793
## GO:0045596 0.8328398 0.3295000 0.487
## GO:0043087 0.9342083 0.3294211 0.527
## GO:0010942 0.9056224 0.3291667 0.647
## GO:0051928 0.9054727 0.3288571 0.000
## GO:0120035 0.8576758 0.3286000 0.536
## GO:1901987 0.9103763 0.3283333 0.827
## GO:0031668 0.9320234 0.3282727 0.689
## GO:0098660 0.9410990 0.3275556 0.546
## GO:0051056 0.8698971 0.3268500 0.814
## GO:0044087 0.8741055 0.3265714 0.656
## GO:0045454 0.9842135 0.3264444 0.000
## GO:0023056 0.8992539 0.3259091 0.526
## GO:0001738 0.9147148 0.3251429 0.520
## GO:0030001 0.9509089 0.3249000 0.574
## GO:0010975 0.7720482 0.3248000 0.532
## GO:0040013 0.9116172 0.3243333 0.699
## GO:0007548 0.9155807 0.3243125 0.477
## GO:0031323 0.8413828 0.3226774 0.408
## GO:0007049 0.9684206 0.3226667 0.557
## GO:0051129 0.8526628 0.3224286 0.731
## GO:0010720 0.8275599 0.3212857 0.492
## GO:0000281 0.9727839 0.3210000 0.820
## GO:0050793 0.8450208 0.3208571 0.608
## GO:0031326 0.8438294 0.3208387 0.401
## GO:0035239 0.8982474 0.3206000 0.938
## GO:0032990 0.8367565 0.3193333 0.439
## GO:1902531 0.8552070 0.3185455 0.563
## GO:0003006 0.9099727 0.3182500 0.508
## GO:0051726 0.9017721 0.3167778 0.715
## GO:0045859 0.8447005 0.3167742 0.708
## GO:0032989 0.8350221 0.3167143 0.443
## GO:0009967 0.8485794 0.3163636 0.547
## GO:0071495 0.9501510 0.3162500 0.000
## GO:0009719 0.9501406 0.3162500 0.994
## GO:0032870 0.9196016 0.3157500 0.870
## GO:0070830 0.9452969 0.3153000 0.000
## GO:0009725 0.9364727 0.3152500 0.871
## GO:2001222 0.8352878 0.3152308 0.552
## GO:0044092 0.9294974 0.3144737 0.545
## GO:0019637 0.9280456 0.3133333 0.773
## GO:0032507 0.9592799 0.3132500 0.846
## GO:0060284 0.8340247 0.3132143 0.513
## GO:0051252 0.8314492 0.3131613 0.400
## GO:0019219 0.8322682 0.3130968 0.401
## GO:0009150 0.9081497 0.3128333 0.658
## GO:0003383 0.8916536 0.3124762 0.492
## GO:0003382 0.8988320 0.3124762 0.492
## GO:0045597 0.8298346 0.3123571 0.510
## GO:0014866 0.8549323 0.3118889 0.655
## GO:0050920 0.8646289 0.3112857 0.698
## GO:1902532 0.8443398 0.3096000 0.590
## GO:0001934 0.8446146 0.3094516 0.698
## GO:0090596 0.9093073 0.3092308 0.547
## GO:0003384 0.8802370 0.3089524 0.492
## GO:0003381 0.8874154 0.3089524 0.492
## GO:0030100 0.8501224 0.3085714 0.578
## GO:0010977 0.7837969 0.3082857 0.638
## GO:0034762 0.8902669 0.3081429 0.573
## GO:0051924 0.9100117 0.3075714 0.932
## GO:0045807 0.8409792 0.3058571 0.658
## GO:0023051 0.9061185 0.3057273 0.564
## GO:0009259 0.9142161 0.3051667 0.669
## GO:1903047 0.9695938 0.3050000 0.569
## GO:0043086 0.9297930 0.3047368 0.557
## GO:0019693 0.9335625 0.3045000 0.670
## GO:2001224 0.8269818 0.3043077 0.542
## GO:0044248 0.9326081 0.3038667 0.571
## GO:2001141 0.8315495 0.3031935 0.398
## GO:1903506 0.8304935 0.3031935 0.398
## GO:0043062 0.9445794 0.3027500 0.860
## GO:0031345 0.8564375 0.3024286 0.645
## GO:0009896 0.8781706 0.3014667 0.822
## GO:0071711 0.9482083 0.3012500 0.926
## GO:0030198 0.9447461 0.3012500 0.863
## GO:0006355 0.8303424 0.3009355 0.398
## GO:0001666 0.9529831 0.3008000 0.539
## GO:0043297 0.9438854 0.3007000 0.979
## GO:0051603 0.9330312 0.3005333 0.521
## GO:0061640 0.9726198 0.2997500 0.862
## GO:0000910 0.9722878 0.2997500 0.874
## GO:0007498 0.9151667 0.2995238 0.604
## GO:0022402 0.9682174 0.2983333 0.609
## GO:0036293 0.9555104 0.2978000 0.541
## GO:0009056 0.9522852 0.2970667 0.585
## GO:0016331 0.8960664 0.2970476 0.548
## GO:1901565 0.9355117 0.2958667 0.545
## GO:0032101 0.8850807 0.2948571 0.736
## GO:0010564 0.9037500 0.2947778 0.752
## GO:0044265 0.9295742 0.2942000 0.535
## GO:0007409 0.8029701 0.2941905 0.434
## GO:0051480 0.9834557 0.2941111 0.634
## GO:0001932 0.8501940 0.2934839 0.725
## GO:0007155 0.9798646 0.2924286 0.765
## GO:0048583 0.8789974 0.2912857 0.841
## GO:0009966 0.8485924 0.2908182 0.591
## GO:0061245 0.9817083 0.2907500 0.605
## GO:0045197 0.9817083 0.2907500 0.605
## GO:0035088 0.9817083 0.2907500 0.605
## GO:0045595 0.8331732 0.2900000 0.542
## GO:0040010 0.9185273 0.2890000 0.000
## GO:0051640 0.9642083 0.2890000 0.000
## GO:0007156 0.9819687 0.2890000 0.669
## GO:0032879 0.8937917 0.2888571 0.607
## GO:0030335 0.8952187 0.2887692 0.586
## GO:0048332 0.9024466 0.2884762 0.593
## GO:0030163 0.9329010 0.2884667 0.528
## GO:1901575 0.9487513 0.2882667 0.575
## GO:0120039 0.8262174 0.2879524 0.438
## GO:0048812 0.8007617 0.2879524 0.438
## GO:2000147 0.8939961 0.2870769 0.592
## GO:0040009 0.9314167 0.2870000 0.988
## GO:0048858 0.8258437 0.2867143 0.439
## GO:0060627 0.8879414 0.2865000 0.599
## GO:0010941 0.9154141 0.2865000 0.690
## GO:0031329 0.8718255 0.2860000 0.832
## GO:0009057 0.9456003 0.2858000 0.548
## GO:1904396 0.8768633 0.2849000 0.622
## GO:0050906 0.9098581 0.2843333 0.000
## GO:0042744 0.9501406 0.2840000 0.000
## GO:0070482 0.9539974 0.2839000 0.557
## GO:0009894 0.8896484 0.2831333 0.845
## GO:0043270 0.8994792 0.2820000 0.903
## GO:0051606 0.9543659 0.2815000 0.978
## GO:0001707 0.8836940 0.2814286 0.593
## GO:0048519 0.8963307 0.2810588 0.000
## GO:0051656 0.9632279 0.2798000 0.956
## GO:0006915 0.9798737 0.2793333 0.739
## GO:0071900 0.8506615 0.2786842 0.518
## GO:0045732 0.8671276 0.2784000 0.771
## GO:0048870 0.9713516 0.2780769 0.680
## GO:0098742 0.9816094 0.2777143 0.681
## GO:0071902 0.8489922 0.2775263 0.487
## GO:0016477 0.9714049 0.2759231 0.678
## GO:0043547 0.9339648 0.2749474 0.519
## GO:0098609 0.9807122 0.2747143 0.721
## GO:0007517 0.9184049 0.2744444 0.636
## GO:0009582 0.9531719 0.2743333 0.848
## GO:0009581 0.9523320 0.2743333 0.848
## GO:0007528 0.9410456 0.2739000 0.635
## GO:0051336 0.9273164 0.2731053 0.570
## GO:0042743 0.9567773 0.2730000 0.980
## GO:1904062 0.8908737 0.2723571 0.743
## GO:0000132 0.8913815 0.2716250 0.728
## GO:0002064 0.8975690 0.2708095 0.537
## GO:0009913 0.9026224 0.2705714 0.539
## GO:0006879 0.9828724 0.2692222 0.657
## GO:0051050 0.8861172 0.2686429 0.718
## GO:0008219 0.9792005 0.2675000 0.736
## GO:0045216 0.9430430 0.2672000 0.865
## GO:0099177 0.8955247 0.2669091 0.524
## GO:0050804 0.8955247 0.2669091 0.524
## GO:2000026 0.8366940 0.2669000 0.705
## GO:0042176 0.8779375 0.2660667 0.787
## GO:0012501 0.9794245 0.2658333 0.754
## GO:0007267 0.9542383 0.2655455 0.669
## GO:0048729 0.8966602 0.2649524 0.622
## GO:0051345 0.9321784 0.2645263 0.531
## GO:0009888 0.9081068 0.2644286 0.644
## GO:0051294 0.8908346 0.2643750 0.736
## GO:0048523 0.8787018 0.2625294 0.884
## GO:0010959 0.9042878 0.2621429 0.855
## GO:0051653 0.9455690 0.2614000 0.873
## GO:0007163 0.9787057 0.2612500 0.713
## GO:0007043 0.9386992 0.2604000 0.900
## GO:0055072 0.9826367 0.2591667 0.626
## GO:0040001 0.8941628 0.2590000 0.855
## GO:0050769 0.8145234 0.2585000 0.584
## GO:2000145 0.9001901 0.2573846 0.636
## GO:0051961 0.8367161 0.2565000 0.856
## GO:0030010 0.9791784 0.2558750 0.751
## GO:0030334 0.9006497 0.2554615 0.633
## GO:0065009 0.9215664 0.2546316 0.592
## GO:0050768 0.8138503 0.2538000 0.848
## GO:0010629 0.8642474 0.2531176 0.792
## GO:0072593 0.9548073 0.2530000 0.906
## GO:0030855 0.8981510 0.2529524 0.560
## GO:0008582 0.7860638 0.2516000 0.697
## GO:0051049 0.8946745 0.2507857 0.647
## GO:0044093 0.9276888 0.2503158 0.547
## GO:0050974 0.9103958 0.2501667 0.819
## GO:0050982 0.9485911 0.2500000 0.801
## GO:0050808 0.9347240 0.2493000 0.691
## GO:0051293 0.8932930 0.2492000 0.871
## GO:0034330 0.9336458 0.2490000 0.702
## GO:2000378 0.8929427 0.2481429 0.769
## GO:0051248 0.8540872 0.2466471 0.737
## GO:0043549 0.8589609 0.2465789 0.546
## GO:0045860 0.8403477 0.2461053 0.509
## GO:0050767 0.8184310 0.2459000 0.618
## GO:0051338 0.9291745 0.2454211 0.549
## GO:0050790 0.9219987 0.2443158 0.605
## GO:0034329 0.9294935 0.2443000 0.756
## GO:0051962 0.8327292 0.2427000 0.607
## GO:1903426 0.9058047 0.2424286 0.781
## GO:0043085 0.9281823 0.2415263 0.558
## GO:1903427 0.8915690 0.2397143 0.769
## GO:0099536 0.9549974 0.2388182 0.637
## GO:0051960 0.8396172 0.2384000 0.634
## GO:0099537 0.9550794 0.2370909 0.634
## GO:0098916 0.9550794 0.2370909 0.634
## GO:0007268 0.9550794 0.2370909 0.634
## GO:0043269 0.9015951 0.2362143 0.797
## GO:0060429 0.9124167 0.2359048 0.605
## GO:0061061 0.9189388 0.2328889 0.684
## GO:0002009 0.9003464 0.2317619 0.593
## GO:2000377 0.9032474 0.2308571 0.807
## GO:0006885 0.9321471 0.2280000 0.652
## GO:0034765 0.8850469 0.2259286 0.786
## GO:0033674 0.8507448 0.2235263 0.527
## GO:0055001 0.8931302 0.2226667 0.707
## GO:0051347 0.9309922 0.2216842 0.530
## GO:0045763 0.8843633 0.2204000 0.000
## GO:0033239 0.9065820 0.2204000 1.000
## GO:0045927 0.9079948 0.2194444 0.877
## GO:0051146 0.8994727 0.2192222 0.739
## GO:0051453 0.9332318 0.2189444 0.699
## GO:0042692 0.8975234 0.2182222 0.718
## GO:0030641 0.9329557 0.2160000 0.701
## GO:0055002 0.8934518 0.2157778 0.738
## GO:0033238 0.9164531 0.2136000 0.966
## GO:0006521 0.8947656 0.2136000 0.966
## GO:0000820 0.8945078 0.2136000 0.966
## GO:0055074 0.9815443 0.2125556 0.661
## GO:0009890 0.8726406 0.2078235 0.747
## GO:0010558 0.8682122 0.2077647 0.742
## GO:0009892 0.8611458 0.2014706 0.869
## GO:0010605 0.8558320 0.2006471 0.865
## GO:0048841 0.7294987 0.2001667 0.672
## GO:0051172 0.8609453 0.1970000 0.802
## GO:1902284 0.7684128 0.1960556 0.666
## GO:0048846 0.7679831 0.1936667 0.666
## GO:0006874 0.9810143 0.1899444 0.722
## GO:0042592 0.9810052 0.1895556 0.751
## GO:0060560 0.8969375 0.1892222 0.717
## GO:0098771 0.9809753 0.1882778 0.711
## GO:0031324 0.8482214 0.1877059 0.777
## GO:0051253 0.8449974 0.1861765 0.717
## GO:0000122 0.8485781 0.1852941 0.682
## GO:0061387 0.8599844 0.1846111 0.720
## GO:0045934 0.8444010 0.1832941 0.729
## GO:0040007 0.9798177 0.1822778 0.788
## GO:0019725 0.9808008 0.1808333 0.795
## GO:0040008 0.9186068 0.1798889 0.809
## GO:0048589 0.9137839 0.1787222 0.778
## GO:0048638 0.8515286 0.1783889 0.796
## GO:0048878 0.9806992 0.1765000 0.741
## GO:0031327 0.8510378 0.1699412 0.746
## GO:0001558 0.8671185 0.1690000 0.739
## GO:0055082 0.9805169 0.1687222 0.779
## GO:0050801 0.9804479 0.1657778 0.725
## GO:0055080 0.9804297 0.1650000 0.722
## GO:0016049 0.9662669 0.1637778 0.728
## GO:0048588 0.8818711 0.1603889 0.722
## GO:0048675 0.8156003 0.1599444 0.704
## GO:0030516 0.7603346 0.1595556 0.717
## GO:1903507 0.8437904 0.1581176 0.711
## GO:1902679 0.8446133 0.1581176 0.711
## GO:0045892 0.8437240 0.1581176 0.711
## GO:0006873 0.9802214 0.1561111 0.774
## GO:1990138 0.8140052 0.1545556 0.711
## GO:0030003 0.9801784 0.1542778 0.774
#keep only the goterms from the reduced list
go_results<-go_results%>%
filter(GOterm %in% reducedTerms$go)
#add in parent terms to list of go terms
go_results$ParentTerm<-reducedTerms$parentTerm[match(go_results$GOterm, reducedTerms$go)]
go_results
## X GOterm over_represented_pvalue under_represented_pvalue numDEInCat
## 1 1 GO:0006766 0.01935612 1.0000000 1
## 2 2 GO:0006767 0.01935612 1.0000000 1
## 3 3 GO:0009235 0.01935612 1.0000000 1
## 4 4 GO:0033013 0.01935612 1.0000000 1
## 5 5 GO:0007043 0.03173746 1.0000000 1
## 6 6 GO:0008582 0.03173746 1.0000000 1
## 7 7 GO:0031334 0.03173746 1.0000000 1
## 8 8 GO:0034329 0.03173746 1.0000000 1
## 9 9 GO:0043254 0.03173746 1.0000000 1
## 10 10 GO:0043297 0.03173746 1.0000000 1
## 11 11 GO:0044089 0.03173746 1.0000000 1
## 12 12 GO:0051963 0.03173746 1.0000000 1
## 13 13 GO:0070830 0.03173746 1.0000000 1
## 14 14 GO:0071896 0.03173746 1.0000000 1
## 15 15 GO:1902414 0.03173746 1.0000000 1
## 16 16 GO:1904396 0.03173746 1.0000000 1
## 17 17 GO:0050803 0.04436814 0.9994975 1
## 18 18 GO:0050807 0.04436814 0.9994975 1
## 19 19 GO:0034330 0.04509074 0.9994808 1
## 20 20 GO:0045216 0.04509074 0.9994808 1
## 21 21 GO:0006874 0.05195659 0.9993082 1
## 22 22 GO:0055074 0.05195659 0.9993082 1
## 23 23 GO:0051130 0.06392703 0.9989462 1
## 24 24 GO:0044087 0.06631970 0.9988644 1
## 25 25 GO:0065008 0.07000798 0.9912384 2
## 26 26 GO:0048638 0.07022186 0.9987242 1
## 27 27 GO:0006508 0.07645062 0.9979860 1
## 28 28 GO:0006725 0.08655021 0.9974063 1
## 29 29 GO:0044281 0.08655021 0.9974063 1
## 30 30 GO:0046483 0.08655021 0.9974063 1
## 31 31 GO:0009967 0.09126332 0.9971097 1
## 32 32 GO:0010647 0.09126332 0.9971097 1
## 33 33 GO:0023056 0.09126332 0.9971097 1
## 34 34 GO:0048584 0.09126332 0.9971097 1
## 35 35 GO:0007163 0.09803491 0.9966540 1
## 36 36 GO:0008104 0.09803491 0.9966540 1
## 37 37 GO:0030010 0.09803491 0.9966540 1
## 38 38 GO:0033036 0.09803491 0.9966540 1
## 39 39 GO:0065007 0.10049476 0.9842693 2
## 40 40 GO:0040008 0.10113420 0.9964338 1
## 41 41 GO:0051960 0.10343193 0.9962658 1
## 42 42 GO:0022607 0.11212675 0.9950586 1
## 43 43 GO:0044085 0.11212675 0.9950586 1
## 44 45 GO:0009987 0.11396771 0.9806453 2
## 45 46 GO:1901360 0.11939987 0.9943782 1
## 46 47 GO:0050793 0.13025323 0.9932763 1
## 47 48 GO:2000026 0.13025323 0.9932763 1
## 48 49 GO:0051128 0.14455080 0.9911315 1
## 49 50 GO:0009966 0.15285968 0.9900456 1
## 50 51 GO:0006873 0.16734956 0.9875154 1
## 51 52 GO:0030003 0.16734956 0.9875154 1
## 52 53 GO:0048878 0.16734956 0.9875154 1
## 53 54 GO:0050801 0.16734956 0.9875154 1
## 54 55 GO:0055080 0.16734956 0.9875154 1
## 55 56 GO:0055082 0.16734956 0.9875154 1
## 56 57 GO:0098771 0.16734956 0.9875154 1
## 57 58 GO:0010646 0.18233901 0.9850796 1
## 58 59 GO:0023051 0.18233901 0.9850796 1
## 59 60 GO:0048522 0.18377740 0.9848335 1
## 60 61 GO:0048583 0.18653774 0.9843552 1
## 61 62 GO:0051239 0.18653774 0.9843552 1
## 62 63 GO:0019725 0.19773937 0.9818573 1
## 63 64 GO:0042592 0.19773937 0.9818573 1
## 64 65 GO:0019538 0.20882099 0.9789651 1
## 65 66 GO:0043170 0.20882099 0.9789651 1
## 66 67 GO:0048518 0.21313627 0.9787766 1
## 67 68 GO:0016043 0.23176093 0.9738275 1
## 68 69 GO:0071840 0.23176093 0.9738275 1
## 69 70 GO:0006807 0.26305267 0.9650987 1
## 70 71 GO:0008152 0.26305267 0.9650987 1
## 71 72 GO:0044237 0.26305267 0.9650987 1
## 72 73 GO:0044238 0.26305267 0.9650987 1
## 73 74 GO:0071704 0.26305267 0.9650987 1
## 74 75 GO:1901564 0.26305267 0.9650987 1
## 75 76 GO:0051179 0.30909463 0.9507890 1
## 76 77 GO:0050789 0.34393365 0.9372229 1
## 77 78 GO:0050794 0.34393365 0.9372229 1
## 78 79 GO:0006355 1.00000000 0.9418800 0
## 79 80 GO:0006357 1.00000000 0.9418800 0
## 80 81 GO:0007610 1.00000000 0.9418800 0
## 81 82 GO:0009889 1.00000000 0.9418800 0
## 82 83 GO:0009890 1.00000000 0.9418800 0
## 83 84 GO:0010556 1.00000000 0.9418800 0
## 84 85 GO:0019219 1.00000000 0.9418800 0
## 85 86 GO:0031324 1.00000000 0.9418800 0
## 86 87 GO:0031326 1.00000000 0.9418800 0
## 87 88 GO:0031327 1.00000000 0.9418800 0
## 88 89 GO:0050878 1.00000000 0.9418800 0
## 89 90 GO:0051172 1.00000000 0.9418800 0
## 90 91 GO:0051252 1.00000000 0.9418800 0
## 91 92 GO:1903506 1.00000000 0.9418800 0
## 92 93 GO:2000112 1.00000000 0.9418800 0
## 93 94 GO:2001141 1.00000000 0.9418800 0
## 94 95 GO:0023052 1.00000000 0.7846599 0
## 95 96 GO:0044260 1.00000000 0.8339425 0
## 96 97 GO:0006812 1.00000000 0.8490902 0
## 97 98 GO:0030001 1.00000000 0.8490902 0
## 98 99 GO:0034220 1.00000000 0.8490902 0
## 99 100 GO:0055085 1.00000000 0.8490902 0
## 100 101 GO:0098655 1.00000000 0.8490902 0
## 101 102 GO:0098660 1.00000000 0.8490902 0
## 102 103 GO:0098662 1.00000000 0.8490902 0
## 103 104 GO:0007413 1.00000000 0.9470133 0
## 104 105 GO:0008037 1.00000000 0.9470133 0
## 105 106 GO:0008038 1.00000000 0.9470133 0
## 106 107 GO:0040007 1.00000000 0.9470133 0
## 107 108 GO:0048589 1.00000000 0.9470133 0
## 108 109 GO:0060560 1.00000000 0.9470133 0
## 109 110 GO:0061564 1.00000000 0.9470133 0
## 110 111 GO:0106030 1.00000000 0.9470133 0
## 111 112 GO:0051240 1.00000000 0.9329110 0
## 112 113 GO:0035295 1.00000000 0.8392484 0
## 113 114 GO:0010817 1.00000000 0.9326761 0
## 114 115 GO:0042445 1.00000000 0.9326761 0
## 115 116 GO:0007165 1.00000000 0.8129515 0
## 116 117 GO:0009790 1.00000000 0.8278811 0
## 117 118 GO:1901565 1.00000000 0.9417805 0
## 118 119 GO:1901575 1.00000000 0.9417805 0
## 119 120 GO:0001736 1.00000000 0.9315332 0
## 120 121 GO:0001738 1.00000000 0.9315332 0
## 121 123 GO:0007156 1.00000000 0.9315332 0
## 122 124 GO:0007164 1.00000000 0.9315332 0
## 123 125 GO:0007389 1.00000000 0.9315332 0
## 124 128 GO:0022603 1.00000000 0.9315332 0
## 125 132 GO:0070727 1.00000000 0.9315332 0
## 126 133 GO:0098609 1.00000000 0.9315332 0
## 127 134 GO:0098742 1.00000000 0.9315332 0
## 128 135 GO:0048646 1.00000000 0.8795282 0
## 129 140 GO:0009887 1.00000000 0.8264063 0
## 130 141 GO:0009057 1.00000000 0.9734535 0
## 131 142 GO:0030163 1.00000000 0.9734535 0
## 132 143 GO:0044265 1.00000000 0.9734535 0
## 133 144 GO:0051603 1.00000000 0.9734535 0
## 134 145 GO:0048519 1.00000000 0.8156145 0
## 135 146 GO:0009611 1.00000000 0.9257735 0
## 136 147 GO:0006518 1.00000000 0.9321638 0
## 137 148 GO:0043603 1.00000000 0.9321638 0
## 138 149 GO:0070482 1.00000000 0.9321638 0
## 139 150 GO:0006139 1.00000000 0.9314819 0
## 140 151 GO:0006753 1.00000000 0.9314819 0
## 141 152 GO:0006793 1.00000000 0.9314819 0
## 142 153 GO:0006796 1.00000000 0.9314819 0
## 143 154 GO:0009117 1.00000000 0.9314819 0
## 144 155 GO:0019637 1.00000000 0.9314819 0
## 145 156 GO:0055086 1.00000000 0.9314819 0
## 146 157 GO:1901700 1.00000000 0.9314819 0
## 147 158 GO:0008219 1.00000000 0.9338061 0
## 148 159 GO:0012501 1.00000000 0.9338061 0
## 149 160 GO:0008361 1.00000000 0.9283325 0
## 150 161 GO:0032535 1.00000000 0.9283325 0
## 151 162 GO:0048667 1.00000000 0.9283325 0
## 152 163 GO:0051649 1.00000000 0.9283325 0
## 153 164 GO:0048598 1.00000000 0.8534136 0
## 154 165 GO:0036211 1.00000000 0.8566907 0
## 155 166 GO:0043412 1.00000000 0.8566907 0
## 156 167 GO:0006820 1.00000000 0.8498243 0
## 157 168 GO:0015701 1.00000000 0.8498243 0
## 158 169 GO:0015711 1.00000000 0.8498243 0
## 159 170 GO:0071702 1.00000000 0.8498243 0
## 160 171 GO:0003008 1.00000000 0.9027601 0
## 161 172 GO:0002064 1.00000000 0.8960329 0
## 162 173 GO:0009968 1.00000000 0.9378399 0
## 163 174 GO:0010648 1.00000000 0.9378399 0
## 164 175 GO:0023057 1.00000000 0.9378399 0
## 165 176 GO:0048585 1.00000000 0.9378399 0
## 166 178 GO:1902532 1.00000000 0.9378399 0
## 167 179 GO:0006810 1.00000000 0.7944203 0
## 168 180 GO:0006811 1.00000000 0.7944203 0
## 169 181 GO:0060429 1.00000000 0.8572378 0
## 170 182 GO:0002164 1.00000000 0.9534246 0
## 171 183 GO:0048562 1.00000000 0.9534246 0
## 172 184 GO:0048568 1.00000000 0.9534246 0
## 173 185 GO:0007423 1.00000000 0.8409402 0
## 174 186 GO:0006325 1.00000000 0.9615600 0
## 175 187 GO:0016570 1.00000000 0.9615600 0
## 176 188 GO:0051276 1.00000000 0.9615600 0
## 177 189 GO:0048468 1.00000000 0.8158285 0
## 178 196 GO:0009886 1.00000000 0.9567117 0
## 179 200 GO:0048563 1.00000000 0.9567117 0
## 180 201 GO:0048569 1.00000000 0.9567117 0
## 181 203 GO:0060562 1.00000000 0.9567117 0
## 182 204 GO:0006996 1.00000000 0.8350051 0
## 183 205 GO:0007399 1.00000000 0.8266145 0
## 184 206 GO:0022008 1.00000000 0.8266145 0
## 185 207 GO:0030182 1.00000000 0.8266145 0
## 186 208 GO:0048699 1.00000000 0.8266145 0
## 187 209 GO:0019222 1.00000000 0.8464037 0
## 188 210 GO:0080090 1.00000000 0.8464037 0
## 189 211 GO:0000902 1.00000000 0.8683943 0
## 190 212 GO:0000904 1.00000000 0.8683943 0
## 191 213 GO:0040011 1.00000000 0.8683943 0
## 192 214 GO:0048870 1.00000000 0.8683943 0
## 193 216 GO:0009893 1.00000000 0.9016676 0
## 194 217 GO:0010604 1.00000000 0.9016676 0
## 195 218 GO:0051246 1.00000000 0.9016676 0
## 196 219 GO:0090066 1.00000000 0.8592396 0
## 197 220 GO:0072359 1.00000000 0.8500123 0
## 198 221 GO:0035150 1.00000000 0.9255825 0
## 199 222 GO:0000281 1.00000000 0.9869561 0
## 200 223 GO:0000910 1.00000000 0.9869561 0
## 201 224 GO:0006338 1.00000000 0.9869561 0
## 202 225 GO:0006473 1.00000000 0.9869561 0
## 203 226 GO:0006475 1.00000000 0.9869561 0
## 204 227 GO:0007015 1.00000000 0.9869561 0
## 205 228 GO:0007517 1.00000000 0.9869561 0
## 206 230 GO:0007528 1.00000000 0.9869561 0
## 207 231 GO:0010927 1.00000000 0.9869561 0
## 208 233 GO:0014866 1.00000000 0.9869561 0
## 209 234 GO:0014902 1.00000000 0.9869561 0
## 210 236 GO:0016573 1.00000000 0.9869561 0
## 211 237 GO:0018193 1.00000000 0.9869561 0
## 212 238 GO:0018205 1.00000000 0.9869561 0
## 213 239 GO:0018393 1.00000000 0.9869561 0
## 214 240 GO:0018394 1.00000000 0.9869561 0
## 215 241 GO:0030239 1.00000000 0.9869561 0
## 216 242 GO:0031032 1.00000000 0.9869561 0
## 217 243 GO:0034728 1.00000000 0.9869561 0
## 218 244 GO:0042692 1.00000000 0.9869561 0
## 219 245 GO:0043543 1.00000000 0.9869561 0
## 220 247 GO:0051146 1.00000000 0.9869561 0
## 221 248 GO:0051301 1.00000000 0.9869561 0
## 222 249 GO:0055001 1.00000000 0.9869561 0
## 223 250 GO:0055002 1.00000000 0.9869561 0
## 224 251 GO:0060538 1.00000000 0.9869561 0
## 225 252 GO:0061061 1.00000000 0.9869561 0
## 226 253 GO:0061640 1.00000000 0.9869561 0
## 227 254 GO:0070925 1.00000000 0.9869561 0
## 228 255 GO:0071689 1.00000000 0.9869561 0
## 229 256 GO:0071824 1.00000000 0.9869561 0
## 230 257 GO:0097435 1.00000000 0.9869561 0
## 231 262 GO:0007600 1.00000000 0.9331230 0
## 232 265 GO:0042490 1.00000000 0.9331230 0
## 233 267 GO:0043010 1.00000000 0.9331230 0
## 234 268 GO:0050804 1.00000000 0.9331230 0
## 235 269 GO:0050877 1.00000000 0.9331230 0
## 236 275 GO:0099177 1.00000000 0.9331230 0
## 237 276 GO:0032989 1.00000000 0.8570642 0
## 238 277 GO:0001944 1.00000000 0.9305035 0
## 239 278 GO:0000003 1.00000000 0.8450307 0
## 240 279 GO:0022414 1.00000000 0.8450307 0
## 241 280 GO:0000132 1.00000000 0.9602564 0
## 242 281 GO:0001558 1.00000000 0.9602564 0
## 243 283 GO:0003381 1.00000000 0.9602564 0
## 244 284 GO:0003382 1.00000000 0.9602564 0
## 245 285 GO:0003383 1.00000000 0.9602564 0
## 246 286 GO:0003384 1.00000000 0.9602564 0
## 247 287 GO:0006935 1.00000000 0.9602564 0
## 248 288 GO:0007409 1.00000000 0.9602564 0
## 249 289 GO:0007411 1.00000000 0.9602564 0
## 250 291 GO:0010769 1.00000000 0.9602564 0
## 251 293 GO:0016049 1.00000000 0.9602564 0
## 252 294 GO:0022604 1.00000000 0.9602564 0
## 253 295 GO:0030048 1.00000000 0.9602564 0
## 254 296 GO:0030516 1.00000000 0.9602564 0
## 255 297 GO:0030865 1.00000000 0.9602564 0
## 256 298 GO:0030866 1.00000000 0.9602564 0
## 257 300 GO:0032101 1.00000000 0.9602564 0
## 258 301 GO:0032507 1.00000000 0.9602564 0
## 259 302 GO:0040001 1.00000000 0.9602564 0
## 260 304 GO:0042074 1.00000000 0.9602564 0
## 261 305 GO:0042330 1.00000000 0.9602564 0
## 262 308 GO:0045185 1.00000000 0.9602564 0
## 263 313 GO:0048588 1.00000000 0.9602564 0
## 264 314 GO:0048675 1.00000000 0.9602564 0
## 265 315 GO:0048814 1.00000000 0.9602564 0
## 266 316 GO:0048841 1.00000000 0.9602564 0
## 267 317 GO:0048846 1.00000000 0.9602564 0
## 268 318 GO:0050770 1.00000000 0.9602564 0
## 269 320 GO:0050920 1.00000000 0.9602564 0
## 270 321 GO:0051235 1.00000000 0.9602564 0
## 271 322 GO:0051293 1.00000000 0.9602564 0
## 272 323 GO:0051294 1.00000000 0.9602564 0
## 273 324 GO:0051640 1.00000000 0.9602564 0
## 274 325 GO:0051651 1.00000000 0.9602564 0
## 275 326 GO:0051653 1.00000000 0.9602564 0
## 276 327 GO:0051656 1.00000000 0.9602564 0
## 277 328 GO:0061387 1.00000000 0.9602564 0
## 278 329 GO:0070252 1.00000000 0.9602564 0
## 279 330 GO:0097485 1.00000000 0.9602564 0
## 280 331 GO:1902284 1.00000000 0.9602564 0
## 281 332 GO:1902667 1.00000000 0.9602564 0
## 282 333 GO:1902850 1.00000000 0.9602564 0
## 283 334 GO:1990138 1.00000000 0.9602564 0
## 284 335 GO:0043933 1.00000000 0.9509450 0
## 285 336 GO:0000122 1.00000000 0.9742689 0
## 286 338 GO:0006476 1.00000000 0.9742689 0
## 287 339 GO:0007596 1.00000000 0.9742689 0
## 288 340 GO:0007599 1.00000000 0.9742689 0
## 289 341 GO:0007631 1.00000000 0.9742689 0
## 290 342 GO:0010558 1.00000000 0.9742689 0
## 291 343 GO:0016575 1.00000000 0.9742689 0
## 292 344 GO:0035601 1.00000000 0.9742689 0
## 293 345 GO:0045892 1.00000000 0.9742689 0
## 294 346 GO:0045934 1.00000000 0.9742689 0
## 295 347 GO:0050817 1.00000000 0.9742689 0
## 296 348 GO:0051253 1.00000000 0.9742689 0
## 297 349 GO:0098732 1.00000000 0.9742689 0
## 298 350 GO:1902679 1.00000000 0.9742689 0
## 299 351 GO:1903507 1.00000000 0.9742689 0
## 300 352 GO:2000113 1.00000000 0.9742689 0
## 301 353 GO:0048523 1.00000000 0.8460441 0
## 302 354 GO:0006950 1.00000000 0.8658696 0
## 303 355 GO:0003006 1.00000000 0.9288670 0
## 304 356 GO:0048608 1.00000000 0.9288670 0
## 305 357 GO:0061458 1.00000000 0.9288670 0
## 306 358 GO:0009894 1.00000000 0.9319939 0
## 307 359 GO:0014070 1.00000000 0.9319939 0
## 308 360 GO:0051173 1.00000000 0.9319939 0
## 309 361 GO:0051247 1.00000000 0.9319939 0
## 310 362 GO:0071407 1.00000000 0.9319939 0
## 311 363 GO:0001667 1.00000000 0.9259596 0
## 312 364 GO:0010721 1.00000000 0.9259596 0
## 313 365 GO:0010975 1.00000000 0.9259596 0
## 314 366 GO:0010977 1.00000000 0.9259596 0
## 315 367 GO:0031344 1.00000000 0.9259596 0
## 316 368 GO:0031345 1.00000000 0.9259596 0
## 317 369 GO:0032990 1.00000000 0.9259596 0
## 318 370 GO:0045595 1.00000000 0.9259596 0
## 319 371 GO:0045596 1.00000000 0.9259596 0
## 320 372 GO:0045664 1.00000000 0.9259596 0
## 321 374 GO:0048812 1.00000000 0.9259596 0
## 322 375 GO:0048858 1.00000000 0.9259596 0
## 323 376 GO:0050767 1.00000000 0.9259596 0
## 324 377 GO:0050768 1.00000000 0.9259596 0
## 325 378 GO:0050773 1.00000000 0.9259596 0
## 326 379 GO:0051093 1.00000000 0.9259596 0
## 327 380 GO:0051129 1.00000000 0.9259596 0
## 328 381 GO:0051961 1.00000000 0.9259596 0
## 329 382 GO:0060284 1.00000000 0.9259596 0
## 330 383 GO:0120035 1.00000000 0.9259596 0
## 331 384 GO:0120039 1.00000000 0.9259596 0
## 332 390 GO:0001763 1.00000000 0.9700901 0
## 333 392 GO:0003002 1.00000000 0.9700901 0
## 334 406 GO:0007157 1.00000000 0.9700901 0
## 335 413 GO:0018149 1.00000000 0.9700901 0
## 336 414 GO:0021700 1.00000000 0.9700901 0
## 337 417 GO:0035088 1.00000000 0.9700901 0
## 338 426 GO:0035329 1.00000000 0.9700901 0
## 339 427 GO:0035330 1.00000000 0.9700901 0
## 340 428 GO:0035331 1.00000000 0.9700901 0
## 341 429 GO:0035332 1.00000000 0.9700901 0
## 342 432 GO:0045197 1.00000000 0.9700901 0
## 343 438 GO:0048859 1.00000000 0.9700901 0
## 344 440 GO:0060485 1.00000000 0.9700901 0
## 345 444 GO:0061138 1.00000000 0.9700901 0
## 346 446 GO:0061245 1.00000000 0.9700901 0
## 347 451 GO:0071695 1.00000000 0.9700901 0
## 348 464 GO:0072657 1.00000000 0.9700901 0
## 349 465 GO:0072659 1.00000000 0.9700901 0
## 350 466 GO:0090162 1.00000000 0.9700901 0
## 351 467 GO:0090175 1.00000000 0.9700901 0
## 352 469 GO:0090251 1.00000000 0.9700901 0
## 353 470 GO:1905330 1.00000000 0.9700901 0
## 354 471 GO:1990778 1.00000000 0.9700901 0
## 355 472 GO:2000027 1.00000000 0.9700901 0
## 356 473 GO:0008283 1.00000000 0.9346935 0
## 357 474 GO:0042060 1.00000000 0.9608330 0
## 358 475 GO:0008544 1.00000000 0.9052101 0
## 359 476 GO:0009913 1.00000000 0.9052101 0
## 360 479 GO:0070887 1.00000000 0.8401723 0
## 361 480 GO:0048666 1.00000000 0.8521080 0
## 362 481 GO:0030029 1.00000000 0.9138798 0
## 363 482 GO:0046688 1.00000000 0.9316870 0
## 364 483 GO:0010038 1.00000000 0.9013707 0
## 365 484 GO:0051641 1.00000000 0.9005626 0
## 366 485 GO:0042303 1.00000000 0.9502260 0
## 367 487 GO:0030030 1.00000000 0.8564160 0
## 368 488 GO:0120036 1.00000000 0.8564160 0
## 369 489 GO:0032879 1.00000000 0.8951740 0
## 370 490 GO:0040012 1.00000000 0.8951740 0
## 371 491 GO:0051241 1.00000000 0.8951740 0
## 372 498 GO:0007419 1.00000000 0.9862098 0
## 373 503 GO:0016331 1.00000000 0.9862098 0
## 374 504 GO:0022411 1.00000000 0.9862098 0
## 375 505 GO:0030198 1.00000000 0.9862098 0
## 376 506 GO:0031099 1.00000000 0.9862098 0
## 377 507 GO:0034769 1.00000000 0.9862098 0
## 378 510 GO:0035148 1.00000000 0.9862098 0
## 379 512 GO:0043062 1.00000000 0.9862098 0
## 380 515 GO:0071711 1.00000000 0.9862098 0
## 381 516 GO:0072175 1.00000000 0.9862098 0
## 382 521 GO:0040017 1.00000000 0.9322286 0
## 383 522 GO:0043085 1.00000000 0.9322286 0
## 384 523 GO:0044093 1.00000000 0.9322286 0
## 385 524 GO:0050790 1.00000000 0.9322286 0
## 386 525 GO:0065009 1.00000000 0.9322286 0
## 387 526 GO:0001568 1.00000000 0.9640434 0
## 388 528 GO:0002376 1.00000000 0.9640434 0
## 389 530 GO:0006629 1.00000000 0.9640434 0
## 390 531 GO:0007167 1.00000000 0.9640434 0
## 391 532 GO:0007169 1.00000000 0.9640434 0
## 392 533 GO:0007548 1.00000000 0.9640434 0
## 393 534 GO:0008202 1.00000000 0.9640434 0
## 394 535 GO:0008209 1.00000000 0.9640434 0
## 395 536 GO:0008210 1.00000000 0.9640434 0
## 396 537 GO:0008406 1.00000000 0.9640434 0
## 397 538 GO:0008585 1.00000000 0.9640434 0
## 398 539 GO:0009896 1.00000000 0.9640434 0
## 399 540 GO:0010171 1.00000000 0.9640434 0
## 400 541 GO:0030097 1.00000000 0.9640434 0
## 401 542 GO:0042176 1.00000000 0.9640434 0
## 402 543 GO:0045137 1.00000000 0.9640434 0
## 403 544 GO:0045732 1.00000000 0.9640434 0
## 404 545 GO:0046545 1.00000000 0.9640434 0
## 405 546 GO:0046660 1.00000000 0.9640434 0
## 406 548 GO:0048514 1.00000000 0.9640434 0
## 407 553 GO:0060323 1.00000000 0.9640434 0
## 408 556 GO:0000041 1.00000000 0.9669701 0
## 409 558 GO:0006825 1.00000000 0.9669701 0
## 410 559 GO:0006826 1.00000000 0.9669701 0
## 411 560 GO:0006879 1.00000000 0.9669701 0
## 412 564 GO:0035434 1.00000000 0.9669701 0
## 413 565 GO:0055072 1.00000000 0.9669701 0
## 414 567 GO:0031323 1.00000000 0.9112326 0
## 415 569 GO:0000278 1.00000000 0.9477300 0
## 416 570 GO:0007049 1.00000000 0.9477300 0
## 417 571 GO:0022402 1.00000000 0.9477300 0
## 418 572 GO:0030036 1.00000000 0.9477300 0
## 419 573 GO:1903047 1.00000000 0.9477300 0
## 420 574 GO:0007154 1.00000000 0.7284021 0
## 421 575 GO:0007275 1.00000000 0.6670626 0
## 422 576 GO:0009653 1.00000000 0.7331099 0
## 423 577 GO:0032501 1.00000000 0.6498863 0
## 424 578 GO:0032502 1.00000000 0.6670626 0
## 425 579 GO:0042221 1.00000000 0.7284527 0
## 426 580 GO:0048513 1.00000000 0.7088823 0
## 427 581 GO:0048731 1.00000000 0.6670626 0
## 428 582 GO:0048856 1.00000000 0.6670626 0
## 429 583 GO:0050896 1.00000000 0.6546943 0
## 430 584 GO:0050808 1.00000000 0.9541461 0
## 431 585 GO:0051716 1.00000000 0.7859170 0
## 432 586 GO:0010629 1.00000000 0.9392360 0
## 433 587 GO:0043687 1.00000000 0.9526772 0
## 434 588 GO:0035556 1.00000000 0.9354427 0
## 435 589 GO:0001932 1.00000000 0.9353017 0
## 436 590 GO:0008277 1.00000000 0.9353017 0
## 437 591 GO:0009612 1.00000000 0.9353017 0
## 438 594 GO:0019220 1.00000000 0.9353017 0
## 439 595 GO:0031325 1.00000000 0.9353017 0
## 440 596 GO:0031399 1.00000000 0.9353017 0
## 441 597 GO:0042325 1.00000000 0.9353017 0
## 442 599 GO:0043949 1.00000000 0.9353017 0
## 443 600 GO:0044057 1.00000000 0.9353017 0
## 444 601 GO:0051174 1.00000000 0.9353017 0
## 445 602 GO:0090257 1.00000000 0.9353017 0
## 446 604 GO:0007267 1.00000000 0.9652114 0
## 447 605 GO:0007268 1.00000000 0.9652114 0
## 448 606 GO:0007271 1.00000000 0.9652114 0
## 449 608 GO:0010623 1.00000000 0.9652114 0
## 450 611 GO:0032228 1.00000000 0.9652114 0
## 451 613 GO:0046685 1.00000000 0.9652114 0
## 452 614 GO:0048593 1.00000000 0.9652114 0
## 453 616 GO:0050953 1.00000000 0.9652114 0
## 454 621 GO:0098916 1.00000000 0.9652114 0
## 455 622 GO:0099536 1.00000000 0.9652114 0
## 456 623 GO:0099537 1.00000000 0.9652114 0
## 457 624 GO:1902600 1.00000000 0.9652114 0
## 458 625 GO:0007417 1.00000000 0.8873831 0
## 459 626 GO:0035239 1.00000000 0.9223090 0
## 460 627 GO:0002009 1.00000000 0.9186856 0
## 461 628 GO:1902531 1.00000000 0.8749143 0
## 462 629 GO:0007568 1.00000000 0.9348234 0
## 463 630 GO:0007584 1.00000000 0.9348234 0
## 464 631 GO:0009991 1.00000000 0.9348234 0
## 465 632 GO:0031667 1.00000000 0.9348234 0
## 466 633 GO:0048732 1.00000000 0.9348234 0
## 467 634 GO:0007010 1.00000000 0.8865415 0
## 468 635 GO:0060322 1.00000000 0.8674343 0
## 469 636 GO:0019221 1.00000000 0.9356314 0
## 470 637 GO:0034097 1.00000000 0.9356314 0
## 471 640 GO:0071345 1.00000000 0.9356314 0
## 472 645 GO:1902533 1.00000000 0.9385264 0
## 473 646 GO:0009628 1.00000000 0.9011722 0
## 474 647 GO:0034641 1.00000000 0.9011722 0
## 475 648 GO:0007276 1.00000000 0.9097547 0
## 476 649 GO:0007283 1.00000000 0.9097547 0
## 477 650 GO:0019953 1.00000000 0.9097547 0
## 478 651 GO:0032504 1.00000000 0.9097547 0
## 479 652 GO:0044703 1.00000000 0.9097547 0
## 480 653 GO:0048232 1.00000000 0.9097547 0
## 481 654 GO:0048609 1.00000000 0.9097547 0
## 482 655 GO:0000226 1.00000000 0.8982606 0
## 483 656 GO:0007017 1.00000000 0.8982606 0
## 484 657 GO:0016477 1.00000000 0.8982606 0
## 485 658 GO:0007166 1.00000000 0.9019855 0
## 486 659 GO:0000302 1.00000000 0.9635139 0
## 487 660 GO:0000305 1.00000000 0.9635139 0
## 488 661 GO:0001704 1.00000000 0.9635139 0
## 489 662 GO:0001707 1.00000000 0.9635139 0
## 490 665 GO:0006082 1.00000000 0.9635139 0
## 491 666 GO:0006520 1.00000000 0.9635139 0
## 492 667 GO:0006575 1.00000000 0.9635139 0
## 493 668 GO:0006739 1.00000000 0.9635139 0
## 494 669 GO:0006749 1.00000000 0.9635139 0
## 495 670 GO:0006790 1.00000000 0.9635139 0
## 496 671 GO:0006979 1.00000000 0.9635139 0
## 497 672 GO:0007498 1.00000000 0.9635139 0
## 498 673 GO:0009069 1.00000000 0.9635139 0
## 499 674 GO:0009636 1.00000000 0.9635139 0
## 500 676 GO:0010941 1.00000000 0.9635139 0
## 501 677 GO:0010942 1.00000000 0.9635139 0
## 502 679 GO:0016259 1.00000000 0.9635139 0
## 503 682 GO:0018996 1.00000000 0.9635139 0
## 504 683 GO:0019216 1.00000000 0.9635139 0
## 505 684 GO:0019362 1.00000000 0.9635139 0
## 506 685 GO:0019752 1.00000000 0.9635139 0
## 507 686 GO:0022404 1.00000000 0.9635139 0
## 508 687 GO:0033554 1.00000000 0.9635139 0
## 509 688 GO:0034599 1.00000000 0.9635139 0
## 510 690 GO:0036296 1.00000000 0.9635139 0
## 511 691 GO:0042395 1.00000000 0.9635139 0
## 512 692 GO:0042537 1.00000000 0.9635139 0
## 513 693 GO:0042743 1.00000000 0.9635139 0
## 514 694 GO:0042744 1.00000000 0.9635139 0
## 515 695 GO:0043436 1.00000000 0.9635139 0
## 516 696 GO:0045454 1.00000000 0.9635139 0
## 517 697 GO:0046496 1.00000000 0.9635139 0
## 518 698 GO:0048332 1.00000000 0.9635139 0
## 519 699 GO:0048678 1.00000000 0.9635139 0
## 520 700 GO:0051259 1.00000000 0.9635139 0
## 521 701 GO:0051262 1.00000000 0.9635139 0
## 522 702 GO:0055093 1.00000000 0.9635139 0
## 523 703 GO:0065003 1.00000000 0.9635139 0
## 524 706 GO:0071241 1.00000000 0.9635139 0
## 525 707 GO:0071248 1.00000000 0.9635139 0
## 526 709 GO:0071453 1.00000000 0.9635139 0
## 527 711 GO:0072524 1.00000000 0.9635139 0
## 528 712 GO:0072593 1.00000000 0.9635139 0
## 529 713 GO:0097237 1.00000000 0.9635139 0
## 530 714 GO:0098754 1.00000000 0.9635139 0
## 531 715 GO:0098869 1.00000000 0.9635139 0
## 532 716 GO:1901605 1.00000000 0.9635139 0
## 533 717 GO:1990748 1.00000000 0.9635139 0
## 534 718 GO:0007420 1.00000000 0.8997937 0
## 535 719 GO:0009056 1.00000000 0.9074150 0
## 536 720 GO:0044248 1.00000000 0.9074150 0
## 537 721 GO:0048592 1.00000000 0.8991225 0
## 538 722 GO:0007369 1.00000000 0.9252179 0
## 539 723 GO:0001666 1.00000000 0.9674648 0
## 540 732 GO:0006915 1.00000000 0.9674648 0
## 541 735 GO:0010467 1.00000000 0.9674648 0
## 542 742 GO:0016485 1.00000000 0.9674648 0
## 543 743 GO:0016486 1.00000000 0.9674648 0
## 544 751 GO:0036293 1.00000000 0.9674648 0
## 545 754 GO:0043171 1.00000000 0.9674648 0
## 546 755 GO:0043408 1.00000000 0.9674648 0
## 547 758 GO:0046686 1.00000000 0.9674648 0
## 548 760 GO:0051604 1.00000000 0.9674648 0
## 549 763 GO:0070372 1.00000000 0.9674648 0
## 550 765 GO:0048565 1.00000000 0.9128914 0
## 551 766 GO:0055123 1.00000000 0.9128914 0
## 552 767 GO:0060537 1.00000000 0.9514677 0
## 553 768 GO:0009892 1.00000000 0.9080098 0
## 554 769 GO:0010468 1.00000000 0.9080098 0
## 555 770 GO:0010605 1.00000000 0.9080098 0
## 556 771 GO:0006814 1.00000000 0.9082998 0
## 557 772 GO:0006821 1.00000000 0.9082998 0
## 558 773 GO:0006885 1.00000000 0.9082998 0
## 559 774 GO:0015698 1.00000000 0.9082998 0
## 560 775 GO:0030641 1.00000000 0.9082998 0
## 561 776 GO:0035725 1.00000000 0.9082998 0
## 562 777 GO:0051453 1.00000000 0.9082998 0
## 563 778 GO:0098656 1.00000000 0.9082998 0
## 564 779 GO:0098661 1.00000000 0.9082998 0
## 565 780 GO:1902476 1.00000000 0.9082998 0
## 566 781 GO:0007155 1.00000000 0.8858710 0
## 567 782 GO:0007507 1.00000000 0.9135076 0
## 568 783 GO:0001654 1.00000000 0.8692276 0
## 569 784 GO:0030855 1.00000000 0.8692276 0
## 570 785 GO:0090596 1.00000000 0.8692276 0
## 571 786 GO:0048729 1.00000000 0.8851614 0
## 572 787 GO:0051171 1.00000000 0.8784625 0
## 573 788 GO:0060255 1.00000000 0.8784625 0
## 574 789 GO:0010033 1.00000000 0.8719956 0
## 575 790 GO:0071310 1.00000000 0.8719956 0
## 576 791 GO:0000820 1.00000000 0.9667572 0
## 577 793 GO:0001101 1.00000000 0.9667572 0
## 578 794 GO:0001505 1.00000000 0.9667572 0
## 579 795 GO:0001934 1.00000000 0.9667572 0
## 580 797 GO:0002028 1.00000000 0.9667572 0
## 581 799 GO:0002119 1.00000000 0.9667572 0
## 582 800 GO:0006163 1.00000000 0.9667572 0
## 583 801 GO:0006521 1.00000000 0.9667572 0
## 584 802 GO:0006816 1.00000000 0.9667572 0
## 585 803 GO:0006897 1.00000000 0.9667572 0
## 586 804 GO:0007204 1.00000000 0.9667572 0
## 587 807 GO:0007605 1.00000000 0.9667572 0
## 588 808 GO:0007626 1.00000000 0.9667572 0
## 589 810 GO:0009150 1.00000000 0.9667572 0
## 590 811 GO:0009187 1.00000000 0.9667572 0
## 591 812 GO:0009259 1.00000000 0.9667572 0
## 592 813 GO:0009266 1.00000000 0.9667572 0
## 593 814 GO:0009409 1.00000000 0.9667572 0
## 594 815 GO:0009415 1.00000000 0.9667572 0
## 595 816 GO:0009581 1.00000000 0.9667572 0
## 596 817 GO:0009582 1.00000000 0.9667572 0
## 597 818 GO:0009719 1.00000000 0.9667572 0
## 598 819 GO:0009725 1.00000000 0.9667572 0
## 599 820 GO:0009895 1.00000000 0.9667572 0
## 600 821 GO:0010243 1.00000000 0.9667572 0
## 601 822 GO:0010562 1.00000000 0.9667572 0
## 602 823 GO:0010564 1.00000000 0.9667572 0
## 603 824 GO:0010565 1.00000000 0.9667572 0
## 604 830 GO:0010959 1.00000000 0.9667572 0
## 605 833 GO:0016192 1.00000000 0.9667572 0
## 606 834 GO:0018958 1.00000000 0.9667572 0
## 607 835 GO:0019693 1.00000000 0.9667572 0
## 608 854 GO:0030100 1.00000000 0.9667572 0
## 609 855 GO:0030317 1.00000000 0.9667572 0
## 610 858 GO:0031329 1.00000000 0.9667572 0
## 611 859 GO:0031330 1.00000000 0.9667572 0
## 612 860 GO:0031400 1.00000000 0.9667572 0
## 613 861 GO:0031401 1.00000000 0.9667572 0
## 614 862 GO:0031668 1.00000000 0.9667572 0
## 615 863 GO:0031669 1.00000000 0.9667572 0
## 616 865 GO:0031960 1.00000000 0.9667572 0
## 617 868 GO:0032870 1.00000000 0.9667572 0
## 618 869 GO:0033135 1.00000000 0.9667572 0
## 619 870 GO:0033138 1.00000000 0.9667572 0
## 620 871 GO:0033238 1.00000000 0.9667572 0
## 621 872 GO:0033239 1.00000000 0.9667572 0
## 622 877 GO:0033674 1.00000000 0.9667572 0
## 623 878 GO:0033993 1.00000000 0.9667572 0
## 624 879 GO:0034762 1.00000000 0.9667572 0
## 625 880 GO:0034765 1.00000000 0.9667572 0
## 626 881 GO:0040009 1.00000000 0.9667572 0
## 627 882 GO:0040010 1.00000000 0.9667572 0
## 628 883 GO:0042133 1.00000000 0.9667572 0
## 629 884 GO:0042327 1.00000000 0.9667572 0
## 630 885 GO:0042428 1.00000000 0.9667572 0
## 631 886 GO:0042430 1.00000000 0.9667572 0
## 632 889 GO:0043086 1.00000000 0.9667572 0
## 633 890 GO:0043269 1.00000000 0.9667572 0
## 634 891 GO:0043270 1.00000000 0.9667572 0
## 635 892 GO:0043549 1.00000000 0.9667572 0
## 636 893 GO:0043951 1.00000000 0.9667572 0
## 637 894 GO:0044092 1.00000000 0.9667572 0
## 638 898 GO:0045744 1.00000000 0.9667572 0
## 639 899 GO:0045763 1.00000000 0.9667572 0
## 640 900 GO:0045807 1.00000000 0.9667572 0
## 641 901 GO:0045859 1.00000000 0.9667572 0
## 642 902 GO:0045860 1.00000000 0.9667572 0
## 643 903 GO:0045927 1.00000000 0.9667572 0
## 644 904 GO:0045937 1.00000000 0.9667572 0
## 645 905 GO:0046068 1.00000000 0.9667572 0
## 646 906 GO:0046903 1.00000000 0.9667572 0
## 647 907 GO:0048167 1.00000000 0.9667572 0
## 648 908 GO:0048545 1.00000000 0.9667572 0
## 649 910 GO:0050848 1.00000000 0.9667572 0
## 650 911 GO:0050849 1.00000000 0.9667572 0
## 651 913 GO:0050905 1.00000000 0.9667572 0
## 652 914 GO:0050906 1.00000000 0.9667572 0
## 653 916 GO:0050954 1.00000000 0.9667572 0
## 654 917 GO:0050974 1.00000000 0.9667572 0
## 655 918 GO:0050982 1.00000000 0.9667572 0
## 656 921 GO:0051049 1.00000000 0.9667572 0
## 657 922 GO:0051050 1.00000000 0.9667572 0
## 658 923 GO:0051248 1.00000000 0.9667572 0
## 659 924 GO:0051338 1.00000000 0.9667572 0
## 660 925 GO:0051341 1.00000000 0.9667572 0
## 661 926 GO:0051347 1.00000000 0.9667572 0
## 662 928 GO:0051384 1.00000000 0.9667572 0
## 663 931 GO:0051480 1.00000000 0.9667572 0
## 664 932 GO:0051481 1.00000000 0.9667572 0
## 665 934 GO:0051606 1.00000000 0.9667572 0
## 666 935 GO:0051726 1.00000000 0.9667572 0
## 667 936 GO:0051924 1.00000000 0.9667572 0
## 668 937 GO:0051928 1.00000000 0.9667572 0
## 669 941 GO:0060627 1.00000000 0.9667572 0
## 670 942 GO:0062012 1.00000000 0.9667572 0
## 671 943 GO:0062014 1.00000000 0.9667572 0
## 672 944 GO:0070509 1.00000000 0.9667572 0
## 673 945 GO:0070588 1.00000000 0.9667572 0
## 674 950 GO:0071383 1.00000000 0.9667572 0
## 675 951 GO:0071384 1.00000000 0.9667572 0
## 676 952 GO:0071385 1.00000000 0.9667572 0
## 677 955 GO:0071396 1.00000000 0.9667572 0
## 678 956 GO:0071417 1.00000000 0.9667572 0
## 679 957 GO:0071495 1.00000000 0.9667572 0
## 680 958 GO:0071496 1.00000000 0.9667572 0
## 681 959 GO:0071867 1.00000000 0.9667572 0
## 682 960 GO:0071868 1.00000000 0.9667572 0
## 683 961 GO:0071869 1.00000000 0.9667572 0
## 684 962 GO:0071870 1.00000000 0.9667572 0
## 685 966 GO:0071900 1.00000000 0.9667572 0
## 686 967 GO:0071902 1.00000000 0.9667572 0
## 687 968 GO:0072521 1.00000000 0.9667572 0
## 688 969 GO:0080134 1.00000000 0.9667572 0
## 689 970 GO:0097164 1.00000000 0.9667572 0
## 690 971 GO:0097305 1.00000000 0.9667572 0
## 691 972 GO:0097306 1.00000000 0.9667572 0
## 692 973 GO:0097553 1.00000000 0.9667572 0
## 693 974 GO:0097722 1.00000000 0.9667572 0
## 694 975 GO:0098657 1.00000000 0.9667572 0
## 695 976 GO:0098659 1.00000000 0.9667572 0
## 696 977 GO:0098703 1.00000000 0.9667572 0
## 697 979 GO:0098739 1.00000000 0.9667572 0
## 698 980 GO:0099587 1.00000000 0.9667572 0
## 699 983 GO:0106070 1.00000000 0.9667572 0
## 700 984 GO:0106072 1.00000000 0.9667572 0
## 701 989 GO:1901135 1.00000000 0.9667572 0
## 702 990 GO:1901160 1.00000000 0.9667572 0
## 703 991 GO:1901615 1.00000000 0.9667572 0
## 704 992 GO:1901654 1.00000000 0.9667572 0
## 705 993 GO:1901655 1.00000000 0.9667572 0
## 706 995 GO:1901698 1.00000000 0.9667572 0
## 707 996 GO:1901699 1.00000000 0.9667572 0
## 708 997 GO:1901701 1.00000000 0.9667572 0
## 709 998 GO:1901987 1.00000000 0.9667572 0
## 710 1000 GO:1902305 1.00000000 0.9667572 0
## 711 1002 GO:1902806 1.00000000 0.9667572 0
## 712 1007 GO:1903426 1.00000000 0.9667572 0
## 713 1008 GO:1903427 1.00000000 0.9667572 0
## 714 1010 GO:1904062 1.00000000 0.9667572 0
## 715 1016 GO:2000377 1.00000000 0.9667572 0
## 716 1017 GO:2000378 1.00000000 0.9667572 0
## 717 1018 GO:2000479 1.00000000 0.9667572 0
## 718 1020 GO:0009888 1.00000000 0.7858537 0
## 719 1021 GO:0009791 1.00000000 0.8916445 0
## 720 1022 GO:0030154 1.00000000 0.7864838 0
## 721 1023 GO:0048869 1.00000000 0.7864838 0
## 722 1025 GO:0007264 1.00000000 0.9642862 0
## 723 1026 GO:0007265 1.00000000 0.9642862 0
## 724 1027 GO:0007266 1.00000000 0.9642862 0
## 725 1029 GO:0010720 1.00000000 0.9642862 0
## 726 1030 GO:0016358 1.00000000 0.9642862 0
## 727 1041 GO:0030031 1.00000000 0.9642862 0
## 728 1042 GO:0030032 1.00000000 0.9642862 0
## 729 1043 GO:0030334 1.00000000 0.9642862 0
## 730 1044 GO:0030335 1.00000000 0.9642862 0
## 731 1045 GO:0030336 1.00000000 0.9642862 0
## 732 1046 GO:0031268 1.00000000 0.9642862 0
## 733 1047 GO:0031269 1.00000000 0.9642862 0
## 734 1048 GO:0031589 1.00000000 0.9642862 0
## 735 1049 GO:0034446 1.00000000 0.9642862 0
## 736 1050 GO:0040013 1.00000000 0.9642862 0
## 737 1051 GO:0042063 1.00000000 0.9642862 0
## 738 1052 GO:0043087 1.00000000 0.9642862 0
## 739 1053 GO:0043547 1.00000000 0.9642862 0
## 740 1054 GO:0045597 1.00000000 0.9642862 0
## 741 1055 GO:0046847 1.00000000 0.9642862 0
## 742 1056 GO:0050769 1.00000000 0.9642862 0
## 743 1057 GO:0051014 1.00000000 0.9642862 0
## 744 1058 GO:0051056 1.00000000 0.9642862 0
## 745 1059 GO:0051094 1.00000000 0.9642862 0
## 746 1060 GO:0051336 1.00000000 0.9642862 0
## 747 1061 GO:0051345 1.00000000 0.9642862 0
## 748 1062 GO:0051489 1.00000000 0.9642862 0
## 749 1063 GO:0051490 1.00000000 0.9642862 0
## 750 1064 GO:0051962 1.00000000 0.9642862 0
## 751 1065 GO:0060491 1.00000000 0.9642862 0
## 752 1066 GO:0060996 1.00000000 0.9642862 0
## 753 1067 GO:0060998 1.00000000 0.9642862 0
## 754 1069 GO:0097581 1.00000000 0.9642862 0
## 755 1070 GO:0120031 1.00000000 0.9642862 0
## 756 1071 GO:0120032 1.00000000 0.9642862 0
## 757 1072 GO:0120033 1.00000000 0.9642862 0
## 758 1073 GO:2000145 1.00000000 0.9642862 0
## 759 1074 GO:2000146 1.00000000 0.9642862 0
## 760 1075 GO:2000147 1.00000000 0.9642862 0
## 761 1076 GO:2001222 1.00000000 0.9642862 0
## 762 1077 GO:2001223 1.00000000 0.9642862 0
## 763 1078 GO:2001224 1.00000000 0.9642862 0
## 764 1079 GO:0009605 1.00000000 0.8684546 0
## 765 1080 GO:0009792 1.00000000 0.8712573 0
## 766 1081 GO:0031175 1.00000000 0.8828270 0
## 767 1082 GO:0010035 1.00000000 0.8714012 0
## 768 1083 GO:0051234 1.00000000 0.7628346 0
## numInCat
## 1 1
## 2 1
## 3 1
## 4 1
## 5 1
## 6 1
## 7 1
## 8 1
## 9 1
## 10 1
## 11 1
## 12 1
## 13 1
## 14 1
## 15 1
## 16 1
## 17 2
## 18 2
## 19 2
## 20 2
## 21 2
## 22 2
## 23 2
## 24 2
## 25 15
## 26 2
## 27 3
## 28 3
## 29 3
## 30 3
## 31 3
## 32 3
## 33 3
## 34 3
## 35 3
## 36 3
## 37 3
## 38 3
## 39 18
## 40 3
## 41 3
## 42 4
## 43 4
## 44 20
## 45 4
## 46 4
## 47 4
## 48 5
## 49 5
## 50 6
## 51 6
## 52 6
## 53 6
## 54 6
## 55 6
## 56 6
## 57 6
## 58 6
## 59 6
## 60 6
## 61 6
## 62 7
## 63 7
## 64 9
## 65 9
## 66 7
## 67 9
## 68 9
## 69 11
## 70 11
## 71 11
## 72 11
## 73 11
## 74 11
## 75 11
## 76 13
## 77 13
## 78 2
## 79 2
## 80 2
## 81 2
## 82 2
## 83 2
## 84 2
## 85 2
## 86 2
## 87 2
## 88 2
## 89 2
## 90 2
## 91 2
## 92 2
## 93 2
## 94 7
## 95 7
## 96 5
## 97 5
## 98 5
## 99 5
## 100 5
## 101 5
## 102 5
## 103 2
## 104 2
## 105 2
## 106 2
## 107 2
## 108 2
## 109 2
## 110 2
## 111 2
## 112 6
## 113 2
## 114 2
## 115 6
## 116 6
## 117 2
## 118 2
## 119 2
## 120 2
## 121 2
## 122 2
## 123 2
## 124 2
## 125 2
## 126 2
## 127 2
## 128 5
## 129 6
## 130 1
## 131 1
## 132 1
## 133 1
## 134 6
## 135 3
## 136 2
## 137 2
## 138 2
## 139 2
## 140 2
## 141 2
## 142 2
## 143 2
## 144 2
## 145 2
## 146 2
## 147 2
## 148 2
## 149 2
## 150 2
## 151 2
## 152 2
## 153 5
## 154 6
## 155 6
## 156 5
## 157 5
## 158 5
## 159 5
## 160 3
## 161 3
## 162 2
## 163 2
## 164 2
## 165 2
## 166 2
## 167 7
## 168 7
## 169 5
## 170 2
## 171 2
## 172 2
## 173 5
## 174 2
## 175 2
## 176 2
## 177 7
## 178 2
## 179 2
## 180 2
## 181 2
## 182 6
## 183 6
## 184 6
## 185 6
## 186 6
## 187 5
## 188 5
## 189 4
## 190 4
## 191 4
## 192 4
## 193 3
## 194 3
## 195 3
## 196 5
## 197 6
## 198 3
## 199 1
## 200 1
## 201 1
## 202 1
## 203 1
## 204 1
## 205 1
## 206 1
## 207 1
## 208 1
## 209 1
## 210 1
## 211 1
## 212 1
## 213 1
## 214 1
## 215 1
## 216 1
## 217 1
## 218 1
## 219 1
## 220 1
## 221 1
## 222 1
## 223 1
## 224 1
## 225 1
## 226 1
## 227 1
## 228 1
## 229 1
## 230 1
## 231 2
## 232 2
## 233 2
## 234 2
## 235 2
## 236 2
## 237 5
## 238 2
## 239 5
## 240 5
## 241 1
## 242 1
## 243 1
## 244 1
## 245 1
## 246 1
## 247 1
## 248 1
## 249 1
## 250 1
## 251 1
## 252 1
## 253 1
## 254 1
## 255 1
## 256 1
## 257 1
## 258 1
## 259 1
## 260 1
## 261 1
## 262 1
## 263 1
## 264 1
## 265 1
## 266 1
## 267 1
## 268 1
## 269 1
## 270 1
## 271 1
## 272 1
## 273 1
## 274 1
## 275 1
## 276 1
## 277 1
## 278 1
## 279 1
## 280 1
## 281 1
## 282 1
## 283 1
## 284 2
## 285 1
## 286 1
## 287 1
## 288 1
## 289 1
## 290 1
## 291 1
## 292 1
## 293 1
## 294 1
## 295 1
## 296 1
## 297 1
## 298 1
## 299 1
## 300 1
## 301 5
## 302 5
## 303 2
## 304 2
## 305 2
## 306 2
## 307 2
## 308 2
## 309 2
## 310 2
## 311 2
## 312 2
## 313 2
## 314 2
## 315 2
## 316 2
## 317 2
## 318 2
## 319 2
## 320 2
## 321 2
## 322 2
## 323 2
## 324 2
## 325 2
## 326 2
## 327 2
## 328 2
## 329 2
## 330 2
## 331 2
## 332 1
## 333 1
## 334 1
## 335 1
## 336 1
## 337 1
## 338 1
## 339 1
## 340 1
## 341 1
## 342 1
## 343 1
## 344 1
## 345 1
## 346 1
## 347 1
## 348 1
## 349 1
## 350 1
## 351 1
## 352 1
## 353 1
## 354 1
## 355 1
## 356 2
## 357 2
## 358 3
## 359 3
## 360 5
## 361 5
## 362 3
## 363 2
## 364 3
## 365 3
## 366 2
## 367 5
## 368 5
## 369 3
## 370 3
## 371 3
## 372 1
## 373 1
## 374 1
## 375 1
## 376 1
## 377 1
## 378 1
## 379 1
## 380 1
## 381 1
## 382 2
## 383 2
## 384 2
## 385 2
## 386 2
## 387 1
## 388 1
## 389 1
## 390 1
## 391 1
## 392 1
## 393 1
## 394 1
## 395 1
## 396 1
## 397 1
## 398 1
## 399 1
## 400 1
## 401 1
## 402 1
## 403 1
## 404 1
## 405 1
## 406 1
## 407 1
## 408 1
## 409 1
## 410 1
## 411 1
## 412 1
## 413 1
## 414 3
## 415 2
## 416 2
## 417 2
## 418 2
## 419 2
## 420 9
## 421 13
## 422 10
## 423 14
## 424 13
## 425 9
## 426 11
## 427 13
## 428 13
## 429 13
## 430 2
## 431 7
## 432 2
## 433 2
## 434 2
## 435 2
## 436 2
## 437 2
## 438 2
## 439 2
## 440 2
## 441 2
## 442 2
## 443 2
## 444 2
## 445 2
## 446 1
## 447 1
## 448 1
## 449 1
## 450 1
## 451 1
## 452 1
## 453 1
## 454 1
## 455 1
## 456 1
## 457 1
## 458 4
## 459 3
## 460 3
## 461 4
## 462 2
## 463 2
## 464 2
## 465 2
## 466 2
## 467 4
## 468 4
## 469 2
## 470 2
## 471 2
## 472 2
## 473 3
## 474 3
## 475 3
## 476 3
## 477 3
## 478 3
## 479 3
## 480 3
## 481 3
## 482 3
## 483 3
## 484 3
## 485 3
## 486 1
## 487 1
## 488 1
## 489 1
## 490 1
## 491 1
## 492 1
## 493 1
## 494 1
## 495 1
## 496 1
## 497 1
## 498 1
## 499 1
## 500 1
## 501 1
## 502 1
## 503 1
## 504 1
## 505 1
## 506 1
## 507 1
## 508 1
## 509 1
## 510 1
## 511 1
## 512 1
## 513 1
## 514 1
## 515 1
## 516 1
## 517 1
## 518 1
## 519 1
## 520 1
## 521 1
## 522 1
## 523 1
## 524 1
## 525 1
## 526 1
## 527 1
## 528 1
## 529 1
## 530 1
## 531 1
## 532 1
## 533 1
## 534 3
## 535 3
## 536 3
## 537 3
## 538 2
## 539 1
## 540 1
## 541 1
## 542 1
## 543 1
## 544 1
## 545 1
## 546 1
## 547 1
## 548 1
## 549 1
## 550 3
## 551 3
## 552 2
## 553 3
## 554 3
## 555 3
## 556 3
## 557 3
## 558 3
## 559 3
## 560 3
## 561 3
## 562 3
## 563 3
## 564 3
## 565 3
## 566 4
## 567 4
## 568 4
## 569 4
## 570 4
## 571 4
## 572 4
## 573 4
## 574 4
## 575 4
## 576 1
## 577 1
## 578 1
## 579 1
## 580 1
## 581 1
## 582 1
## 583 1
## 584 1
## 585 1
## 586 1
## 587 1
## 588 1
## 589 1
## 590 1
## 591 1
## 592 1
## 593 1
## 594 1
## 595 1
## 596 1
## 597 1
## 598 1
## 599 1
## 600 1
## 601 1
## 602 1
## 603 1
## 604 1
## 605 1
## 606 1
## 607 1
## 608 1
## 609 1
## 610 1
## 611 1
## 612 1
## 613 1
## 614 1
## 615 1
## 616 1
## 617 1
## 618 1
## 619 1
## 620 1
## 621 1
## 622 1
## 623 1
## 624 1
## 625 1
## 626 1
## 627 1
## 628 1
## 629 1
## 630 1
## 631 1
## 632 1
## 633 1
## 634 1
## 635 1
## 636 1
## 637 1
## 638 1
## 639 1
## 640 1
## 641 1
## 642 1
## 643 1
## 644 1
## 645 1
## 646 1
## 647 1
## 648 1
## 649 1
## 650 1
## 651 1
## 652 1
## 653 1
## 654 1
## 655 1
## 656 1
## 657 1
## 658 1
## 659 1
## 660 1
## 661 1
## 662 1
## 663 1
## 664 1
## 665 1
## 666 1
## 667 1
## 668 1
## 669 1
## 670 1
## 671 1
## 672 1
## 673 1
## 674 1
## 675 1
## 676 1
## 677 1
## 678 1
## 679 1
## 680 1
## 681 1
## 682 1
## 683 1
## 684 1
## 685 1
## 686 1
## 687 1
## 688 1
## 689 1
## 690 1
## 691 1
## 692 1
## 693 1
## 694 1
## 695 1
## 696 1
## 697 1
## 698 1
## 699 1
## 700 1
## 701 1
## 702 1
## 703 1
## 704 1
## 705 1
## 706 1
## 707 1
## 708 1
## 709 1
## 710 1
## 711 1
## 712 1
## 713 1
## 714 1
## 715 1
## 716 1
## 717 1
## 718 8
## 719 4
## 720 8
## 721 8
## 722 1
## 723 1
## 724 1
## 725 1
## 726 1
## 727 1
## 728 1
## 729 1
## 730 1
## 731 1
## 732 1
## 733 1
## 734 1
## 735 1
## 736 1
## 737 1
## 738 1
## 739 1
## 740 1
## 741 1
## 742 1
## 743 1
## 744 1
## 745 1
## 746 1
## 747 1
## 748 1
## 749 1
## 750 1
## 751 1
## 752 1
## 753 1
## 754 1
## 755 1
## 756 1
## 757 1
## 758 1
## 759 1
## 760 1
## 761 1
## 762 1
## 763 1
## 764 4
## 765 4
## 766 4
## 767 4
## 768 8
## term
## 1 vitamin metabolic process
## 2 water-soluble vitamin metabolic process
## 3 cobalamin metabolic process
## 4 tetrapyrrole metabolic process
## 5 cell-cell junction assembly
## 6 regulation of synaptic assembly at neuromuscular junction
## 7 positive regulation of protein-containing complex assembly
## 8 cell junction assembly
## 9 regulation of protein-containing complex assembly
## 10 apical junction assembly
## 11 positive regulation of cellular component biogenesis
## 12 regulation of synapse assembly
## 13 bicellular tight junction assembly
## 14 protein localization to adherens junction
## 15 protein localization to cell junction
## 16 regulation of neuromuscular junction development
## 17 regulation of synapse structure or activity
## 18 regulation of synapse organization
## 19 cell junction organization
## 20 cell-cell junction organization
## 21 intracellular calcium ion homeostasis
## 22 calcium ion homeostasis
## 23 positive regulation of cellular component organization
## 24 regulation of cellular component biogenesis
## 25 regulation of biological quality
## 26 regulation of developmental growth
## 27 proteolysis
## 28 cellular aromatic compound metabolic process
## 29 small molecule metabolic process
## 30 heterocycle metabolic process
## 31 positive regulation of signal transduction
## 32 positive regulation of cell communication
## 33 positive regulation of signaling
## 34 positive regulation of response to stimulus
## 35 establishment or maintenance of cell polarity
## 36 protein localization
## 37 establishment of cell polarity
## 38 macromolecule localization
## 39 biological regulation
## 40 regulation of growth
## 41 regulation of nervous system development
## 42 cellular component assembly
## 43 cellular component biogenesis
## 44 cellular process
## 45 organic cyclic compound metabolic process
## 46 regulation of developmental process
## 47 regulation of multicellular organismal development
## 48 regulation of cellular component organization
## 49 regulation of signal transduction
## 50 intracellular monoatomic ion homeostasis
## 51 intracellular monoatomic cation homeostasis
## 52 chemical homeostasis
## 53 monoatomic ion homeostasis
## 54 monoatomic cation homeostasis
## 55 intracellular chemical homeostasis
## 56 inorganic ion homeostasis
## 57 regulation of cell communication
## 58 regulation of signaling
## 59 positive regulation of cellular process
## 60 regulation of response to stimulus
## 61 regulation of multicellular organismal process
## 62 cellular homeostasis
## 63 homeostatic process
## 64 protein metabolic process
## 65 macromolecule metabolic process
## 66 positive regulation of biological process
## 67 cellular component organization
## 68 cellular component organization or biogenesis
## 69 nitrogen compound metabolic process
## 70 metabolic process
## 71 cellular metabolic process
## 72 primary metabolic process
## 73 organic substance metabolic process
## 74 organonitrogen compound metabolic process
## 75 localization
## 76 regulation of biological process
## 77 regulation of cellular process
## 78 regulation of DNA-templated transcription
## 79 regulation of transcription by RNA polymerase II
## 80 behavior
## 81 regulation of biosynthetic process
## 82 negative regulation of biosynthetic process
## 83 regulation of macromolecule biosynthetic process
## 84 regulation of nucleobase-containing compound metabolic process
## 85 negative regulation of cellular metabolic process
## 86 regulation of cellular biosynthetic process
## 87 negative regulation of cellular biosynthetic process
## 88 regulation of body fluid levels
## 89 negative regulation of nitrogen compound metabolic process
## 90 regulation of RNA metabolic process
## 91 regulation of nucleic acid-templated transcription
## 92 regulation of cellular macromolecule biosynthetic process
## 93 regulation of RNA biosynthetic process
## 94 signaling
## 95 cellular macromolecule metabolic process
## 96 monoatomic cation transport
## 97 metal ion transport
## 98 monoatomic ion transmembrane transport
## 99 transmembrane transport
## 100 monoatomic cation transmembrane transport
## 101 inorganic ion transmembrane transport
## 102 inorganic cation transmembrane transport
## 103 axonal fasciculation
## 104 cell recognition
## 105 neuron recognition
## 106 growth
## 107 developmental growth
## 108 developmental growth involved in morphogenesis
## 109 axon development
## 110 neuron projection fasciculation
## 111 positive regulation of multicellular organismal process
## 112 tube development
## 113 regulation of hormone levels
## 114 hormone metabolic process
## 115 signal transduction
## 116 embryo development
## 117 organonitrogen compound catabolic process
## 118 organic substance catabolic process
## 119 establishment of planar polarity
## 120 morphogenesis of a polarized epithelium
## 121 homophilic cell adhesion via plasma membrane adhesion molecules
## 122 establishment of tissue polarity
## 123 pattern specification process
## 124 regulation of anatomical structure morphogenesis
## 125 cellular macromolecule localization
## 126 cell-cell adhesion
## 127 cell-cell adhesion via plasma-membrane adhesion molecules
## 128 anatomical structure formation involved in morphogenesis
## 129 animal organ morphogenesis
## 130 macromolecule catabolic process
## 131 protein catabolic process
## 132 cellular macromolecule catabolic process
## 133 proteolysis involved in protein catabolic process
## 134 negative regulation of biological process
## 135 response to wounding
## 136 peptide metabolic process
## 137 amide metabolic process
## 138 response to oxygen levels
## 139 nucleobase-containing compound metabolic process
## 140 nucleoside phosphate metabolic process
## 141 phosphorus metabolic process
## 142 phosphate-containing compound metabolic process
## 143 nucleotide metabolic process
## 144 organophosphate metabolic process
## 145 nucleobase-containing small molecule metabolic process
## 146 response to oxygen-containing compound
## 147 cell death
## 148 programmed cell death
## 149 regulation of cell size
## 150 regulation of cellular component size
## 151 cell morphogenesis involved in neuron differentiation
## 152 establishment of localization in cell
## 153 embryonic morphogenesis
## 154 protein modification process
## 155 macromolecule modification
## 156 monoatomic anion transport
## 157 bicarbonate transport
## 158 organic anion transport
## 159 organic substance transport
## 160 system process
## 161 epithelial cell development
## 162 negative regulation of signal transduction
## 163 negative regulation of cell communication
## 164 negative regulation of signaling
## 165 negative regulation of response to stimulus
## 166 negative regulation of intracellular signal transduction
## 167 transport
## 168 monoatomic ion transport
## 169 epithelium development
## 170 larval development
## 171 embryonic organ morphogenesis
## 172 embryonic organ development
## 173 sensory organ development
## 174 chromatin organization
## 175 histone modification
## 176 chromosome organization
## 177 cell development
## 178 post-embryonic animal morphogenesis
## 179 post-embryonic animal organ morphogenesis
## 180 post-embryonic animal organ development
## 181 epithelial tube morphogenesis
## 182 organelle organization
## 183 nervous system development
## 184 neurogenesis
## 185 neuron differentiation
## 186 generation of neurons
## 187 regulation of metabolic process
## 188 regulation of primary metabolic process
## 189 cell morphogenesis
## 190 cell morphogenesis involved in differentiation
## 191 locomotion
## 192 cell motility
## 193 positive regulation of metabolic process
## 194 positive regulation of macromolecule metabolic process
## 195 regulation of protein metabolic process
## 196 regulation of anatomical structure size
## 197 circulatory system development
## 198 regulation of tube size
## 199 mitotic cytokinesis
## 200 cytokinesis
## 201 chromatin remodeling
## 202 protein acetylation
## 203 internal protein amino acid acetylation
## 204 actin filament organization
## 205 muscle organ development
## 206 neuromuscular junction development
## 207 cellular component assembly involved in morphogenesis
## 208 skeletal myofibril assembly
## 209 myotube differentiation
## 210 histone acetylation
## 211 peptidyl-amino acid modification
## 212 peptidyl-lysine modification
## 213 internal peptidyl-lysine acetylation
## 214 peptidyl-lysine acetylation
## 215 myofibril assembly
## 216 actomyosin structure organization
## 217 nucleosome organization
## 218 muscle cell differentiation
## 219 protein acylation
## 220 striated muscle cell differentiation
## 221 cell division
## 222 muscle cell development
## 223 striated muscle cell development
## 224 skeletal muscle organ development
## 225 muscle structure development
## 226 cytoskeleton-dependent cytokinesis
## 227 organelle assembly
## 228 muscle thin filament assembly
## 229 protein-DNA complex subunit organization
## 230 supramolecular fiber organization
## 231 sensory perception
## 232 mechanoreceptor differentiation
## 233 camera-type eye development
## 234 modulation of chemical synaptic transmission
## 235 nervous system process
## 236 regulation of trans-synaptic signaling
## 237 cellular component morphogenesis
## 238 vasculature development
## 239 reproduction
## 240 reproductive process
## 241 establishment of mitotic spindle orientation
## 242 regulation of cell growth
## 243 epithelial cell morphogenesis involved in gastrulation
## 244 epithelial cell morphogenesis
## 245 apical constriction
## 246 apical constriction involved in gastrulation
## 247 chemotaxis
## 248 axonogenesis
## 249 axon guidance
## 250 regulation of cell morphogenesis involved in differentiation
## 251 cell growth
## 252 regulation of cell morphogenesis
## 253 actin filament-based movement
## 254 regulation of axon extension
## 255 cortical cytoskeleton organization
## 256 cortical actin cytoskeleton organization
## 257 regulation of response to external stimulus
## 258 maintenance of protein location in cell
## 259 establishment of mitotic spindle localization
## 260 cell migration involved in gastrulation
## 261 taxis
## 262 maintenance of protein location
## 263 developmental cell growth
## 264 axon extension
## 265 regulation of dendrite morphogenesis
## 266 regulation of axon extension involved in axon guidance
## 267 axon extension involved in axon guidance
## 268 regulation of axonogenesis
## 269 regulation of chemotaxis
## 270 maintenance of location
## 271 establishment of spindle localization
## 272 establishment of spindle orientation
## 273 organelle localization
## 274 maintenance of location in cell
## 275 spindle localization
## 276 establishment of organelle localization
## 277 regulation of extent of cell growth
## 278 actin-mediated cell contraction
## 279 neuron projection guidance
## 280 neuron projection extension involved in neuron projection guidance
## 281 regulation of axon guidance
## 282 microtubule cytoskeleton organization involved in mitosis
## 283 neuron projection extension
## 284 protein-containing complex organization
## 285 negative regulation of transcription by RNA polymerase II
## 286 protein deacetylation
## 287 blood coagulation
## 288 hemostasis
## 289 feeding behavior
## 290 negative regulation of macromolecule biosynthetic process
## 291 histone deacetylation
## 292 protein deacylation
## 293 negative regulation of DNA-templated transcription
## 294 negative regulation of nucleobase-containing compound metabolic process
## 295 coagulation
## 296 negative regulation of RNA metabolic process
## 297 macromolecule deacylation
## 298 negative regulation of RNA biosynthetic process
## 299 negative regulation of nucleic acid-templated transcription
## 300 negative regulation of cellular macromolecule biosynthetic process
## 301 negative regulation of cellular process
## 302 response to stress
## 303 developmental process involved in reproduction
## 304 reproductive structure development
## 305 reproductive system development
## 306 regulation of catabolic process
## 307 response to organic cyclic compound
## 308 positive regulation of nitrogen compound metabolic process
## 309 positive regulation of protein metabolic process
## 310 cellular response to organic cyclic compound
## 311 ameboidal-type cell migration
## 312 negative regulation of cell development
## 313 regulation of neuron projection development
## 314 negative regulation of neuron projection development
## 315 regulation of cell projection organization
## 316 negative regulation of cell projection organization
## 317 cell part morphogenesis
## 318 regulation of cell differentiation
## 319 negative regulation of cell differentiation
## 320 regulation of neuron differentiation
## 321 neuron projection morphogenesis
## 322 cell projection morphogenesis
## 323 regulation of neurogenesis
## 324 negative regulation of neurogenesis
## 325 regulation of dendrite development
## 326 negative regulation of developmental process
## 327 negative regulation of cellular component organization
## 328 negative regulation of nervous system development
## 329 regulation of cell development
## 330 regulation of plasma membrane bounded cell projection organization
## 331 plasma membrane bounded cell projection morphogenesis
## 332 morphogenesis of a branching structure
## 333 regionalization
## 334 heterophilic cell-cell adhesion via plasma membrane cell adhesion molecules
## 335 peptide cross-linking
## 336 developmental maturation
## 337 establishment or maintenance of apical/basal cell polarity
## 338 hippo signaling
## 339 regulation of hippo signaling
## 340 negative regulation of hippo signaling
## 341 positive regulation of hippo signaling
## 342 establishment or maintenance of epithelial cell apical/basal polarity
## 343 formation of anatomical boundary
## 344 mesenchyme development
## 345 morphogenesis of a branching epithelium
## 346 establishment or maintenance of bipolar cell polarity
## 347 anatomical structure maturation
## 348 protein localization to membrane
## 349 protein localization to plasma membrane
## 350 establishment of epithelial cell polarity
## 351 regulation of establishment of planar polarity
## 352 protein localization involved in establishment of planar polarity
## 353 regulation of morphogenesis of an epithelium
## 354 protein localization to cell periphery
## 355 regulation of animal organ morphogenesis
## 356 cell population proliferation
## 357 wound healing
## 358 epidermis development
## 359 epidermal cell differentiation
## 360 cellular response to chemical stimulus
## 361 neuron development
## 362 actin filament-based process
## 363 response to copper ion
## 364 response to metal ion
## 365 cellular localization
## 366 molting cycle
## 367 cell projection organization
## 368 plasma membrane bounded cell projection organization
## 369 regulation of localization
## 370 regulation of locomotion
## 371 negative regulation of multicellular organismal process
## 372 ventral cord development
## 373 morphogenesis of embryonic epithelium
## 374 cellular component disassembly
## 375 extracellular matrix organization
## 376 regeneration
## 377 basement membrane disassembly
## 378 tube formation
## 379 extracellular structure organization
## 380 basement membrane organization
## 381 epithelial tube formation
## 382 positive regulation of locomotion
## 383 positive regulation of catalytic activity
## 384 positive regulation of molecular function
## 385 regulation of catalytic activity
## 386 regulation of molecular function
## 387 blood vessel development
## 388 immune system process
## 389 lipid metabolic process
## 390 enzyme-linked receptor protein signaling pathway
## 391 transmembrane receptor protein tyrosine kinase signaling pathway
## 392 sex differentiation
## 393 steroid metabolic process
## 394 androgen metabolic process
## 395 estrogen metabolic process
## 396 gonad development
## 397 female gonad development
## 398 positive regulation of catabolic process
## 399 body morphogenesis
## 400 hemopoiesis
## 401 regulation of protein catabolic process
## 402 development of primary sexual characteristics
## 403 positive regulation of protein catabolic process
## 404 development of primary female sexual characteristics
## 405 female sex differentiation
## 406 blood vessel morphogenesis
## 407 head morphogenesis
## 408 transition metal ion transport
## 409 copper ion transport
## 410 iron ion transport
## 411 intracellular iron ion homeostasis
## 412 copper ion transmembrane transport
## 413 iron ion homeostasis
## 414 regulation of cellular metabolic process
## 415 mitotic cell cycle
## 416 cell cycle
## 417 cell cycle process
## 418 actin cytoskeleton organization
## 419 mitotic cell cycle process
## 420 cell communication
## 421 multicellular organism development
## 422 anatomical structure morphogenesis
## 423 multicellular organismal process
## 424 developmental process
## 425 response to chemical
## 426 animal organ development
## 427 system development
## 428 anatomical structure development
## 429 response to stimulus
## 430 synapse organization
## 431 cellular response to stimulus
## 432 negative regulation of gene expression
## 433 post-translational protein modification
## 434 intracellular signal transduction
## 435 regulation of protein phosphorylation
## 436 regulation of G protein-coupled receptor signaling pathway
## 437 response to mechanical stimulus
## 438 regulation of phosphate metabolic process
## 439 positive regulation of cellular metabolic process
## 440 regulation of protein modification process
## 441 regulation of phosphorylation
## 442 regulation of cAMP-mediated signaling
## 443 regulation of system process
## 444 regulation of phosphorus metabolic process
## 445 regulation of muscle system process
## 446 cell-cell signaling
## 447 chemical synaptic transmission
## 448 synaptic transmission, cholinergic
## 449 programmed cell death involved in cell development
## 450 regulation of synaptic transmission, GABAergic
## 451 response to arsenic-containing substance
## 452 camera-type eye morphogenesis
## 453 sensory perception of light stimulus
## 454 anterograde trans-synaptic signaling
## 455 synaptic signaling
## 456 trans-synaptic signaling
## 457 proton transmembrane transport
## 458 central nervous system development
## 459 tube morphogenesis
## 460 morphogenesis of an epithelium
## 461 regulation of intracellular signal transduction
## 462 aging
## 463 response to nutrient
## 464 response to extracellular stimulus
## 465 response to nutrient levels
## 466 gland development
## 467 cytoskeleton organization
## 468 head development
## 469 cytokine-mediated signaling pathway
## 470 response to cytokine
## 471 cellular response to cytokine stimulus
## 472 positive regulation of intracellular signal transduction
## 473 response to abiotic stimulus
## 474 cellular nitrogen compound metabolic process
## 475 gamete generation
## 476 spermatogenesis
## 477 sexual reproduction
## 478 multicellular organism reproduction
## 479 multi-organism reproductive process
## 480 male gamete generation
## 481 multicellular organismal reproductive process
## 482 microtubule cytoskeleton organization
## 483 microtubule-based process
## 484 cell migration
## 485 cell surface receptor signaling pathway
## 486 response to reactive oxygen species
## 487 response to oxygen radical
## 488 formation of primary germ layer
## 489 mesoderm formation
## 490 organic acid metabolic process
## 491 amino acid metabolic process
## 492 cellular modified amino acid metabolic process
## 493 NADP metabolic process
## 494 glutathione metabolic process
## 495 sulfur compound metabolic process
## 496 response to oxidative stress
## 497 mesoderm development
## 498 serine family amino acid metabolic process
## 499 response to toxic substance
## 500 regulation of cell death
## 501 positive regulation of cell death
## 502 selenocysteine metabolic process
## 503 molting cycle, collagen and cuticulin-based cuticle
## 504 regulation of lipid metabolic process
## 505 pyridine nucleotide metabolic process
## 506 carboxylic acid metabolic process
## 507 molting cycle process
## 508 cellular response to stress
## 509 cellular response to oxidative stress
## 510 response to increased oxygen levels
## 511 ecdysis, collagen and cuticulin-based cuticle
## 512 benzene-containing compound metabolic process
## 513 hydrogen peroxide metabolic process
## 514 hydrogen peroxide catabolic process
## 515 oxoacid metabolic process
## 516 cell redox homeostasis
## 517 nicotinamide nucleotide metabolic process
## 518 mesoderm morphogenesis
## 519 response to axon injury
## 520 protein complex oligomerization
## 521 protein tetramerization
## 522 response to hyperoxia
## 523 protein-containing complex assembly
## 524 cellular response to inorganic substance
## 525 cellular response to metal ion
## 526 cellular response to oxygen levels
## 527 pyridine-containing compound metabolic process
## 528 reactive oxygen species metabolic process
## 529 cellular response to toxic substance
## 530 detoxification
## 531 cellular oxidant detoxification
## 532 alpha-amino acid metabolic process
## 533 cellular detoxification
## 534 brain development
## 535 catabolic process
## 536 cellular catabolic process
## 537 eye morphogenesis
## 538 gastrulation
## 539 response to hypoxia
## 540 apoptotic process
## 541 gene expression
## 542 protein processing
## 543 peptide hormone processing
## 544 response to decreased oxygen levels
## 545 peptide catabolic process
## 546 regulation of MAPK cascade
## 547 response to cadmium ion
## 548 protein maturation
## 549 regulation of ERK1 and ERK2 cascade
## 550 digestive tract development
## 551 digestive system development
## 552 muscle tissue development
## 553 negative regulation of metabolic process
## 554 regulation of gene expression
## 555 negative regulation of macromolecule metabolic process
## 556 sodium ion transport
## 557 chloride transport
## 558 regulation of pH
## 559 inorganic anion transport
## 560 regulation of cellular pH
## 561 sodium ion transmembrane transport
## 562 regulation of intracellular pH
## 563 monoatomic anion transmembrane transport
## 564 inorganic anion transmembrane transport
## 565 chloride transmembrane transport
## 566 cell adhesion
## 567 heart development
## 568 eye development
## 569 epithelial cell differentiation
## 570 sensory organ morphogenesis
## 571 tissue morphogenesis
## 572 regulation of nitrogen compound metabolic process
## 573 regulation of macromolecule metabolic process
## 574 response to organic substance
## 575 cellular response to organic substance
## 576 regulation of glutamine family amino acid metabolic process
## 577 response to acid chemical
## 578 regulation of neurotransmitter levels
## 579 positive regulation of protein phosphorylation
## 580 regulation of sodium ion transport
## 581 nematode larval development
## 582 purine nucleotide metabolic process
## 583 regulation of cellular amino acid metabolic process
## 584 calcium ion transport
## 585 endocytosis
## 586 positive regulation of cytosolic calcium ion concentration
## 587 sensory perception of sound
## 588 locomotory behavior
## 589 purine ribonucleotide metabolic process
## 590 cyclic nucleotide metabolic process
## 591 ribonucleotide metabolic process
## 592 response to temperature stimulus
## 593 response to cold
## 594 response to water
## 595 detection of external stimulus
## 596 detection of abiotic stimulus
## 597 response to endogenous stimulus
## 598 response to hormone
## 599 negative regulation of catabolic process
## 600 response to organonitrogen compound
## 601 positive regulation of phosphorus metabolic process
## 602 regulation of cell cycle process
## 603 regulation of cellular ketone metabolic process
## 604 regulation of metal ion transport
## 605 vesicle-mediated transport
## 606 phenol-containing compound metabolic process
## 607 ribose phosphate metabolic process
## 608 regulation of endocytosis
## 609 flagellated sperm motility
## 610 regulation of cellular catabolic process
## 611 negative regulation of cellular catabolic process
## 612 negative regulation of protein modification process
## 613 positive regulation of protein modification process
## 614 cellular response to extracellular stimulus
## 615 cellular response to nutrient levels
## 616 response to corticosteroid
## 617 cellular response to hormone stimulus
## 618 regulation of peptidyl-serine phosphorylation
## 619 positive regulation of peptidyl-serine phosphorylation
## 620 regulation of amine metabolic process
## 621 negative regulation of amine metabolic process
## 622 positive regulation of kinase activity
## 623 response to lipid
## 624 regulation of transmembrane transport
## 625 regulation of monoatomic ion transmembrane transport
## 626 regulation of growth rate
## 627 positive regulation of growth rate
## 628 neurotransmitter metabolic process
## 629 positive regulation of phosphorylation
## 630 serotonin metabolic process
## 631 indole-containing compound metabolic process
## 632 negative regulation of catalytic activity
## 633 regulation of monoatomic ion transport
## 634 positive regulation of monoatomic ion transport
## 635 regulation of kinase activity
## 636 negative regulation of cAMP-mediated signaling
## 637 negative regulation of molecular function
## 638 negative regulation of G protein-coupled receptor signaling pathway
## 639 negative regulation of cellular amino acid metabolic process
## 640 positive regulation of endocytosis
## 641 regulation of protein kinase activity
## 642 positive regulation of protein kinase activity
## 643 positive regulation of growth
## 644 positive regulation of phosphate metabolic process
## 645 cGMP metabolic process
## 646 secretion
## 647 regulation of synaptic plasticity
## 648 response to steroid hormone
## 649 regulation of calcium-mediated signaling
## 650 negative regulation of calcium-mediated signaling
## 651 neuromuscular process
## 652 detection of stimulus involved in sensory perception
## 653 sensory perception of mechanical stimulus
## 654 detection of mechanical stimulus involved in sensory perception
## 655 detection of mechanical stimulus
## 656 regulation of transport
## 657 positive regulation of transport
## 658 negative regulation of protein metabolic process
## 659 regulation of transferase activity
## 660 regulation of oxidoreductase activity
## 661 positive regulation of transferase activity
## 662 response to glucocorticoid
## 663 regulation of cytosolic calcium ion concentration
## 664 negative regulation of cytosolic calcium ion concentration
## 665 detection of stimulus
## 666 regulation of cell cycle
## 667 regulation of calcium ion transport
## 668 positive regulation of calcium ion transport
## 669 regulation of vesicle-mediated transport
## 670 regulation of small molecule metabolic process
## 671 negative regulation of small molecule metabolic process
## 672 calcium ion import
## 673 calcium ion transmembrane transport
## 674 cellular response to steroid hormone stimulus
## 675 cellular response to corticosteroid stimulus
## 676 cellular response to glucocorticoid stimulus
## 677 cellular response to lipid
## 678 cellular response to organonitrogen compound
## 679 cellular response to endogenous stimulus
## 680 cellular response to external stimulus
## 681 response to monoamine
## 682 cellular response to monoamine stimulus
## 683 response to catecholamine
## 684 cellular response to catecholamine stimulus
## 685 regulation of protein serine/threonine kinase activity
## 686 positive regulation of protein serine/threonine kinase activity
## 687 purine-containing compound metabolic process
## 688 regulation of response to stress
## 689 ammonium ion metabolic process
## 690 response to alcohol
## 691 cellular response to alcohol
## 692 calcium ion transmembrane import into cytosol
## 693 sperm motility
## 694 import into cell
## 695 inorganic cation import across plasma membrane
## 696 calcium ion import across plasma membrane
## 697 import across plasma membrane
## 698 inorganic ion import across plasma membrane
## 699 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## 700 negative regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## 701 carbohydrate derivative metabolic process
## 702 primary amino compound metabolic process
## 703 organic hydroxy compound metabolic process
## 704 response to ketone
## 705 cellular response to ketone
## 706 response to nitrogen compound
## 707 cellular response to nitrogen compound
## 708 cellular response to oxygen-containing compound
## 709 regulation of cell cycle phase transition
## 710 regulation of sodium ion transmembrane transport
## 711 regulation of cell cycle G1/S phase transition
## 712 regulation of reactive oxygen species biosynthetic process
## 713 negative regulation of reactive oxygen species biosynthetic process
## 714 regulation of monoatomic cation transmembrane transport
## 715 regulation of reactive oxygen species metabolic process
## 716 negative regulation of reactive oxygen species metabolic process
## 717 regulation of cAMP-dependent protein kinase activity
## 718 tissue development
## 719 post-embryonic development
## 720 cell differentiation
## 721 cellular developmental process
## 722 small GTPase mediated signal transduction
## 723 Ras protein signal transduction
## 724 Rho protein signal transduction
## 725 positive regulation of cell development
## 726 dendrite development
## 727 cell projection assembly
## 728 lamellipodium assembly
## 729 regulation of cell migration
## 730 positive regulation of cell migration
## 731 negative regulation of cell migration
## 732 pseudopodium organization
## 733 pseudopodium assembly
## 734 cell-substrate adhesion
## 735 substrate adhesion-dependent cell spreading
## 736 negative regulation of locomotion
## 737 gliogenesis
## 738 regulation of GTPase activity
## 739 positive regulation of GTPase activity
## 740 positive regulation of cell differentiation
## 741 filopodium assembly
## 742 positive regulation of neurogenesis
## 743 actin filament severing
## 744 regulation of small GTPase mediated signal transduction
## 745 positive regulation of developmental process
## 746 regulation of hydrolase activity
## 747 positive regulation of hydrolase activity
## 748 regulation of filopodium assembly
## 749 negative regulation of filopodium assembly
## 750 positive regulation of nervous system development
## 751 regulation of cell projection assembly
## 752 dendritic spine development
## 753 regulation of dendritic spine development
## 754 lamellipodium organization
## 755 plasma membrane bounded cell projection assembly
## 756 regulation of plasma membrane bounded cell projection assembly
## 757 negative regulation of plasma membrane bounded cell projection assembly
## 758 regulation of cell motility
## 759 negative regulation of cell motility
## 760 positive regulation of cell motility
## 761 regulation of neuron migration
## 762 negative regulation of neuron migration
## 763 positive regulation of neuron migration
## 764 response to external stimulus
## 765 embryo development ending in birth or egg hatching
## 766 neuron projection development
## 767 response to inorganic substance
## 768 establishment of localization
## ontology bh_adjust
## 1 BP 1
## 2 BP 1
## 3 BP 1
## 4 BP 1
## 5 BP 1
## 6 BP 1
## 7 BP 1
## 8 BP 1
## 9 BP 1
## 10 BP 1
## 11 BP 1
## 12 BP 1
## 13 BP 1
## 14 BP 1
## 15 BP 1
## 16 BP 1
## 17 BP 1
## 18 BP 1
## 19 BP 1
## 20 BP 1
## 21 BP 1
## 22 BP 1
## 23 BP 1
## 24 BP 1
## 25 BP 1
## 26 BP 1
## 27 BP 1
## 28 BP 1
## 29 BP 1
## 30 BP 1
## 31 BP 1
## 32 BP 1
## 33 BP 1
## 34 BP 1
## 35 BP 1
## 36 BP 1
## 37 BP 1
## 38 BP 1
## 39 BP 1
## 40 BP 1
## 41 BP 1
## 42 BP 1
## 43 BP 1
## 44 BP 1
## 45 BP 1
## 46 BP 1
## 47 BP 1
## 48 BP 1
## 49 BP 1
## 50 BP 1
## 51 BP 1
## 52 BP 1
## 53 BP 1
## 54 BP 1
## 55 BP 1
## 56 BP 1
## 57 BP 1
## 58 BP 1
## 59 BP 1
## 60 BP 1
## 61 BP 1
## 62 BP 1
## 63 BP 1
## 64 BP 1
## 65 BP 1
## 66 BP 1
## 67 BP 1
## 68 BP 1
## 69 BP 1
## 70 BP 1
## 71 BP 1
## 72 BP 1
## 73 BP 1
## 74 BP 1
## 75 BP 1
## 76 BP 1
## 77 BP 1
## 78 BP 1
## 79 BP 1
## 80 BP 1
## 81 BP 1
## 82 BP 1
## 83 BP 1
## 84 BP 1
## 85 BP 1
## 86 BP 1
## 87 BP 1
## 88 BP 1
## 89 BP 1
## 90 BP 1
## 91 BP 1
## 92 BP 1
## 93 BP 1
## 94 BP 1
## 95 BP 1
## 96 BP 1
## 97 BP 1
## 98 BP 1
## 99 BP 1
## 100 BP 1
## 101 BP 1
## 102 BP 1
## 103 BP 1
## 104 BP 1
## 105 BP 1
## 106 BP 1
## 107 BP 1
## 108 BP 1
## 109 BP 1
## 110 BP 1
## 111 BP 1
## 112 BP 1
## 113 BP 1
## 114 BP 1
## 115 BP 1
## 116 BP 1
## 117 BP 1
## 118 BP 1
## 119 BP 1
## 120 BP 1
## 121 BP 1
## 122 BP 1
## 123 BP 1
## 124 BP 1
## 125 BP 1
## 126 BP 1
## 127 BP 1
## 128 BP 1
## 129 BP 1
## 130 BP 1
## 131 BP 1
## 132 BP 1
## 133 BP 1
## 134 BP 1
## 135 BP 1
## 136 BP 1
## 137 BP 1
## 138 BP 1
## 139 BP 1
## 140 BP 1
## 141 BP 1
## 142 BP 1
## 143 BP 1
## 144 BP 1
## 145 BP 1
## 146 BP 1
## 147 BP 1
## 148 BP 1
## 149 BP 1
## 150 BP 1
## 151 BP 1
## 152 BP 1
## 153 BP 1
## 154 BP 1
## 155 BP 1
## 156 BP 1
## 157 BP 1
## 158 BP 1
## 159 BP 1
## 160 BP 1
## 161 BP 1
## 162 BP 1
## 163 BP 1
## 164 BP 1
## 165 BP 1
## 166 BP 1
## 167 BP 1
## 168 BP 1
## 169 BP 1
## 170 BP 1
## 171 BP 1
## 172 BP 1
## 173 BP 1
## 174 BP 1
## 175 BP 1
## 176 BP 1
## 177 BP 1
## 178 BP 1
## 179 BP 1
## 180 BP 1
## 181 BP 1
## 182 BP 1
## 183 BP 1
## 184 BP 1
## 185 BP 1
## 186 BP 1
## 187 BP 1
## 188 BP 1
## 189 BP 1
## 190 BP 1
## 191 BP 1
## 192 BP 1
## 193 BP 1
## 194 BP 1
## 195 BP 1
## 196 BP 1
## 197 BP 1
## 198 BP 1
## 199 BP 1
## 200 BP 1
## 201 BP 1
## 202 BP 1
## 203 BP 1
## 204 BP 1
## 205 BP 1
## 206 BP 1
## 207 BP 1
## 208 BP 1
## 209 BP 1
## 210 BP 1
## 211 BP 1
## 212 BP 1
## 213 BP 1
## 214 BP 1
## 215 BP 1
## 216 BP 1
## 217 BP 1
## 218 BP 1
## 219 BP 1
## 220 BP 1
## 221 BP 1
## 222 BP 1
## 223 BP 1
## 224 BP 1
## 225 BP 1
## 226 BP 1
## 227 BP 1
## 228 BP 1
## 229 BP 1
## 230 BP 1
## 231 BP 1
## 232 BP 1
## 233 BP 1
## 234 BP 1
## 235 BP 1
## 236 BP 1
## 237 BP 1
## 238 BP 1
## 239 BP 1
## 240 BP 1
## 241 BP 1
## 242 BP 1
## 243 BP 1
## 244 BP 1
## 245 BP 1
## 246 BP 1
## 247 BP 1
## 248 BP 1
## 249 BP 1
## 250 BP 1
## 251 BP 1
## 252 BP 1
## 253 BP 1
## 254 BP 1
## 255 BP 1
## 256 BP 1
## 257 BP 1
## 258 BP 1
## 259 BP 1
## 260 BP 1
## 261 BP 1
## 262 BP 1
## 263 BP 1
## 264 BP 1
## 265 BP 1
## 266 BP 1
## 267 BP 1
## 268 BP 1
## 269 BP 1
## 270 BP 1
## 271 BP 1
## 272 BP 1
## 273 BP 1
## 274 BP 1
## 275 BP 1
## 276 BP 1
## 277 BP 1
## 278 BP 1
## 279 BP 1
## 280 BP 1
## 281 BP 1
## 282 BP 1
## 283 BP 1
## 284 BP 1
## 285 BP 1
## 286 BP 1
## 287 BP 1
## 288 BP 1
## 289 BP 1
## 290 BP 1
## 291 BP 1
## 292 BP 1
## 293 BP 1
## 294 BP 1
## 295 BP 1
## 296 BP 1
## 297 BP 1
## 298 BP 1
## 299 BP 1
## 300 BP 1
## 301 BP 1
## 302 BP 1
## 303 BP 1
## 304 BP 1
## 305 BP 1
## 306 BP 1
## 307 BP 1
## 308 BP 1
## 309 BP 1
## 310 BP 1
## 311 BP 1
## 312 BP 1
## 313 BP 1
## 314 BP 1
## 315 BP 1
## 316 BP 1
## 317 BP 1
## 318 BP 1
## 319 BP 1
## 320 BP 1
## 321 BP 1
## 322 BP 1
## 323 BP 1
## 324 BP 1
## 325 BP 1
## 326 BP 1
## 327 BP 1
## 328 BP 1
## 329 BP 1
## 330 BP 1
## 331 BP 1
## 332 BP 1
## 333 BP 1
## 334 BP 1
## 335 BP 1
## 336 BP 1
## 337 BP 1
## 338 BP 1
## 339 BP 1
## 340 BP 1
## 341 BP 1
## 342 BP 1
## 343 BP 1
## 344 BP 1
## 345 BP 1
## 346 BP 1
## 347 BP 1
## 348 BP 1
## 349 BP 1
## 350 BP 1
## 351 BP 1
## 352 BP 1
## 353 BP 1
## 354 BP 1
## 355 BP 1
## 356 BP 1
## 357 BP 1
## 358 BP 1
## 359 BP 1
## 360 BP 1
## 361 BP 1
## 362 BP 1
## 363 BP 1
## 364 BP 1
## 365 BP 1
## 366 BP 1
## 367 BP 1
## 368 BP 1
## 369 BP 1
## 370 BP 1
## 371 BP 1
## 372 BP 1
## 373 BP 1
## 374 BP 1
## 375 BP 1
## 376 BP 1
## 377 BP 1
## 378 BP 1
## 379 BP 1
## 380 BP 1
## 381 BP 1
## 382 BP 1
## 383 BP 1
## 384 BP 1
## 385 BP 1
## 386 BP 1
## 387 BP 1
## 388 BP 1
## 389 BP 1
## 390 BP 1
## 391 BP 1
## 392 BP 1
## 393 BP 1
## 394 BP 1
## 395 BP 1
## 396 BP 1
## 397 BP 1
## 398 BP 1
## 399 BP 1
## 400 BP 1
## 401 BP 1
## 402 BP 1
## 403 BP 1
## 404 BP 1
## 405 BP 1
## 406 BP 1
## 407 BP 1
## 408 BP 1
## 409 BP 1
## 410 BP 1
## 411 BP 1
## 412 BP 1
## 413 BP 1
## 414 BP 1
## 415 BP 1
## 416 BP 1
## 417 BP 1
## 418 BP 1
## 419 BP 1
## 420 BP 1
## 421 BP 1
## 422 BP 1
## 423 BP 1
## 424 BP 1
## 425 BP 1
## 426 BP 1
## 427 BP 1
## 428 BP 1
## 429 BP 1
## 430 BP 1
## 431 BP 1
## 432 BP 1
## 433 BP 1
## 434 BP 1
## 435 BP 1
## 436 BP 1
## 437 BP 1
## 438 BP 1
## 439 BP 1
## 440 BP 1
## 441 BP 1
## 442 BP 1
## 443 BP 1
## 444 BP 1
## 445 BP 1
## 446 BP 1
## 447 BP 1
## 448 BP 1
## 449 BP 1
## 450 BP 1
## 451 BP 1
## 452 BP 1
## 453 BP 1
## 454 BP 1
## 455 BP 1
## 456 BP 1
## 457 BP 1
## 458 BP 1
## 459 BP 1
## 460 BP 1
## 461 BP 1
## 462 BP 1
## 463 BP 1
## 464 BP 1
## 465 BP 1
## 466 BP 1
## 467 BP 1
## 468 BP 1
## 469 BP 1
## 470 BP 1
## 471 BP 1
## 472 BP 1
## 473 BP 1
## 474 BP 1
## 475 BP 1
## 476 BP 1
## 477 BP 1
## 478 BP 1
## 479 BP 1
## 480 BP 1
## 481 BP 1
## 482 BP 1
## 483 BP 1
## 484 BP 1
## 485 BP 1
## 486 BP 1
## 487 BP 1
## 488 BP 1
## 489 BP 1
## 490 BP 1
## 491 BP 1
## 492 BP 1
## 493 BP 1
## 494 BP 1
## 495 BP 1
## 496 BP 1
## 497 BP 1
## 498 BP 1
## 499 BP 1
## 500 BP 1
## 501 BP 1
## 502 BP 1
## 503 BP 1
## 504 BP 1
## 505 BP 1
## 506 BP 1
## 507 BP 1
## 508 BP 1
## 509 BP 1
## 510 BP 1
## 511 BP 1
## 512 BP 1
## 513 BP 1
## 514 BP 1
## 515 BP 1
## 516 BP 1
## 517 BP 1
## 518 BP 1
## 519 BP 1
## 520 BP 1
## 521 BP 1
## 522 BP 1
## 523 BP 1
## 524 BP 1
## 525 BP 1
## 526 BP 1
## 527 BP 1
## 528 BP 1
## 529 BP 1
## 530 BP 1
## 531 BP 1
## 532 BP 1
## 533 BP 1
## 534 BP 1
## 535 BP 1
## 536 BP 1
## 537 BP 1
## 538 BP 1
## 539 BP 1
## 540 BP 1
## 541 BP 1
## 542 BP 1
## 543 BP 1
## 544 BP 1
## 545 BP 1
## 546 BP 1
## 547 BP 1
## 548 BP 1
## 549 BP 1
## 550 BP 1
## 551 BP 1
## 552 BP 1
## 553 BP 1
## 554 BP 1
## 555 BP 1
## 556 BP 1
## 557 BP 1
## 558 BP 1
## 559 BP 1
## 560 BP 1
## 561 BP 1
## 562 BP 1
## 563 BP 1
## 564 BP 1
## 565 BP 1
## 566 BP 1
## 567 BP 1
## 568 BP 1
## 569 BP 1
## 570 BP 1
## 571 BP 1
## 572 BP 1
## 573 BP 1
## 574 BP 1
## 575 BP 1
## 576 BP 1
## 577 BP 1
## 578 BP 1
## 579 BP 1
## 580 BP 1
## 581 BP 1
## 582 BP 1
## 583 BP 1
## 584 BP 1
## 585 BP 1
## 586 BP 1
## 587 BP 1
## 588 BP 1
## 589 BP 1
## 590 BP 1
## 591 BP 1
## 592 BP 1
## 593 BP 1
## 594 BP 1
## 595 BP 1
## 596 BP 1
## 597 BP 1
## 598 BP 1
## 599 BP 1
## 600 BP 1
## 601 BP 1
## 602 BP 1
## 603 BP 1
## 604 BP 1
## 605 BP 1
## 606 BP 1
## 607 BP 1
## 608 BP 1
## 609 BP 1
## 610 BP 1
## 611 BP 1
## 612 BP 1
## 613 BP 1
## 614 BP 1
## 615 BP 1
## 616 BP 1
## 617 BP 1
## 618 BP 1
## 619 BP 1
## 620 BP 1
## 621 BP 1
## 622 BP 1
## 623 BP 1
## 624 BP 1
## 625 BP 1
## 626 BP 1
## 627 BP 1
## 628 BP 1
## 629 BP 1
## 630 BP 1
## 631 BP 1
## 632 BP 1
## 633 BP 1
## 634 BP 1
## 635 BP 1
## 636 BP 1
## 637 BP 1
## 638 BP 1
## 639 BP 1
## 640 BP 1
## 641 BP 1
## 642 BP 1
## 643 BP 1
## 644 BP 1
## 645 BP 1
## 646 BP 1
## 647 BP 1
## 648 BP 1
## 649 BP 1
## 650 BP 1
## 651 BP 1
## 652 BP 1
## 653 BP 1
## 654 BP 1
## 655 BP 1
## 656 BP 1
## 657 BP 1
## 658 BP 1
## 659 BP 1
## 660 BP 1
## 661 BP 1
## 662 BP 1
## 663 BP 1
## 664 BP 1
## 665 BP 1
## 666 BP 1
## 667 BP 1
## 668 BP 1
## 669 BP 1
## 670 BP 1
## 671 BP 1
## 672 BP 1
## 673 BP 1
## 674 BP 1
## 675 BP 1
## 676 BP 1
## 677 BP 1
## 678 BP 1
## 679 BP 1
## 680 BP 1
## 681 BP 1
## 682 BP 1
## 683 BP 1
## 684 BP 1
## 685 BP 1
## 686 BP 1
## 687 BP 1
## 688 BP 1
## 689 BP 1
## 690 BP 1
## 691 BP 1
## 692 BP 1
## 693 BP 1
## 694 BP 1
## 695 BP 1
## 696 BP 1
## 697 BP 1
## 698 BP 1
## 699 BP 1
## 700 BP 1
## 701 BP 1
## 702 BP 1
## 703 BP 1
## 704 BP 1
## 705 BP 1
## 706 BP 1
## 707 BP 1
## 708 BP 1
## 709 BP 1
## 710 BP 1
## 711 BP 1
## 712 BP 1
## 713 BP 1
## 714 BP 1
## 715 BP 1
## 716 BP 1
## 717 BP 1
## 718 BP 1
## 719 BP 1
## 720 BP 1
## 721 BP 1
## 722 BP 1
## 723 BP 1
## 724 BP 1
## 725 BP 1
## 726 BP 1
## 727 BP 1
## 728 BP 1
## 729 BP 1
## 730 BP 1
## 731 BP 1
## 732 BP 1
## 733 BP 1
## 734 BP 1
## 735 BP 1
## 736 BP 1
## 737 BP 1
## 738 BP 1
## 739 BP 1
## 740 BP 1
## 741 BP 1
## 742 BP 1
## 743 BP 1
## 744 BP 1
## 745 BP 1
## 746 BP 1
## 747 BP 1
## 748 BP 1
## 749 BP 1
## 750 BP 1
## 751 BP 1
## 752 BP 1
## 753 BP 1
## 754 BP 1
## 755 BP 1
## 756 BP 1
## 757 BP 1
## 758 BP 1
## 759 BP 1
## 760 BP 1
## 761 BP 1
## 762 BP 1
## 763 BP 1
## 764 BP 1
## 765 BP 1
## 766 BP 1
## 767 BP 1
## 768 BP 1
## ParentTerm
## 1 selenocysteine metabolic process
## 2 selenocysteine metabolic process
## 3 tetrapyrrole metabolic process
## 4 tetrapyrrole metabolic process
## 5 bicellular tight junction assembly
## 6 bicellular tight junction assembly
## 7 organelle assembly
## 8 bicellular tight junction assembly
## 9 organelle assembly
## 10 bicellular tight junction assembly
## 11 organelle assembly
## 12 negative regulation of cytosolic calcium ion concentration
## 13 bicellular tight junction assembly
## 14 protein localization to adherens junction
## 15 protein localization to adherens junction
## 16 bicellular tight junction assembly
## 17 negative regulation of cytosolic calcium ion concentration
## 18 negative regulation of cytosolic calcium ion concentration
## 19 bicellular tight junction assembly
## 20 bicellular tight junction assembly
## 21 cell redox homeostasis
## 22 cell redox homeostasis
## 23 positive regulation of cellular component organization
## 24 organelle assembly
## 25 negative regulation of cytosolic calcium ion concentration
## 26 positive regulation of growth rate
## 27 organonitrogen compound metabolic process
## 28 organic cyclic compound metabolic process
## 29 selenocysteine metabolic process
## 30 heterocycle metabolic process
## 31 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## 32 Rho protein signal transduction
## 33 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## 34 regulation of response to stress
## 35 establishment of epithelial cell polarity
## 36 protein localization to adherens junction
## 37 establishment of epithelial cell polarity
## 38 protein localization to adherens junction
## 39 biological regulation
## 40 positive regulation of growth rate
## 41 negative regulation of multicellular organismal process
## 42 organelle assembly
## 43 organelle assembly
## 44 cellular process
## 45 organic cyclic compound metabolic process
## 46 regulation of cell morphogenesis involved in differentiation
## 47 negative regulation of multicellular organismal process
## 48 positive regulation of cellular component organization
## 49 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## 50 cell redox homeostasis
## 51 cell redox homeostasis
## 52 cell redox homeostasis
## 53 cell redox homeostasis
## 54 cell redox homeostasis
## 55 cell redox homeostasis
## 56 cell redox homeostasis
## 57 Rho protein signal transduction
## 58 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## 59 biological regulation
## 60 regulation of response to stress
## 61 negative regulation of multicellular organismal process
## 62 cell redox homeostasis
## 63 cell redox homeostasis
## 64 organonitrogen compound metabolic process
## 65 organic cyclic compound metabolic process
## 66 biological regulation
## 67 cellular component disassembly
## 68 cellular component disassembly
## 69 organic cyclic compound metabolic process
## 70 organic cyclic compound metabolic process
## 71 organic cyclic compound metabolic process
## 72 organic cyclic compound metabolic process
## 73 organic cyclic compound metabolic process
## 74 organonitrogen compound metabolic process
## 75 secretion
## 76 biological regulation
## 77 biological regulation
## 78 regulation of peptidyl-serine phosphorylation
## 79 regulation of peptidyl-serine phosphorylation
## 80 locomotory behavior
## 81 regulation of peptidyl-serine phosphorylation
## 82 negative regulation of biological process
## 83 regulation of peptidyl-serine phosphorylation
## 84 regulation of peptidyl-serine phosphorylation
## 85 negative regulation of biological process
## 86 regulation of peptidyl-serine phosphorylation
## 87 negative regulation of biological process
## 88 negative regulation of cytosolic calcium ion concentration
## 89 negative regulation of biological process
## 90 regulation of peptidyl-serine phosphorylation
## 91 regulation of peptidyl-serine phosphorylation
## 92 cellular macromolecule metabolic process
## 93 regulation of peptidyl-serine phosphorylation
## 94 signaling
## 95 cellular macromolecule metabolic process
## 96 calcium ion import
## 97 calcium ion import
## 98 import across plasma membrane
## 99 import across plasma membrane
## 100 import across plasma membrane
## 101 import across plasma membrane
## 102 import across plasma membrane
## 103 mechanoreceptor differentiation
## 104 neuron recognition
## 105 neuron recognition
## 106 positive regulation of growth rate
## 107 positive regulation of growth rate
## 108 positive regulation of growth rate
## 109 mechanoreceptor differentiation
## 110 mechanoreceptor differentiation
## 111 negative regulation of multicellular organismal process
## 112 tube development
## 113 negative regulation of cytosolic calcium ion concentration
## 114 negative regulation of cytosolic calcium ion concentration
## 115 signaling
## 116 multicellular organismal process
## 117 negative regulation of catabolic process
## 118 negative regulation of catabolic process
## 119 formation of anatomical boundary
## 120 muscle tissue development
## 121 substrate adhesion-dependent cell spreading
## 122 formation of anatomical boundary
## 123 multicellular organismal process
## 124 regulation of cell morphogenesis involved in differentiation
## 125 protein localization to adherens junction
## 126 substrate adhesion-dependent cell spreading
## 127 substrate adhesion-dependent cell spreading
## 128 formation of anatomical boundary
## 129 gland development
## 130 negative regulation of catabolic process
## 131 negative regulation of catabolic process
## 132 negative regulation of catabolic process
## 133 negative regulation of catabolic process
## 134 negative regulation of biological process
## 135 cellular response to oxidative stress
## 136 peptide catabolic process
## 137 peptide catabolic process
## 138 response to cold
## 139 heterocycle metabolic process
## 140 selenocysteine metabolic process
## 141 phosphorus metabolic process
## 142 phosphorus metabolic process
## 143 selenocysteine metabolic process
## 144 phosphorus metabolic process
## 145 selenocysteine metabolic process
## 146 response to oxygen radical
## 147 programmed cell death involved in cell development
## 148 programmed cell death involved in cell development
## 149 negative regulation of cytosolic calcium ion concentration
## 150 negative regulation of cytosolic calcium ion concentration
## 151 formation of anatomical boundary
## 152 secretion
## 153 multicellular organismal process
## 154 peptide cross-linking
## 155 peptide cross-linking
## 156 calcium ion import
## 157 bicarbonate transport
## 158 bicarbonate transport
## 159 bicarbonate transport
## 160 sensory perception of light stimulus
## 161 muscle tissue development
## 162 Rho protein signal transduction
## 163 Rho protein signal transduction
## 164 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## 165 regulation of response to stress
## 166 Rho protein signal transduction
## 167 secretion
## 168 calcium ion import
## 169 muscle tissue development
## 170 post-embryonic animal organ morphogenesis
## 171 gland development
## 172 gland development
## 173 gland development
## 174 cellular component disassembly
## 175 peptide cross-linking
## 176 cellular component disassembly
## 177 regeneration
## 178 post-embryonic animal organ morphogenesis
## 179 post-embryonic animal organ morphogenesis
## 180 gland development
## 181 tube development
## 182 cellular component disassembly
## 183 mechanoreceptor differentiation
## 184 mechanoreceptor differentiation
## 185 mechanoreceptor differentiation
## 186 mechanoreceptor differentiation
## 187 regulation of peptidyl-serine phosphorylation
## 188 regulation of peptidyl-serine phosphorylation
## 189 formation of anatomical boundary
## 190 formation of anatomical boundary
## 191 locomotion
## 192 flagellated sperm motility
## 193 biological regulation
## 194 biological regulation
## 195 regulation of peptidyl-serine phosphorylation
## 196 negative regulation of cytosolic calcium ion concentration
## 197 mechanoreceptor differentiation
## 198 negative regulation of cytosolic calcium ion concentration
## 199 cell division
## 200 cell division
## 201 cellular component disassembly
## 202 peptide cross-linking
## 203 peptide cross-linking
## 204 cellular component disassembly
## 205 myotube differentiation
## 206 bicellular tight junction assembly
## 207 formation of anatomical boundary
## 208 myotube differentiation
## 209 myotube differentiation
## 210 peptide cross-linking
## 211 peptide cross-linking
## 212 peptide cross-linking
## 213 peptide cross-linking
## 214 peptide cross-linking
## 215 formation of anatomical boundary
## 216 actin filament severing
## 217 protein tetramerization
## 218 myotube differentiation
## 219 peptide cross-linking
## 220 myotube differentiation
## 221 cell division
## 222 myotube differentiation
## 223 myotube differentiation
## 224 myotube differentiation
## 225 myotube differentiation
## 226 cell division
## 227 organelle assembly
## 228 formation of anatomical boundary
## 229 protein tetramerization
## 230 cellular component disassembly
## 231 sensory perception of light stimulus
## 232 mechanoreceptor differentiation
## 233 gland development
## 234 cell communication
## 235 sensory perception of light stimulus
## 236 cell communication
## 237 formation of anatomical boundary
## 238 mechanoreceptor differentiation
## 239 multi-organism reproductive process
## 240 multi-organism reproductive process
## 241 establishment of epithelial cell polarity
## 242 positive regulation of growth rate
## 243 muscle tissue development
## 244 muscle tissue development
## 245 muscle tissue development
## 246 muscle tissue development
## 247 response to nutrient
## 248 formation of anatomical boundary
## 249 response to nutrient
## 250 regulation of cell morphogenesis involved in differentiation
## 251 positive regulation of growth rate
## 252 regulation of cell morphogenesis involved in differentiation
## 253 actin filament severing
## 254 positive regulation of growth rate
## 255 cellular component disassembly
## 256 cellular component disassembly
## 257 regulation of response to stress
## 258 maintenance of location
## 259 organelle localization
## 260 flagellated sperm motility
## 261 response to nutrient
## 262 maintenance of location
## 263 positive regulation of growth rate
## 264 positive regulation of growth rate
## 265 pseudopodium organization
## 266 positive regulation of growth rate
## 267 positive regulation of growth rate
## 268 regulation of cell morphogenesis involved in differentiation
## 269 regulation of response to stress
## 270 maintenance of location
## 271 organelle localization
## 272 establishment of epithelial cell polarity
## 273 organelle localization
## 274 maintenance of location
## 275 organelle localization
## 276 organelle localization
## 277 positive regulation of growth rate
## 278 actin filament severing
## 279 response to nutrient
## 280 positive regulation of growth rate
## 281 regulation of response to stress
## 282 regulation of cell cycle G1/S phase transition
## 283 positive regulation of growth rate
## 284 protein tetramerization
## 285 negative regulation of biological process
## 286 peptide cross-linking
## 287 coagulation
## 288 negative regulation of cytosolic calcium ion concentration
## 289 locomotory behavior
## 290 negative regulation of biological process
## 291 peptide cross-linking
## 292 peptide cross-linking
## 293 negative regulation of biological process
## 294 negative regulation of biological process
## 295 coagulation
## 296 negative regulation of biological process
## 297 peptide cross-linking
## 298 negative regulation of biological process
## 299 negative regulation of biological process
## 300 cellular macromolecule metabolic process
## 301 negative regulation of biological process
## 302 response to stimulus
## 303 multi-organism reproductive process
## 304 mechanoreceptor differentiation
## 305 mechanoreceptor differentiation
## 306 negative regulation of catabolic process
## 307 response to arsenic-containing substance
## 308 biological regulation
## 309 regulation of peptidyl-serine phosphorylation
## 310 response to arsenic-containing substance
## 311 flagellated sperm motility
## 312 regulation of cell morphogenesis involved in differentiation
## 313 pseudopodium organization
## 314 positive regulation of cellular component organization
## 315 pseudopodium organization
## 316 positive regulation of cellular component organization
## 317 formation of anatomical boundary
## 318 regulation of cell morphogenesis involved in differentiation
## 319 regulation of cell morphogenesis involved in differentiation
## 320 regulation of cell morphogenesis involved in differentiation
## 321 formation of anatomical boundary
## 322 formation of anatomical boundary
## 323 negative regulation of multicellular organismal process
## 324 negative regulation of multicellular organismal process
## 325 pseudopodium organization
## 326 regulation of cell morphogenesis involved in differentiation
## 327 positive regulation of cellular component organization
## 328 negative regulation of multicellular organismal process
## 329 regulation of cell morphogenesis involved in differentiation
## 330 pseudopodium organization
## 331 formation of anatomical boundary
## 332 formation of anatomical boundary
## 333 multicellular organismal process
## 334 substrate adhesion-dependent cell spreading
## 335 peptide cross-linking
## 336 anatomical structure maturation
## 337 establishment of epithelial cell polarity
## 338 Rho protein signal transduction
## 339 Rho protein signal transduction
## 340 Rho protein signal transduction
## 341 Rho protein signal transduction
## 342 establishment of epithelial cell polarity
## 343 formation of anatomical boundary
## 344 muscle tissue development
## 345 formation of anatomical boundary
## 346 establishment of epithelial cell polarity
## 347 anatomical structure maturation
## 348 protein localization to adherens junction
## 349 protein localization to adherens junction
## 350 establishment of epithelial cell polarity
## 351 formation of anatomical boundary
## 352 muscle tissue development
## 353 muscle tissue development
## 354 protein localization to adherens junction
## 355 gland development
## 356 cell population proliferation
## 357 cellular response to oxidative stress
## 358 muscle tissue development
## 359 muscle tissue development
## 360 response to arsenic-containing substance
## 361 mechanoreceptor differentiation
## 362 actin filament severing
## 363 response to arsenic-containing substance
## 364 response to arsenic-containing substance
## 365 secretion
## 366 ecdysis, collagen and cuticulin-based cuticle
## 367 pseudopodium organization
## 368 pseudopodium organization
## 369 positive regulation of calcium ion transport
## 370 locomotion
## 371 negative regulation of multicellular organismal process
## 372 mechanoreceptor differentiation
## 373 muscle tissue development
## 374 cellular component disassembly
## 375 basement membrane disassembly
## 376 regeneration
## 377 basement membrane disassembly
## 378 tube development
## 379 basement membrane disassembly
## 380 basement membrane disassembly
## 381 tube development
## 382 locomotion
## 383 regulation of oxidoreductase activity
## 384 regulation of oxidoreductase activity
## 385 regulation of oxidoreductase activity
## 386 regulation of oxidoreductase activity
## 387 mechanoreceptor differentiation
## 388 immune system process
## 389 regulation of lipid metabolic process
## 390 signaling
## 391 signaling
## 392 multi-organism reproductive process
## 393 regulation of lipid metabolic process
## 394 negative regulation of cytosolic calcium ion concentration
## 395 negative regulation of cytosolic calcium ion concentration
## 396 multi-organism reproductive process
## 397 multi-organism reproductive process
## 398 negative regulation of catabolic process
## 399 formation of anatomical boundary
## 400 hemopoiesis
## 401 negative regulation of catabolic process
## 402 multi-organism reproductive process
## 403 negative regulation of catabolic process
## 404 multi-organism reproductive process
## 405 multi-organism reproductive process
## 406 mechanoreceptor differentiation
## 407 head morphogenesis
## 408 calcium ion import
## 409 calcium ion import
## 410 calcium ion import
## 411 cell redox homeostasis
## 412 calcium ion import
## 413 cell redox homeostasis
## 414 regulation of peptidyl-serine phosphorylation
## 415 regulation of cell cycle G1/S phase transition
## 416 regulation of cell cycle G1/S phase transition
## 417 regulation of cell cycle G1/S phase transition
## 418 actin filament severing
## 419 regulation of cell cycle G1/S phase transition
## 420 cell communication
## 421 regeneration
## 422 formation of anatomical boundary
## 423 multicellular organismal process
## 424 regeneration
## 425 response to arsenic-containing substance
## 426 gland development
## 427 mechanoreceptor differentiation
## 428 regeneration
## 429 response to stimulus
## 430 bicellular tight junction assembly
## 431 response to stimulus
## 432 negative regulation of biological process
## 433 peptide cross-linking
## 434 Rho protein signal transduction
## 435 regulation of peptidyl-serine phosphorylation
## 436 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## 437 response to cold
## 438 regulation of peptidyl-serine phosphorylation
## 439 biological regulation
## 440 regulation of peptidyl-serine phosphorylation
## 441 regulation of peptidyl-serine phosphorylation
## 442 Rho protein signal transduction
## 443 sensory perception of light stimulus
## 444 regulation of peptidyl-serine phosphorylation
## 445 sensory perception of light stimulus
## 446 cell communication
## 447 cell communication
## 448 cell communication
## 449 programmed cell death involved in cell development
## 450 cell communication
## 451 response to arsenic-containing substance
## 452 gland development
## 453 sensory perception of light stimulus
## 454 cell communication
## 455 cell communication
## 456 cell communication
## 457 import across plasma membrane
## 458 mechanoreceptor differentiation
## 459 tube development
## 460 muscle tissue development
## 461 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## 462 aging
## 463 response to nutrient
## 464 response to nutrient
## 465 response to nutrient
## 466 gland development
## 467 cellular component disassembly
## 468 head morphogenesis
## 469 response to oxygen radical
## 470 response to oxygen radical
## 471 response to oxygen radical
## 472 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## 473 response to cold
## 474 organic cyclic compound metabolic process
## 475 multi-organism reproductive process
## 476 multi-organism reproductive process
## 477 multi-organism reproductive process
## 478 multi-organism reproductive process
## 479 multi-organism reproductive process
## 480 multi-organism reproductive process
## 481 multi-organism reproductive process
## 482 microtubule-based process
## 483 microtubule-based process
## 484 flagellated sperm motility
## 485 signaling
## 486 response to oxygen radical
## 487 response to oxygen radical
## 488 multicellular organismal process
## 489 muscle tissue development
## 490 selenocysteine metabolic process
## 491 selenocysteine metabolic process
## 492 cellular modified amino acid metabolic process
## 493 heterocycle metabolic process
## 494 glutathione metabolic process
## 495 sulfur compound metabolic process
## 496 cellular response to oxidative stress
## 497 muscle tissue development
## 498 selenocysteine metabolic process
## 499 response to arsenic-containing substance
## 500 programmed cell death involved in cell development
## 501 programmed cell death involved in cell development
## 502 selenocysteine metabolic process
## 503 ecdysis, collagen and cuticulin-based cuticle
## 504 regulation of lipid metabolic process
## 505 heterocycle metabolic process
## 506 selenocysteine metabolic process
## 507 ecdysis, collagen and cuticulin-based cuticle
## 508 response to stimulus
## 509 cellular response to oxidative stress
## 510 response to cold
## 511 ecdysis, collagen and cuticulin-based cuticle
## 512 benzene-containing compound metabolic process
## 513 hydrogen peroxide catabolic process
## 514 hydrogen peroxide catabolic process
## 515 selenocysteine metabolic process
## 516 cell redox homeostasis
## 517 heterocycle metabolic process
## 518 muscle tissue development
## 519 cellular response to oxidative stress
## 520 protein tetramerization
## 521 protein tetramerization
## 522 response to cold
## 523 protein tetramerization
## 524 response to arsenic-containing substance
## 525 response to arsenic-containing substance
## 526 response to cold
## 527 heterocycle metabolic process
## 528 hydrogen peroxide catabolic process
## 529 response to arsenic-containing substance
## 530 response to arsenic-containing substance
## 531 response to arsenic-containing substance
## 532 selenocysteine metabolic process
## 533 response to arsenic-containing substance
## 534 head morphogenesis
## 535 negative regulation of catabolic process
## 536 negative regulation of catabolic process
## 537 gland development
## 538 multicellular organismal process
## 539 response to cold
## 540 programmed cell death involved in cell development
## 541 organic cyclic compound metabolic process
## 542 organonitrogen compound metabolic process
## 543 negative regulation of cytosolic calcium ion concentration
## 544 response to cold
## 545 peptide catabolic process
## 546 Rho protein signal transduction
## 547 response to arsenic-containing substance
## 548 organonitrogen compound metabolic process
## 549 Rho protein signal transduction
## 550 mechanoreceptor differentiation
## 551 mechanoreceptor differentiation
## 552 muscle tissue development
## 553 negative regulation of biological process
## 554 regulation of peptidyl-serine phosphorylation
## 555 negative regulation of biological process
## 556 calcium ion import
## 557 calcium ion import
## 558 cell redox homeostasis
## 559 secretion
## 560 cell redox homeostasis
## 561 calcium ion import
## 562 cell redox homeostasis
## 563 calcium ion import
## 564 secretion
## 565 calcium ion import
## 566 substrate adhesion-dependent cell spreading
## 567 mechanoreceptor differentiation
## 568 gland development
## 569 muscle tissue development
## 570 gland development
## 571 muscle tissue development
## 572 regulation of peptidyl-serine phosphorylation
## 573 regulation of peptidyl-serine phosphorylation
## 574 response to arsenic-containing substance
## 575 response to arsenic-containing substance
## 576 negative regulation of cellular amino acid metabolic process
## 577 response to arsenic-containing substance
## 578 negative regulation of cytosolic calcium ion concentration
## 579 regulation of peptidyl-serine phosphorylation
## 580 calcium ion import
## 581 post-embryonic animal organ morphogenesis
## 582 heterocycle metabolic process
## 583 negative regulation of cellular amino acid metabolic process
## 584 calcium ion import
## 585 secretion
## 586 negative regulation of cytosolic calcium ion concentration
## 587 sensory perception of light stimulus
## 588 locomotory behavior
## 589 phosphorus metabolic process
## 590 selenocysteine metabolic process
## 591 phosphorus metabolic process
## 592 response to cold
## 593 response to cold
## 594 response to arsenic-containing substance
## 595 detection of stimulus involved in sensory perception
## 596 detection of stimulus involved in sensory perception
## 597 cellular response to endogenous stimulus
## 598 cellular response to endogenous stimulus
## 599 negative regulation of catabolic process
## 600 response to arsenic-containing substance
## 601 regulation of peptidyl-serine phosphorylation
## 602 regulation of cell cycle G1/S phase transition
## 603 selenocysteine metabolic process
## 604 positive regulation of calcium ion transport
## 605 secretion
## 606 organic hydroxy compound metabolic process
## 607 phosphorus metabolic process
## 608 positive regulation of calcium ion transport
## 609 flagellated sperm motility
## 610 negative regulation of catabolic process
## 611 negative regulation of catabolic process
## 612 regulation of peptidyl-serine phosphorylation
## 613 regulation of peptidyl-serine phosphorylation
## 614 response to nutrient
## 615 response to nutrient
## 616 response to oxygen radical
## 617 cellular response to endogenous stimulus
## 618 regulation of peptidyl-serine phosphorylation
## 619 regulation of peptidyl-serine phosphorylation
## 620 negative regulation of cellular amino acid metabolic process
## 621 negative regulation of cellular amino acid metabolic process
## 622 regulation of oxidoreductase activity
## 623 response to oxygen radical
## 624 positive regulation of calcium ion transport
## 625 positive regulation of calcium ion transport
## 626 positive regulation of growth rate
## 627 positive regulation of growth rate
## 628 negative regulation of cytosolic calcium ion concentration
## 629 regulation of peptidyl-serine phosphorylation
## 630 ammonium ion metabolic process
## 631 indole-containing compound metabolic process
## 632 regulation of oxidoreductase activity
## 633 positive regulation of calcium ion transport
## 634 positive regulation of calcium ion transport
## 635 regulation of oxidoreductase activity
## 636 Rho protein signal transduction
## 637 regulation of oxidoreductase activity
## 638 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## 639 negative regulation of cellular amino acid metabolic process
## 640 positive regulation of calcium ion transport
## 641 regulation of peptidyl-serine phosphorylation
## 642 regulation of oxidoreductase activity
## 643 positive regulation of growth rate
## 644 regulation of peptidyl-serine phosphorylation
## 645 selenocysteine metabolic process
## 646 secretion
## 647 cell communication
## 648 response to oxygen radical
## 649 Rho protein signal transduction
## 650 Rho protein signal transduction
## 651 sensory perception of light stimulus
## 652 detection of stimulus involved in sensory perception
## 653 sensory perception of light stimulus
## 654 detection of stimulus involved in sensory perception
## 655 detection of stimulus involved in sensory perception
## 656 positive regulation of calcium ion transport
## 657 positive regulation of calcium ion transport
## 658 negative regulation of biological process
## 659 regulation of oxidoreductase activity
## 660 regulation of oxidoreductase activity
## 661 regulation of oxidoreductase activity
## 662 response to oxygen radical
## 663 cell redox homeostasis
## 664 negative regulation of cytosolic calcium ion concentration
## 665 detection of stimulus involved in sensory perception
## 666 regulation of cell cycle G1/S phase transition
## 667 positive regulation of calcium ion transport
## 668 positive regulation of calcium ion transport
## 669 positive regulation of calcium ion transport
## 670 selenocysteine metabolic process
## 671 selenocysteine metabolic process
## 672 calcium ion import
## 673 calcium ion import
## 674 response to oxygen radical
## 675 response to oxygen radical
## 676 response to oxygen radical
## 677 response to oxygen radical
## 678 response to arsenic-containing substance
## 679 cellular response to endogenous stimulus
## 680 response to nutrient
## 681 response to arsenic-containing substance
## 682 response to arsenic-containing substance
## 683 response to arsenic-containing substance
## 684 response to arsenic-containing substance
## 685 regulation of oxidoreductase activity
## 686 regulation of oxidoreductase activity
## 687 heterocycle metabolic process
## 688 regulation of response to stress
## 689 ammonium ion metabolic process
## 690 response to oxygen radical
## 691 response to oxygen radical
## 692 calcium ion import
## 693 flagellated sperm motility
## 694 import into cell
## 695 import across plasma membrane
## 696 calcium ion import
## 697 import across plasma membrane
## 698 import across plasma membrane
## 699 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## 700 regulation of adenylate cyclase-activating G protein-coupled receptor signaling pathway
## 701 carbohydrate derivative metabolic process
## 702 primary amino compound metabolic process
## 703 organic hydroxy compound metabolic process
## 704 response to oxygen radical
## 705 response to oxygen radical
## 706 response to arsenic-containing substance
## 707 response to arsenic-containing substance
## 708 response to oxygen radical
## 709 regulation of cell cycle G1/S phase transition
## 710 calcium ion import
## 711 regulation of cell cycle G1/S phase transition
## 712 hydrogen peroxide catabolic process
## 713 hydrogen peroxide catabolic process
## 714 positive regulation of calcium ion transport
## 715 hydrogen peroxide catabolic process
## 716 hydrogen peroxide catabolic process
## 717 regulation of oxidoreductase activity
## 718 muscle tissue development
## 719 post-embryonic animal organ morphogenesis
## 720 regeneration
## 721 regeneration
## 722 Rho protein signal transduction
## 723 Rho protein signal transduction
## 724 Rho protein signal transduction
## 725 regulation of cell morphogenesis involved in differentiation
## 726 pseudopodium organization
## 727 pseudopodium organization
## 728 pseudopodium organization
## 729 flagellated sperm motility
## 730 flagellated sperm motility
## 731 locomotion
## 732 pseudopodium organization
## 733 pseudopodium organization
## 734 substrate adhesion-dependent cell spreading
## 735 substrate adhesion-dependent cell spreading
## 736 locomotion
## 737 mechanoreceptor differentiation
## 738 regulation of oxidoreductase activity
## 739 regulation of oxidoreductase activity
## 740 regulation of cell morphogenesis involved in differentiation
## 741 pseudopodium organization
## 742 negative regulation of multicellular organismal process
## 743 actin filament severing
## 744 Rho protein signal transduction
## 745 regulation of cell morphogenesis involved in differentiation
## 746 regulation of oxidoreductase activity
## 747 regulation of oxidoreductase activity
## 748 pseudopodium organization
## 749 positive regulation of cellular component organization
## 750 negative regulation of multicellular organismal process
## 751 pseudopodium organization
## 752 pseudopodium organization
## 753 pseudopodium organization
## 754 pseudopodium organization
## 755 pseudopodium organization
## 756 pseudopodium organization
## 757 positive regulation of cellular component organization
## 758 flagellated sperm motility
## 759 locomotion
## 760 flagellated sperm motility
## 761 flagellated sperm motility
## 762 flagellated sperm motility
## 763 flagellated sperm motility
## 764 response to nutrient
## 765 multicellular organismal process
## 766 mechanoreceptor differentiation
## 767 response to arsenic-containing substance
## 768 secretion
#write.csv(go_results, "Biomineralizationgo terms.csv")
go_results<-go_results%>%
filter(grepl(paste(keywords, collapse="|"), ParentTerm))
#plot significantly enriched GO terms by Slim Category faceted by slim term
GO.plot_biomin <- ggplot(go_results, aes(x = ontology, y = term)) +
geom_point(aes(size=bh_adjust)) +
scale_size(name="Over rep. p-value", trans="reverse", range=c(1,3))+
facet_grid(ParentTerm ~ ., scales = "free", labeller = label_wrap_gen(width = 5, multi_line = TRUE))+
theme_bw() + theme(panel.border = element_blank(), panel.grid.major = element_blank(),
panel.grid.minor = element_blank(), axis.line = element_line(colour = "black"),
strip.text.y = element_text(angle=0, size = 10),
strip.text.x = element_text(size = 20),
axis.text = element_text(size = 8),
axis.title.x = element_blank(),
axis.title.y = element_blank())
GO.plot_biomin
##***thioredoxin reductase 1
wgcna_counts_filtered_long_g10093 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g10093.t2")
wgcna_counts_filtered_long_g10093
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 59 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 69 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 86 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 75 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 49 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 63 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 80 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 57 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 98 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 73 18 D Stable
## # ℹ 36 more rows
g10093.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g10093 , na.action=na.exclude)
car::Anova(g10093.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 215.5517 1 < 2.2e-16 ***
## Origin 7.8998 1 0.004944 **
## Treatment2 1.0425 1 0.307243
## Origin:Treatment2 2.7791 1 0.095503 .
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g10093.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 66.5 3.57 19 59.0 73.9
## RS 44.8 3.43 19 37.6 52.0
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 21.6 4.47 23 4.836 0.0001
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g10093_sum<-summarySE(wgcna_counts_filtered_long_g10093 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g10093_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 63.09091 12.70004 3.829205 8.532000
## 2 RF Variable 11 68.18182 19.91893 6.005782 13.381717
## 3 RS Stable 12 48.50000 12.57342 3.629634 7.988770
## 4 RS Variable 12 42.08333 12.44960 3.593889 7.910096
####Figure
pd<- position_dodge(0.2)
g10093_fig<-ggplot(data=g10093_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
geom_point(data=wgcna_counts_filtered_long_g10093,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(Thioredoxin~reductase~1~expression))+
ggtitle(~blue)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g10093_fig
##***Flagellar associated protein
wgcna_counts_filtered_long_g11609 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g11609.t1")
wgcna_counts_filtered_long_g11609
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 270 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 210 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 227 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 162 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 252 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 234 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 252 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 143 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 164 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 209 18 D Stable
## # ℹ 36 more rows
g11609.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g11609 , na.action=na.exclude)
car::Anova(g11609.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 55.8226 1 7.932e-14 ***
## Origin 10.3843 1 0.001271 **
## Treatment2 2.7386 1 0.097951 .
## Origin:Treatment2 9.2919 1 0.002302 **
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g11609.lme, list(pairwise ~ Treatment2:Origin), adjust = "tukey")
tukey3
## $`emmeans of Treatment2, Origin`
## Treatment2 Origin emmean SE df lower.CL upper.CL
## Stable RF 213 28.5 19 153 273
## Variable RF 274 28.5 19 214 334
## Stable RS 337 27.3 19 280 395
## Variable RS 243 27.3 19 186 300
##
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Treatment2, Origin`
## 1 estimate SE df t.ratio p.value
## Stable RF - Variable RF -60.9 36.8 23 -1.655 0.3694
## Stable RF - Stable RS -124.1 38.5 23 -3.222 0.0184
## Stable RF - Variable RS -29.7 38.5 23 -0.772 0.8664
## Variable RF - Stable RS -63.2 38.5 23 -1.641 0.3763
## Variable RF - Variable RS 31.2 38.5 23 0.809 0.8494
## Stable RS - Variable RS 94.4 35.2 23 2.679 0.0601
##
## Degrees-of-freedom method: containment
## P value adjustment: tukey method for comparing a family of 4 estimates
library(Rmisc)
g11609_sum<-summarySE(wgcna_counts_filtered_long_g11609 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g11609_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 216.3636 68.28803 20.58961 45.87652
## 2 RF Variable 11 277.2727 116.48699 35.12215 78.25702
## 3 RS Stable 12 335.0833 113.94772 32.89387 72.39893
## 4 RS Variable 12 240.6667 69.27985 19.99937 44.01831
####Figure
pd<- position_dodge(0.2)
g11609_fig<-ggplot(data=g11609_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
geom_point(data=wgcna_counts_filtered_long_g11609 ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(Flagellar~associated~protein~expression))+
ggtitle(~turquoise)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g11609_fig
##***Actin
wgcna_counts_filtered_long_g14505 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g14505.t1")
wgcna_counts_filtered_long_g14505
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 1418 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 1504 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 1744 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 1503 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 1805 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 1848 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 1405 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 1124 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 1361 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 1045 18 D Stable
## # ℹ 36 more rows
g14505.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g14505 , na.action=na.exclude)
car::Anova(g14505.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 134.3187 1 < 2.2e-16 ***
## Origin 7.2528 1 0.007079 **
## Treatment2 0.4459 1 0.504290
## Origin:Treatment2 2.6857 1 0.101254
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g14505.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 1631 95.6 19 1431 1832
## RS 1919 91.6 19 1727 2110
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS -287 132 23 -2.170 0.0406
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g14505_sum<-summarySE(wgcna_counts_filtered_long_g14505 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g14505_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 1567.545 325.2954 98.08024 218.5364
## 2 RF Variable 11 1695.273 508.7410 153.39119 341.7769
## 3 RS Stable 12 2071.833 491.8505 141.98500 312.5069
## 4 RS Variable 12 1765.583 441.5165 127.45483 280.5262
####Figure
pd<- position_dodge(0.2)
g14505_fig<-ggplot(data=g14505_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
geom_point(data=wgcna_counts_filtered_long_g14505 ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(Actin~expression))+
ggtitle(~turquoise)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g14505_fig
##***CA2
wgcna_counts_filtered_long_CA2<- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g13824.t1")
wgcna_counts_filtered_long_CA2
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 139 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 164 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 169 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 249 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 174 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 232 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 232 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 204 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 244 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 338 18 D Stable
## # ℹ 36 more rows
CA2.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_CA2, na.action=na.exclude)
car::Anova(CA2.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 96.0895 1 <2e-16 ***
## Origin 100.2939 1 <2e-16 ***
## Treatment2 2.1871 1 0.1392
## Origin:Treatment2 1.0620 1 0.3027
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(CA2.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 155.76 15.6 19 123.1 188
## RS -8.88 15.2 19 -40.8 23
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 165 14.9 23 11.032 <.0001
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
CA2_sum<-summarySE(wgcna_counts_filtered_long_CA2, measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
CA2_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 150.181818 98.679094 29.752866 66.293518
## 2 RF Variable 11 131.272727 70.816793 21.352066 47.575369
## 3 RS Stable 12 10.583333 9.894519 2.856302 6.286678
## 4 RS Variable 12 9.916667 8.106769 2.340223 5.150795
####Figure
pd<- position_dodge(0.2)
CA2_fig<-ggplot(data=CA2_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
geom_point(data=wgcna_counts_filtered_long_CA2,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(CA2~expression))+
ggtitle(~blue)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
CA2_fig
##Poly [ADP-ribose] polymerase 11
wgcna_counts_filtered_long_g14663 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g14663.t1a")
wgcna_counts_filtered_long_g14663
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 61 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 54 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 19 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 24 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 23 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 49 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 17 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 13 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 16 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 10 18 D Stable
## # ℹ 36 more rows
g14663.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g14663 , na.action=na.exclude)
car::Anova(g14663.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 14.3519 1 0.0001516 ***
## Origin 0.5329 1 0.4653839
## Treatment2 0.0388 1 0.8437699
## Origin:Treatment2 0.0181 1 0.8928700
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g14663.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 25.5 5.73 19 13.5 37.5
## RS 32.8 5.52 19 21.3 44.4
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS -7.28 7.13 23 -1.020 0.3184
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g14663_sum<-summarySE(wgcna_counts_filtered_long_g14663 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g14663_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 28.09091 15.23453 4.593384 10.234697
## 2 RF Variable 11 26.54545 14.34129 4.324063 9.634613
## 3 RS Stable 12 33.75000 28.81958 8.319496 18.311087
## 4 RS Variable 12 33.66667 30.09782 8.688492 19.123243
####Figure
pd<- position_dodge(0.2)
g14663_fig<-ggplot(data=g14663_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_PRKCD ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(Poly~"[ADP-ribose]"~polymerase~11~expression))+
ggtitle(~turquoise)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g14663_fig
##***solute carrier family 4 member gamma
wgcna_counts_filtered_long_g15280 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g15280.t1")
wgcna_counts_filtered_long_g15280
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 30 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 34 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 29 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 30 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 94 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 76 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 49 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 39 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 64 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 64 18 D Stable
## # ℹ 36 more rows
g15280.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g15280 , na.action=na.exclude)
car::Anova(g15280.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 86.8426 1 < 2.2e-16 ***
## Origin 8.6455 1 0.003279 **
## Treatment2 0.8180 1 0.365763
## Origin:Treatment2 0.8151 1 0.366627
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g15280.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 51.8 4.22 19 43.0 60.7
## RS 32.8 4.04 19 24.3 41.3
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 19 5.84 23 3.255 0.0035
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g15280_sum<-summarySE(wgcna_counts_filtered_long_g15280 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g15280_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 55.63636 24.46333 7.375972 16.43469
## 2 RF Variable 11 48.00000 20.63008 6.220202 13.85947
## 3 RS Stable 12 31.33333 16.77299 4.841946 10.65705
## 4 RS Variable 12 34.25000 16.87454 4.871259 10.72157
####Figure
pd<- position_dodge(0.2)
g15280_fig<-ggplot(data=g15280_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
geom_point(data=wgcna_counts_filtered_long_g15280 ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(Solute~carrier~family~4~member~gamma~expression))+
ggtitle(~pink)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g15280_fig
##MAGUK p55 subfamily member 7-like
wgcna_counts_filtered_long_g15517 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g15517.t1")
wgcna_counts_filtered_long_g15517
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 0 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 14 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 27 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 15 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 12 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 14 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 15 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 0 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 9 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 29 18 D Stable
## # ℹ 36 more rows
g15517.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g15517 , na.action=na.exclude)
car::Anova(g15517.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 27.9449 1 1.248e-07 ***
## Origin 0.2433 1 0.6219
## Treatment2 0.2642 1 0.6073
## Origin:Treatment2 1.3103 1 0.2523
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g15517.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 13.5 1.95 19 9.47 17.6
## RS 14.8 1.86 19 10.85 18.6
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS -1.2 2.69 23 -0.447 0.6589
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g15517_sum<-summarySE(wgcna_counts_filtered_long_g15517 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g15517_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 14.54545 9.490665 2.861543 6.375916
## 2 RF Variable 11 12.54545 10.103105 3.046201 6.787358
## 3 RS Stable 12 12.66667 7.992421 2.307213 5.078142
## 4 RS Variable 12 16.83333 8.912028 2.572681 5.662432
####Figure
pd<- position_dodge(0.2)
g15517_fig<-ggplot(data=g15517_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_PRKCD ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(MAGUK~p55~subfamily~member~7-like~expression))+
ggtitle(~cyan)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g15517_fig
##CARP1
wgcna_counts_filtered_long_g16280 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g16280.t1")
wgcna_counts_filtered_long_g16280
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 103 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 165 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 384 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 232 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 309 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 396 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 225 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 228 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 187 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 112 18 D Stable
## # ℹ 36 more rows
g16280.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g16280 , na.action=na.exclude)
car::Anova(g16280.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 68.2145 1 <2e-16 ***
## Origin 0.1913 1 0.6619
## Treatment2 0.0758 1 0.7831
## Origin:Treatment2 0.0179 1 0.8934
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g16280.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 276 26.3 19 221 331
## RS 260 25.2 19 207 313
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 16.1 34.7 23 0.463 0.6477
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g16280_sum<-summarySE(wgcna_counts_filtered_long_g16280 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g16280_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 287.2727 124.33752 37.48917 83.53108
## 2 RF Variable 11 275.2727 90.98691 27.43359 61.12584
## 3 RS Stable 12 259.7500 119.95766 34.62879 76.21746
## 4 RS Variable 12 255.8333 115.64824 33.38477 73.47939
####Figure
pd<- position_dodge(0.2)
g16280_fig<-ggplot(data=g16280_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_PRKCD ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(CARP1~expression))+
ggtitle(~tan)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g16280_fig
##PHD finger protein 21A-like
wgcna_counts_filtered_long_g1634 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g1634.t1")
wgcna_counts_filtered_long_g1634
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 65 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 80 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 90 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 79 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 95 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 95 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 76 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 78 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 91 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 79 18 D Stable
## # ℹ 36 more rows
g1634.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g1634 , na.action=na.exclude)
car::Anova(g1634.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 177.4960 1 <2e-16 ***
## Origin 0.5303 1 0.4665
## Treatment2 0.4221 1 0.5159
## Origin:Treatment2 0.0042 1 0.9480
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g1634.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 90.0 4.62 19 80.3 99.7
## RS 96.2 4.42 19 86.9 105.4
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS -6.17 6.39 23 -0.965 0.3448
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g1634_sum<-summarySE(wgcna_counts_filtered_long_g1634 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g1634_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 87.00000 11.13553 3.357488 7.48095
## 2 RF Variable 11 93.00000 17.89413 5.395284 12.02144
## 3 RS Stable 12 93.58333 25.61412 7.394161 16.27444
## 4 RS Variable 12 98.75000 27.03911 7.805520 17.17983
####Figure
pd<- position_dodge(0.2)
g1634_fig<-ggplot(data=g1634_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_PRKCD ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(PHD~finger~protein~"21A"~like~expression))+
ggtitle(~turquoise)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g1634_fig
##digestive cysteine proteinase 1-like
wgcna_counts_filtered_long_g18103 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g18103.t1")
wgcna_counts_filtered_long_g18103
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 0 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 9 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 0 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 12 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 6 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 0 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 19 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 0 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 10 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 10 18 D Stable
## # ℹ 36 more rows
g18103.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g18103 , na.action=na.exclude)
car::Anova(g18103.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 14.6577 1 0.0001289 ***
## Origin 1.8257 1 0.1766413
## Treatment2 0.8843 1 0.3470176
## Origin:Treatment2 0.0057 1 0.9398383
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g18103.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 10.14 1.60 19 6.80 13.47
## RS 5.75 1.53 19 2.55 8.95
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 4.39 2.21 23 1.986 0.0590
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g18103_sum<-summarySE(wgcna_counts_filtered_long_g18103 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g18103_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 8.636364 6.313046 1.903455 4.241162
## 2 RF Variable 11 11.636364 10.032674 3.024965 6.740042
## 3 RS Stable 12 4.416667 7.216878 2.083333 4.585386
## 4 RS Variable 12 7.083333 5.822501 1.680811 3.699440
####Figure
pd<- position_dodge(0.2)
g18103_fig<-ggplot(data=g18103_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
geom_point(data=wgcna_counts_filtered_long_g18103 ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(digestive~cysteine~proteinase~1-like~expression))+
ggtitle(~blue)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g18103_fig
##.endothelin-converting enzyme 1-like isoform X2
wgcna_counts_filtered_long_g19211 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g19211.t1")
wgcna_counts_filtered_long_g19211
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 46 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 56 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 51 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 30 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 43 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 27 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 37 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 47 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 54 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 67 18 D Stable
## # ℹ 36 more rows
g19211.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g19211 , na.action=na.exclude)
car::Anova(g19211.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 87.3886 1 < 2e-16 ***
## Origin 3.4868 1 0.06186 .
## Treatment2 0.1819 1 0.66975
## Origin:Treatment2 0.8990 1 0.34305
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g19211.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 48.7 3.93 19 40.5 56.9
## RS 57.2 3.77 19 49.3 65.1
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS -8.49 5.15 23 -1.647 0.1131
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g19211_sum<-summarySE(wgcna_counts_filtered_long_g19211 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g19211_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 48.18182 12.97550 3.912261 8.717060
## 2 RF Variable 11 50.90909 12.33251 3.718393 8.285096
## 3 RS Stable 12 59.16667 22.09415 6.378032 14.037954
## 4 RS Variable 12 53.50000 17.65065 5.095304 11.214688
####Figure
pd<- position_dodge(0.2)
g19211_fig<-ggplot(data=g19211_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_PRKCD ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(endothelin-converting~enzyme~1-like~isoform~X2~expression))+
ggtitle(~green)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g19211_fig
##chymotrypsin-like elastase family member 1
wgcna_counts_filtered_long_g19288 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g19288.t1")
wgcna_counts_filtered_long_g19288
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 0 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 0 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 0 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 0 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 0 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 48 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 0 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 25 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 29 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 52 18 D Stable
## # ℹ 36 more rows
g19288.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g19288 , na.action=na.exclude)
car::Anova(g19288.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 6.7903 1 0.009165 **
## Origin 0.0148 1 0.903331
## Treatment2 2.4178 1 0.119960
## Origin:Treatment2 0.0599 1 0.806669
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g19288.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 9.58 4.58 19 -0.0019 19.2
## RS 11.54 4.40 19 2.3230 20.8
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS -1.96 5.73 23 -0.342 0.7357
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g19288_sum<-summarySE(wgcna_counts_filtered_long_g19288 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g19288_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 13.272727 20.337605 6.132019 13.662989
## 2 RF Variable 11 3.363636 8.834848 2.663807 5.935332
## 3 RS Stable 12 15.833333 25.785244 7.443559 16.383162
## 4 RS Variable 12 8.083333 15.264089 4.406363 9.698340
####Figure
pd<- position_dodge(0.2)
g19288_fig<-ggplot(data=g19288_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_PRKCD ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(chymotrypsin-like~elastase~family~member~1~expression))+
ggtitle(~cyan)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g19288_fig
##CUB and peptidase domain-containing protein 2-like
wgcna_counts_filtered_long_g21338 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g21338.t1")
wgcna_counts_filtered_long_g21338
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 6 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 0 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 7 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 9 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 25 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 20 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 7 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 0 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 15 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 32 18 D Stable
## # ℹ 36 more rows
g21338.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g21338 , na.action=na.exclude)
car::Anova(g21338.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 19.7037 1 9.043e-06 ***
## Origin 0.8360 1 0.3605
## Treatment2 0.0175 1 0.8947
## Origin:Treatment2 2.2965 1 0.1297
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g21338.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 14.3 2.66 19 8.71 19.8
## RS 14.3 2.56 19 8.99 19.7
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS -0.0721 3.24 23 -0.022 0.9824
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g21338_sum<-summarySE(wgcna_counts_filtered_long_g21338 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g21338_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 13.00000 11.063453 3.335757 7.432529
## 2 RF Variable 11 13.45455 7.353416 2.217138 4.940092
## 3 RS Stable 12 17.83333 13.354150 3.855011 8.484822
## 4 RS Variable 12 11.08333 10.422514 3.008720 6.622149
####Figure
pd<- position_dodge(0.2)
g21338_fig<-ggplot(data=g21338_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_PRKCD ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(CUB~and~peptidase~domain-containing~protein~2-like~expression))+
ggtitle(~cyan)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g21338_fig
##L-type calcium channel alpha-1 subunit
wgcna_counts_filtered_long_g21501 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g21501.t1")
wgcna_counts_filtered_long_g21501
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 28 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 29 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 19 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 16 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 31 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 28 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 0 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 23 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 0 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 0 18 D Stable
## # ℹ 36 more rows
g21501.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g21501 , na.action=na.exclude)
car::Anova(g21501.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 33.2008 1 8.312e-09 ***
## Origin 0.5237 1 0.4693
## Treatment2 0.4276 1 0.5132
## Origin:Treatment2 0.1305 1 0.7179
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g21501.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 20.3 2.71 19 14.6 26.0
## RS 17.8 2.60 19 12.4 23.3
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 2.48 3.75 23 0.662 0.5145
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g21501_sum<-summarySE(wgcna_counts_filtered_long_g21501 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g21501_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 22.09091 10.02452 3.022505 6.734561
## 2 RF Variable 11 18.54545 12.91792 3.894900 8.678379
## 3 RS Stable 12 18.25000 14.12364 4.077144 8.973734
## 4 RS Variable 12 17.41667 13.22160 3.816746 8.400601
####Figure
pd<- position_dodge(0.2)
g21501_fig<-ggplot(data=g21501_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_PRKCD ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(L-type~calcium~channel~alpha-1~subunit~expression))+
ggtitle(~turquoise)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g21501_fig
##.Protocadherin
wgcna_counts_filtered_long_g21501 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g22388.t1")
wgcna_counts_filtered_long_g21501
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 133 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 138 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 163 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 156 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 164 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 181 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 130 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 185 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 157 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 144 18 D Stable
## # ℹ 36 more rows
g21501.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g21501 , na.action=na.exclude)
car::Anova(g21501.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 302.6581 1 <2e-16 ***
## Origin 1.4899 1 0.2222
## Treatment2 0.7306 1 0.3927
## Origin:Treatment2 0.3360 1 0.5621
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g21501.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 162 6.38 19 149 176
## RS 142 6.11 19 129 155
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 20.4 8.83 23 2.306 0.0305
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g21501_sum<-summarySE(wgcna_counts_filtered_long_g21501 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g21501_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 157.0000 20.72679 6.249364 13.92445
## 2 RF Variable 11 167.9091 28.94980 8.728693 19.44874
## 3 RS Stable 12 141.7500 37.05064 10.695599 23.54085
## 4 RS Variable 12 142.4167 29.92250 8.637882 19.01185
####Figure
pd<- position_dodge(0.2)
g21501_fig<-ggplot(data=g21501_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
geom_point(data=wgcna_counts_filtered_long_g21501 ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(Protocadherin~expression), limits=c(100,200))+
ggtitle(~blue)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g21501_fig
## Warning: Removed 5 rows containing missing values (`geom_point()`).
##Acropora yongei Na+/Ca2+ exchanger
wgcna_counts_filtered_long_g24639 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g24639.t1")
wgcna_counts_filtered_long_g24639
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 70 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 79 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 66 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 108 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 58 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 94 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 90 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 60 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 62 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 62 18 D Stable
## # ℹ 36 more rows
g24639.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g24639 , na.action=na.exclude)
car::Anova(g24639.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 208.9868 1 <2e-16 ***
## Origin 0.0585 1 0.8089
## Treatment2 0.0158 1 0.8999
## Origin:Treatment2 0.6123 1 0.4339
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g24639.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 80.6 4.21 19 71.8 89.4
## RS 78.5 4.03 19 70.1 86.9
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 2.1 5.6 23 0.375 0.7115
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g24639_sum<-summarySE(wgcna_counts_filtered_long_g24639 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g24639_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 81.27273 15.07376 4.544909 10.12669
## 2 RF Variable 11 82.18182 20.54175 6.193572 13.80014
## 3 RS Stable 12 81.58333 16.05365 4.634290 10.20000
## 4 RS Variable 12 74.66667 21.21035 6.122900 13.47641
####Figure
pd<- position_dodge(0.2)
g24639_fig<-ggplot(data=g24639_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_PRKCD ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(Acropora~yongei~"Na+/Ca2+"~exchanger~expression))+
ggtitle(~tan)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g24639_fig
##**mammalian ependymin-related protein 1-like
wgcna_counts_filtered_long_g25351 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g25351.t1")
wgcna_counts_filtered_long_g25351
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 5677 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 5022 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 13830 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 5729 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 5012 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 8437 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 7397 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 6199 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 5018 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 4565 18 D Stable
## # ℹ 36 more rows
g25351.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g25351 , na.action=na.exclude)
car::Anova(g25351.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 113.2918 1 < 2e-16 ***
## Origin 6.5397 1 0.01055 *
## Treatment2 2.9203 1 0.08747 .
## Origin:Treatment2 1.6792 1 0.19503
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g25351.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 6638 396 19 5809 7466
## RS 3944 379 19 3151 4738
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 2693 548 23 4.912 0.0001
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g25351_sum<-summarySE(wgcna_counts_filtered_long_g25351 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g25351_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 5960.909 1716.8516 517.6502 1153.3966
## 2 RF Variable 11 7314.364 2894.5978 872.7541 1944.6172
## 3 RS Stable 12 3978.167 792.8993 228.8903 503.7842
## 4 RS Variable 12 3910.750 1499.1418 432.7650 952.5093
####Figure
pd<- position_dodge(0.2)
g25351_fig<-ggplot(data=g25351_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
geom_point(data=wgcna_counts_filtered_long_g25351,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(mammalian~ependymin-related~protein~1-like~expression), limits=c(2500,12500))+
ggtitle(~blue)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g25351_fig
## Warning: Removed 2 rows containing missing values (`geom_point()`).
##MAM and LDLr domain-containing protein
wgcna_counts_filtered_long_g25935 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g25935.t1")
wgcna_counts_filtered_long_g25935
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 1097 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 929 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 1262 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 1089 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 1127 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 1375 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 1184 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 1275 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 1207 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 1525 18 D Stable
## # ℹ 36 more rows
g25935.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g25935 , na.action=na.exclude)
car::Anova(g25935.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 274.9500 1 <2e-16 ***
## Origin 2.0555 1 0.1517
## Treatment2 0.1990 1 0.6555
## Origin:Treatment2 0.4517 1 0.5015
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g25935.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 1324 59.6 19 1199 1449
## RS 1216 57.1 19 1096 1335
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 108 81 23 1.338 0.1941
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g25935_sum<-summarySE(wgcna_counts_filtered_long_g25935 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g25935_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 1344.182 302.1115 91.09005 202.9613
## 2 RF Variable 11 1294.818 214.8175 64.76992 144.3164
## 3 RS Stable 12 1183.250 328.6159 94.86323 208.7926
## 4 RS Variable 12 1236.833 214.0076 61.77867 135.9739
####Figure
pd<- position_dodge(0.2)
g25935_fig<-ggplot(data=g25935_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_PRKCD ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(MAM~and~LDLr~domain-containing~protein~expression))+
ggtitle(~brown)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g25935_fig
#SLIT-ROBO Rho GTPase-activating protein 1-like
wgcna_counts_filtered_long_g27376 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g27376.t1")
wgcna_counts_filtered_long_g27376
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 35 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 28 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 40 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 67 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 19 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 38 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 31 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 39 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 38 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 26 18 D Stable
## # ℹ 36 more rows
g27376.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g27376 , na.action=na.exclude)
car::Anova(g27376.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 98.9685 1 <2e-16 ***
## Origin 0.0141 1 0.9054
## Treatment2 0.2753 1 0.5998
## Origin:Treatment2 0.7895 1 0.3742
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g27376.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 36.0 2.72 19 30.4 41.7
## RS 38.6 2.60 19 33.2 44.1
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS -2.58 3.72 23 -0.694 0.4945
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g27376_sum<-summarySE(wgcna_counts_filtered_long_g27376 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g27376_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 37.36364 10.763575 3.245340 7.231068
## 2 RF Variable 11 34.63636 11.209574 3.379814 7.530694
## 3 RS Stable 12 36.83333 16.889121 4.875469 10.730836
## 4 RS Variable 12 40.50000 9.491623 2.739996 6.030690
####Figure
pd<- position_dodge(0.2)
g27376_fig<-ggplot(data=g27376_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_PRKCD ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(SLIT-ROBO~Rho~GTPase-activating~protein~1-like~expression))+
ggtitle(~grey60)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g27376_fig
##**Hephaestin-like protein - frontloaded
wgcna_counts_filtered_long_g27566 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g27566.t1")
wgcna_counts_filtered_long_g27566
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 12 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 24 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 15 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 21 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 30 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 26 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 15 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 15 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 0 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 17 18 D Stable
## # ℹ 36 more rows
g27566.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g27566 , na.action=na.exclude)
car::Anova(g27566.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 56.1260 1 6.797e-14 ***
## Origin 6.3687 1 0.01162 *
## Treatment2 0.0303 1 0.86179
## Origin:Treatment2 0.0252 1 0.87392
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g27566.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 19.0 1.83 19 15.22 22.9
## RS 10.4 1.75 19 6.75 14.1
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 8.63 2.53 23 3.410 0.0024
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g27566_sum<-summarySE(wgcna_counts_filtered_long_g27566 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g27566_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 19.36364 8.139690 2.454209 5.468318
## 2 RF Variable 11 18.72727 8.978763 2.707199 6.032015
## 3 RS Stable 12 10.33333 9.528267 2.750574 6.053972
## 4 RS Variable 12 10.50000 7.501515 2.165501 4.766235
####Figure
pd<- position_dodge(0.2)
g27566_fig<-ggplot(data=g27566_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
geom_point(data=wgcna_counts_filtered_long_g27566 ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(Hephaestin-like~protein~expression))+
ggtitle(~brown)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g27566_fig
#plasma membrane calcium ATPase - frontloaded
wgcna_counts_filtered_long_g27976 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g27976.t1")
wgcna_counts_filtered_long_g27976
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 197 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 219 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 204 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 124 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 174 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 155 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 183 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 173 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 122 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 223 18 D Stable
## # ℹ 36 more rows
g27976.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g27976 , na.action=na.exclude)
car::Anova(g27976.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 209.0712 1 <2e-16 ***
## Origin 0.0008 1 0.9774
## Treatment2 0.3269 1 0.5675
## Origin:Treatment2 0.0012 1 0.9725
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g27976.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 184 8.74 19 166 202
## RS 184 8.37 19 166 201
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 0.0682 12.1 23 0.006 0.9956
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g27976_sum<-summarySE(wgcna_counts_filtered_long_g27976 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g27976_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 178.8182 39.85177 12.01576 26.77278
## 2 RF Variable 11 188.8182 33.30111 10.04066 22.37199
## 3 RS Stable 12 178.3333 45.44794 13.11969 28.87624
## 4 RS Variable 12 189.1667 43.65950 12.60341 27.73992
####Figure
pd<- position_dodge(0.2)
g27976_fig<-ggplot(data=g27976_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_PRKCD ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(plasma~membrane~calcium~ATPase~expression))+
ggtitle(~brown)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g27976_fig
#von Willebrand factor D and EGF domain-containing protein-like
wgcna_counts_filtered_long_g28226 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g28226.t2")
wgcna_counts_filtered_long_g28226
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 0 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 0 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 0 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 0 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 66 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 103 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 0 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 0 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 0 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 0 18 D Stable
## # ℹ 36 more rows
g28226.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g28226 , na.action=na.exclude)
car::Anova(g28226.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 13.4863 1 0.0002403 ***
## Origin 6.2703 1 0.0122776 *
## Treatment2 2.3220 1 0.1275576
## Origin:Treatment2 3.0108 1 0.0827128 .
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g28226.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 30.2 8.97 19 11.43 49.0
## RS 16.6 8.82 19 -1.88 35.1
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 13.6 7.17 23 1.899 0.0702
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g28226_sum<-summarySE(wgcna_counts_filtered_long_g28226 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g28226_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 35.18182 57.46968 17.327759 38.60865
## 2 RF Variable 11 26.36364 40.63317 12.251362 27.29774
## 3 RS Stable 12 13.08333 16.41761 4.739355 10.43125
## 4 RS Variable 12 18.16667 25.95392 7.492252 16.49034
####Figure
pd<- position_dodge(0.2)
g28226_fig<-ggplot(data=g28226_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
geom_point(data=wgcna_counts_filtered_long_g28226,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(von~Willebrand~factor~D~and~EGF~domain-containing~protein-like~expression), limits=c(0,120))+
ggtitle(~magenta)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g28226_fig
## Warning: Removed 1 rows containing missing values (`geom_point()`).
#low-density lipoprotein receptor-related protein 8-like
wgcna_counts_filtered_long_g4085 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g4085.t1")
wgcna_counts_filtered_long_g4085
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 37 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 42 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 54 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 47 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 54 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 73 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 40 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 31 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 52 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 49 18 D Stable
## # ℹ 36 more rows
g4085.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g4085 , na.action=na.exclude)
car::Anova(g4085.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 247.3507 1 <2e-16 ***
## Origin 0.9727 1 0.3240
## Treatment2 0.8654 1 0.3522
## Origin:Treatment2 2.5023 1 0.1137
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g4085.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 45.8 2.15 19 41.3 50.3
## RS 46.4 2.06 19 42.1 50.7
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS -0.557 2.98 23 -0.187 0.8532
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g4085_sum<-summarySE(wgcna_counts_filtered_long_g4085 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g4085_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 47.81818 11.151845 3.362408 7.491911
## 2 RF Variable 11 43.81818 8.364427 2.521970 5.619298
## 3 RS Stable 12 43.66667 8.391915 2.422537 5.331969
## 4 RS Variable 12 49.08333 11.881677 3.429945 7.549257
####Figure
pd<- position_dodge(0.2)
g4085_fig<-ggplot(data=g4085_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_PRKCD ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(low-density~lipoprotein~receptor-related~protein~8-like~expression))+
ggtitle(~cyan)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g4085_fig
#**Cephalotoxin-like protein
wgcna_counts_filtered_long_g5013 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g5013.t1")
wgcna_counts_filtered_long_g5013
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 6 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 14 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 14 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 6 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 23 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 9 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 16 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 21 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 22 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 12 18 D Stable
## # ℹ 36 more rows
g5013.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g5013 , na.action=na.exclude)
car::Anova(g5013.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 44.8432 1 2.135e-11 ***
## Origin 6.0215 1 0.01413 *
## Treatment2 0.2947 1 0.58719
## Origin:Treatment2 0.0002 1 0.99022
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g5013.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 13.76 1.41 19 10.80 16.7
## RS 7.22 1.35 19 4.39 10.0
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 6.54 1.93 23 3.393 0.0025
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g5013_sum<-summarySE(wgcna_counts_filtered_long_g5013 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g5013_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 13.090909 7.063350 2.129680 4.745223
## 2 RF Variable 11 14.545455 6.170310 1.860419 4.145271
## 3 RS Stable 12 6.416667 5.583390 1.611786 3.547517
## 4 RS Variable 12 7.916667 6.934215 2.001735 4.405790
####Figure
pd<- position_dodge(0.2)
g5013_fig<-ggplot(data=g5013_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
geom_point(data=wgcna_counts_filtered_long_g5013 ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(cephalotoxin-like~expression))+
ggtitle(~blue)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g5013_fig
#**sodium bicarbonate cotransporter 3-like isoform X - SLC4A7
wgcna_counts_filtered_long_g7402 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g7402.t1")
wgcna_counts_filtered_long_g7402
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 391 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 785 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 328 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 522 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 799 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 863 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 557 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 533 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 906 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 818 18 D Stable
## # ℹ 36 more rows
g7402.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g7402, na.action=na.exclude)
car::Anova(g7402.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 102.5059 1 < 2e-16 ***
## Origin 6.4414 1 0.01115 *
## Treatment2 1.0268 1 0.31091
## Origin:Treatment2 0.6016 1 0.43798
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g7402.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 660 49.6 19 556 764
## RS 467 47.5 19 367 566
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 193 68.7 23 2.814 0.0099
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g7402_sum<-summarySE(wgcna_counts_filtered_long_g7402 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g7402_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 710.3636 265.8632 80.16078 178.6093
## 2 RF Variable 11 609.8182 241.3930 72.78272 162.1700
## 3 RS Stable 12 463.8333 248.6454 71.77773 157.9817
## 4 RS Variable 12 469.8333 166.4407 48.04730 105.7514
####Figure
pd<- position_dodge(0.2)
g7402_fig<-ggplot(data=g7402_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
geom_point(data=wgcna_counts_filtered_long_g7402 ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(sodium~bicarbonate~cotransporter~3-like~isoform~X2~expression))+
ggtitle(~pink)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g7402_fig
##*protein lingerer-like
wgcna_counts_filtered_long_g7902 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___RNAseq.g7908.t1")
wgcna_counts_filtered_long_g7902
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 51 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 73 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 101 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 79 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 107 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 95 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 61 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 75 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 92 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 68 18 D Stable
## # ℹ 36 more rows
g7902.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g7902, na.action=na.exclude)
car::Anova(g7902.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 167.9194 1 < 2.2e-16 ***
## Origin 11.0673 1 0.0008786 ***
## Treatment2 0.0009 1 0.9759807
## Origin:Treatment2 0.0806 1 0.7764657
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g7902.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 82.9 4.53 19 73.4 92.3
## RS 51.6 4.34 19 42.5 60.7
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 31.3 6.27 23 4.989 <.0001
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g7902_sum<-summarySE(wgcna_counts_filtered_long_g7902 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g7902_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 83.00000 24.55606 7.403930 16.49698
## 2 RF Variable 11 82.72727 21.99587 6.632004 14.77702
## 3 RS Stable 12 53.50000 19.52853 5.637402 12.40784
## 4 RS Variable 12 49.66667 18.80683 5.429065 11.94929
####Figure
pd<- position_dodge(0.2)
g7902_fig<-ggplot(data=g7902_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
geom_point(data=wgcna_counts_filtered_long_g7902,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(protein~lingerer-like~expression))+
ggtitle(~pink)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g7902_fig
##***CA1
wgcna_counts_filtered_long_CA1<- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___TS.g12304.t1")
wgcna_counts_filtered_long_CA1
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 2854 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 4635 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 2949 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 4681 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 7704 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 8665 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 3948 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 3887 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 6896 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 6597 18 D Stable
## # ℹ 36 more rows
CA1.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_CA1, na.action=na.exclude)
car::Anova(CA1.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 97.1566 1 < 2.2e-16 ***
## Origin 15.7334 1 7.293e-05 ***
## Treatment2 2.1565 1 0.142
## Origin:Treatment2 1.3573 1 0.244
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(CA1.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 5346 434 19 4437 6256
## RS 2716 416 19 1846 3587
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 2630 597 23 4.408 0.0002
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
CA1_sum<-summarySE(wgcna_counts_filtered_long_CA1, measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
CA1_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 5970.636 2621.084 790.2864 1760.8679
## 2 RF Variable 11 4733.455 1986.062 598.8204 1334.2549
## 3 RS Stable 12 2653.583 1847.177 533.2340 1173.6400
## 4 RS Variable 12 2775.250 1463.636 422.5154 929.9501
####Figure
pd<- position_dodge(0.2)
CA1_fig<-ggplot(data=CA1_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
geom_point(data=wgcna_counts_filtered_long_CA1,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(CA1~expression))+
ggtitle(~pink)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
CA1_fig
##Uncharacterized skeletal organic matrix protein-6 (USOMP6)
wgcna_counts_filtered_long_g22622 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___TS.g22622.t1")
wgcna_counts_filtered_long_g22622
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 902 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 733 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 1136 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 857 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 558 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 726 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 774 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 888 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 617 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 1117 18 D Stable
## # ℹ 36 more rows
g22622.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g22622, na.action=na.exclude)
car::Anova(g22622.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 155.9337 1 <2e-16 ***
## Origin 0.0013 1 0.9712
## Treatment2 0.5378 1 0.4633
## Origin:Treatment2 0.7739 1 0.3790
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g22622.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 903 54.2 19 790 1016
## RS 846 51.9 19 738 955
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 56.9 71 23 0.801 0.4313
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g22622_sum<-summarySE(wgcna_counts_filtered_long_g22622 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g22622_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 870.9091 172.5407 52.02298 115.9144
## 2 RF Variable 11 935.3636 251.5207 75.83634 168.9739
## 3 RS Stable 12 859.9167 294.4059 84.98765 187.0566
## 4 RS Variable 12 817.3333 190.8728 55.10023 121.2748
####Figure
pd<- position_dodge(0.2)
g22622_fig<-ggplot(data=g22622_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_PRKCD ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(Uncharacterized~skeletal~organic~matrix~protein-6~(USOMP6)~expression))+
ggtitle(~green)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g22622_fig
##band 3 anion transport protein-like
wgcna_counts_filtered_long_g27873 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___TS.g27873.t1")
wgcna_counts_filtered_long_g27873
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 52 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 65 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 105 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 52 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 22 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 50 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 44 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 94 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 58 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 60 18 D Stable
## # ℹ 36 more rows
g27873.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g27873, na.action=na.exclude)
car::Anova(g27873.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 109.0383 1 <2e-16 ***
## Origin 0.7687 1 0.3806
## Treatment2 0.0156 1 0.9006
## Origin:Treatment2 0.2677 1 0.6049
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g27873.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 71.1 5.15 19 60.3 81.8
## RS 59.9 4.94 19 49.6 70.3
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 11.1 6.84 23 1.628 0.1171
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g27873_sum<-summarySE(wgcna_counts_filtered_long_g27873 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g27873_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 70.63636 21.65767 6.530032 14.54982
## 2 RF Variable 11 71.72727 27.65896 8.339491 18.58154
## 3 RS Stable 12 61.50000 22.71763 6.558016 14.43410
## 4 RS Variable 12 56.33333 17.55166 5.066726 11.15179
####Figure
pd<- position_dodge(0.2)
g27873_fig<-ggplot(data=g27873_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_PRKCD ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(band~3~anion~transport~protein-like~expression))+
ggtitle(~green)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g27873_fig
##collagenase 3-like
wgcna_counts_filtered_long_g5338 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___TS.g5338.t1")
wgcna_counts_filtered_long_g5338
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 15 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 14 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 9 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 35 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 22 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 16 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 24 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 30 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 21 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 22 18 D Stable
## # ℹ 36 more rows
g5338.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g5338, na.action=na.exclude)
car::Anova(g5338.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 64.2427 1 1.1e-15 ***
## Origin 0.7901 1 0.3741
## Treatment2 0.0652 1 0.7985
## Origin:Treatment2 0.0281 1 0.8670
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g5338.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 20.6 1.78 19 16.9 24.4
## RS 17.1 1.70 19 13.6 20.7
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS 3.51 2.46 23 1.425 0.1677
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g5338_sum<-summarySE(wgcna_counts_filtered_long_g5338 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g5338_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 20.18182 7.180782 2.165087 4.824115
## 2 RF Variable 11 21.09091 7.955558 2.398691 5.344617
## 3 RS Stable 12 17.08333 10.202124 2.945100 6.482120
## 4 RS Variable 12 17.16667 7.601834 2.194460 4.829975
####Figure
pd<- position_dodge(0.2)
g5338_fig<-ggplot(data=g5338_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_PRKCD ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(collagenase~3-like~expression))+
ggtitle(~green)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g5338_fig
##Protocadherin
wgcna_counts_filtered_long_g6583 <- wgcna_counts_filtered_long %>%
filter(Gene == "Pocillopora_acuta_HIv2___TS.g6583.t1")
wgcna_counts_filtered_long_g6583
## # A tibble: 46 × 7
## Gene Origin Colony.number Counts Colony Treatment Treatment2
## <chr> <fct> <chr> <int> <dbl> <fct> <fct>
## 1 Pocillopora_acuta_HI… RF 13B 254 13 B Variable
## 2 Pocillopora_acuta_HI… RF 13D 287 13 D Stable
## 3 Pocillopora_acuta_HI… RF 14B 305 14 B Variable
## 4 Pocillopora_acuta_HI… RF 14C 229 14 C Stable
## 5 Pocillopora_acuta_HI… RF 15B 320 15 B Variable
## 6 Pocillopora_acuta_HI… RF 15D 241 15 D Stable
## 7 Pocillopora_acuta_HI… RF 17B 171 17 B Variable
## 8 Pocillopora_acuta_HI… RF 17D 261 17 D Stable
## 9 Pocillopora_acuta_HI… RF 18B 256 18 B Variable
## 10 Pocillopora_acuta_HI… RF 18D 274 18 D Stable
## # ℹ 36 more rows
g6583.lme <- lme(Counts~Origin*Treatment2, random = ~1|Colony, data=wgcna_counts_filtered_long_g6583, na.action=na.exclude)
car::Anova(g6583.lme, type=3)
## Analysis of Deviance Table (Type III tests)
##
## Response: Counts
## Chisq Df Pr(>Chisq)
## (Intercept) 245.3182 1 <2e-16 ***
## Origin 1.5732 1 0.2097
## Treatment2 0.0685 1 0.7935
## Origin:Treatment2 0.5712 1 0.4498
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
tukey3<- emmeans(g6583.lme, list(pairwise ~ Origin), adjust = "tukey")
## NOTE: Results may be misleading due to involvement in interactions
tukey3
## $`emmeans of Origin`
## Origin emmean SE df lower.CL upper.CL
## RF 283 13.2 19 256 311
## RS 302 12.6 19 275 328
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
## Confidence level used: 0.95
##
## $`pairwise differences of Origin`
## 1 estimate SE df t.ratio p.value
## RF - RS -18.3 18.1 23 -1.014 0.3210
##
## Results are averaged over the levels of: Treatment2
## Degrees-of-freedom method: containment
library(Rmisc)
g6583_sum<-summarySE(wgcna_counts_filtered_long_g6583 , measurevar='Counts', groupvars=c('Origin', 'Treatment2'), na.rm=TRUE, conf.interval = 0.95)
g6583_sum
## Origin Treatment2 N Counts sd se ci
## 1 RF Stable 11 286.9091 43.36463 13.07493 29.13275
## 2 RF Variable 11 280.2727 48.05224 14.48830 32.28194
## 3 RS Stable 12 318.0000 80.29491 23.17914 51.01695
## 4 RS Variable 12 284.8333 61.77648 17.83333 39.25090
####Figure
pd<- position_dodge(0.2)
g6583_fig<-ggplot(data=g6583_sum, aes(y=Counts, x=Treatment2, color=Origin),group = interaction(Origin))+
#geom_point(data=wgcna_counts_filtered_long_PRKCD ,aes(y=Counts, x=Treatment2, color=Origin), alpha=0.4, position = pd)+
geom_line(aes(group = interaction(Origin), stat="identity"),position=position_dodge(0.2))+
geom_point(size=3, stat="identity", position = pd)+
geom_errorbar(aes(ymin=Counts-se, ymax=Counts+se), stat="identity",width=0.2, position = pd)+
scale_fill_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_color_manual("Origin", values=c("RS"='paleturquoise3', "RF"= "indianred"))+
scale_y_continuous(expression(Protocadherin~expression))+
ggtitle(~black)+
theme_classic()+
theme(axis.text.x=element_text(vjust=0.5,size=12),#angling the labels on the x-axis
plot.title = element_text(margin = margin(t = 10, b = 10), hjust=0.5),#telling it where to position our plot title
panel.background= element_rect(fill=NA, color='black'),#this is making the black box around the graph
#strip.background = element_blank(),
#strip.text = element_blank(),
legend.title = element_text(vjust=0.5,size=12),
legend.position="none",
axis.text.y = element_text(vjust=0.5, size=12), #making the axis text larger
axis.title.x = element_blank(),#making the axis title larger
axis.title.y = element_text(size=12))#making the axis title larger
## Warning in geom_line(aes(group = interaction(Origin), stat = "identity"), :
## Ignoring unknown aesthetics: stat
g6583_fig
#Comparison of sig genes
biomin_compare_figs<-cowplot::plot_grid(g10093_fig,CA2_fig,g25351_fig,g5013_fig,g15280_fig, CA1_fig,g7402_fig,g7902_fig,g27566_fig,g28226_fig,g14505_fig,g11609_fig,g10093_fig, nrow=4)
## Warning: Removed 2 rows containing missing values (`geom_point()`).
## Warning: Removed 1 rows containing missing values (`geom_point()`).
biomin_compare_figs